CCXML Voxeo 1.0 Development GuideHome  |  Frameset Home

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.
<redirect>  element

The <redirect> tag will redirect an incoming phone call to the specified destination telephony address URL.  This URL can be a VOIP endpoint, another phone number, etc. Note that this element is unsupported at this time.



usage
<redirect callid="(ECMAScript Expression)" dest="(ECMAScript Expression)" reason="(ECMAScript Expression)">


attributes
callidData 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.
destData 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.
reasonData 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).



parents
none


children
none


code samples
none


additional links
W3C SpecificationTelephone URL Formatting


  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login



© 2008 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site