Share This Post:
Catch noinput in VoiceXML script
This is My Sample VXML file is :
————————————————————————
< ?xml version="1.0"?>
————————————————————————In the above example, if the user presses 1 or 2, application is submitting the page. If input is timed out it is not calling why? Is
there any way to submit the page when the input is timed out?
Yes, you need to catch the exception of noinput. For example:
Share This Post: