Raghavendra Gutty Veeranagappa | Hi Grant,
tcl script will receive "ev_vxmldialog_done" event when the VXML dialog completes, you can call some procedure on receiving the "ev_vxmldialog_done" event.
you can also do handoff with below command, The only difference between appl and callappl is appl does not provide a return value, callappl does. But this command also need incoming legid to perform handoff.
handoff {appl | callappl} {legID | info-tag} [{legID2 | info-tag2} ...] {app-name | <handle>} [-s <argstring>]
For more information you can refer tcl programming guide.
Thanks, Raghavendra |
| Please sign in to flag this as inappropriate. |