This documentation is for CCXML 1.0-Voxeo, which has been superceded by CCXML 1.0-W3C. The CCXML-Voxeo platform is not being updated any longer. The CCXML 1.0-W3C version, however, has many new features and is actively being enhanced. If you're writing a new CCXML application, you should use CCXML 1.0-W3C.
Click here for the CCXML 1.0-W3C documentation.
| callid | Data Type: (ECMAScript Expression) | Default: none - attribute is required |
Not Enabled The callid attribute specifies the id of the incoming call leg that should be redirected. This attribute is completely optional; if left unspecified, then the interpreter will redirect the signalling incoming call leg indicated in the current event being processed. |
| dest | Data Type: (ECMAScript Expression) | Default: none - attribute is required |
Not Enabled This attribute indicates the telephone URL which evaluates to the target for the outbound call. Not specifying this element will certainly cause a fatal, application-stopping error. |
| reason | Data Type: (ECMAScript Expression) | Default: none - attribute is optional |
Not Enabled The reason attribute returns a user-defined ECMAScript string indicating the reason for the call being redirected. The value returned will be a standard HTTP status code, (i.e., "500" etc). |