CCXML Voxeo 1.0 Development Guide Home  |  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.

<move>  element


The <move> tag is used to add an event endpoint to an executing CCXML thread of control.  When an endpoint is added to a thread of control, events originating from that endpoint will be delivered to that thread's currently executing CCXML document.

The source or event attribute must be specified when using the moveelement, but not both, otherwise an error.fetch event is thrown.



usage

<move endpoint="(ECMAScript Expression)" event="(ECMAScript Expression)" sessionid="(ECMAScript Expression)">


attributes

endpoint Data Type: (ECMAScript Expression) Default: none - attribute is optional
The endpoint attribute denotes a conference ID or a call ID which will be moved to the target session specified in the 'sessionid' attribute.
event Data Type: (ECMAScript Expression) Default: none - attribute is optional
The event attribute specifies the event object to be sent to the target session to provide notifaction. The event endpoint may also be sent along with the event, if any.


sessionid Data Type: (ECMAScript Expression) Default: none - attribute is required
The sessionid attribute indicates the thread of control to which the endpoint will be added.



parents

none


children

none


code samples

none


additional links

W3C Specification


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

login



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