CCXML 1.0 Development Guide Home  |  Frameset Home


<move>  element

Unsupported 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.

Note that while this element is currently unsupported on the Voxeo platform, this is planned for inclusion on our network at a later date. When this feature is made available, announcements will be posted to the Prophecy User Forums, and via our Voxeo Developer Newsletter.


usage
<move event="(ECMAScript Expression)" sessionid="(ECMAScript Expression)" source="(ECMAScript Expression)">


attributes
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.
source Data Type: (ECMAScript Expression) Default: Optional
The source attribute specifies an ECMAScript expression which evaluates to a connectionID or dialogID. The event source that is associated with the identifier is then moved to the target specified in the sessionid attribute. source or event must be specified when using this element, (bot not both!), else an error.fetch event will be thrown. If the attribute holds an invalid value, then an error.semantic event will be thrown.



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



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