Blogs

Showing 13 results.
Items per Page 20
of 1

Forums

« Back to VXML-API

Returning from a vxml application to ICM

Combination View Flat View Tree View
Threads [ Previous | Next ]
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?

Hi David Keith,
 
Please use <return> tag instead of <exit> tag, when the VXML script is complete
 
Thanks,
Raghavendra

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?

Hi David Keith,
 
you can try adding <return> elements at all exit points in the document.
 
Thanks,
Raghavendra

Collateral


No files available