« Back to TCL-API

how to send tcl events to vxml leg

Combination View Flat View Tree View
Threads [ Previous | Next ]
hi all,
 
i want to ask if i could send an event  from tcl app to vxml leg  and retrive this event from the vxml .(the vxml is cvp generated vxml)
 
thanks
 

Hi ahm gawad,
 
you can use leg vxmlsend command to throw an event at an ongoing VoiceXML dialog on the leg.The thrown VoiceXML event can caught in a catch handler.
 
Syntax:
leg vxmlsend <legID> <event-name> [-p <param-array>]
 
Thanks,
Raghavendra

RE: how to send tcl events to vxml leg
Answer
10/26/10 1:13 AM as a reply to Raghavendra Gutty Veeranagappa.
thanks for your responce
 
yes that is valid for vxml dialogue but i am asking about if it valid for vxml leg
like this:
incoming_leg-------->tclapp<-----------------vxml_leg
 
thanks

Hi ahm gawad,
 
please describe more about your call flow for better understanding ,i think through hybrid scripting only we can throw events to vxml dialog from tcl app.
 
 
Thanks,
raghavendra
 

RE: how to send tcl events to vxml leg
Answer
10/26/10 5:58 PM as a reply to Raghavendra Gutty Veeranagappa.
thanks for your response
i have inbound call to cvp vxml server controled by tcl app
 
i want to send hot event to cvp vxml leg
 
is it posible
 
thanks

Hi ahm gawad,
 
i don't think it is possible to send event to cvp vxml leg from tcl app, please try to post this query in cvp forum may be you will get an answer
http://developer.cisco.com/web/cvp/forums
 
 
Thanks,
Raghavendra

RE: how to send tcl events to vxml leg
Answer
10/27/10 12:33 AM as a reply to Raghavendra Gutty Veeranagappa.
thanks for your response