Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Voice Gateway API (VGAPI) Developer Center
Overview
Documentation
Community
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to VXML-API
Returning from a vxml application to ICM
Threads [
Previous
|
Next
]
David Keith
Posts:
4
Join Date:
3/10/10
Recent Posts
Returning from a vxml application to ICM
vxml
Answer
9/30/10 7:42 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I have a menu system in ICM that has an option which send the caller to a vXML script. The vXML script runs successfully but when the script is compete and the <exit/> tag is executed the call is disconnected rather than being returned to the next step in ICM.
Is there something I need to configure on ICM, or perhaps return a variable with the vXML <exit/> tag, for the call to continue in ICM when it has completed the vXML script?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Raghavendra Gutty Veeranagappa
Posts:
218
Join Date:
4/28/10
Recent Posts
RE: Returning from a vxml application to ICM
Answer
10/1/10 3:31 PM as a reply to David Keith.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi David Keith,
Please use <return> tag instead of <exit> tag, when the VXML script is complete
Thanks,
Raghavendra
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Keith
Posts:
4
Join Date:
3/10/10
Recent Posts
RE: Returning from a vxml application to ICM
Answer
10/1/10 5:10 PM as a reply to Raghavendra Gutty Veeranagappa.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks Raghavendra, I have tried using <return/> but unfortunately my vXML app has several <form> elements and moves through them in different directions depending on user input. So when I call <return/> it redirects me back to the previous <form>. Any more suggestions?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Raghavendra Gutty Veeranagappa
Posts:
218
Join Date:
4/28/10
Recent Posts
RE: Returning from a vxml application to ICM
Answer
10/1/10 5:52 PM as a reply to David Keith.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi David Keith,
you can try adding <return> elements at all exit points in the document.
Thanks,
Raghavendra
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top