Author Message
IstvanGerecs
Joined: Nov 7, 2013
Messages: 11
Offline
I tested <send> element in a ccxml application with targettype 'dialog'. The event is sent to VXML session, but the VXML eventhandler didn't catch it. I used eventname dialog.myevent.
Should it work? If so, how?
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
The only event the voice browser processes is dialog.transfer.complete.

Currently in the specifications, no general purpose mechanism is defined for sending events to/from CXML/VXML and having the VXML interpreter act on them or vice versa.

When a vxml application decides to do a transfer, the event dialog.transfer is sent from the voice browser to the ccxml browser. The ccxml browser actually handles the transfer (see default.ccxml on the MPP). When the transfer result is known ccxml sends the dialog.transfer.complete to the vxml browser.

Only those few events for handling transfer are defined for inter ccxml/vxml communication.
Go to:   
Mobile view