07-12-2016 03:03 PM
Hi,
I am trying to create a custom menu element, where the menu options and menu prompts will be hard coded (for testing), and not passed through settings. menu works fine with different dtmf options and prompts. no_input_count and no_match_count also works fine. But i dont understand how to set a no_input prompt or a no_match prompt for the menu. Appreciate some help.
Thanks & Best Regards
Shakeel
Solved! Go to Solution.
07-13-2016 06:31 AM
Hi,
I assume you're working with Sreekanth Dabbeeru - as your questions seem
related.
First, you might not want to create a custom Menu (using VMenuField)
which has some restrictions - you might want the flexibility of using
VField.
NoMatch and NoInput reprompting comes from understanding VoiceXML - look
at this link (Voxeo.com is a great VXML referenece)
http://help.voxeo.com/go/help/xml.vxml.elements.catch
If you understand that | tag inserted into the application's root document, allowing
that event to be caught at any time during a call. The developer can
then specify what VoiceXML to run when the event is caught....
07-13-2016 02:38 AM
Hi,
I can see NoInputPrompt and NoInputPromptCustom under com.audium.server.voiceElement.util, which might solve my issue. but documentation for this package seems to be missing in javadocs
Best Regards
Shakeel
07-13-2016 06:31 AM
Hi,
I assume you're working with Sreekanth Dabbeeru - as your questions seem
related.
First, you might not want to create a custom Menu (using VMenuField)
which has some restrictions - you might want the flexibility of using
VField.
NoMatch and NoInput reprompting comes from understanding VoiceXML - look
at this link (Voxeo.com is a great VXML referenece)
http://help.voxeo.com/go/help/xml.vxml.elements.catch
If you understand that | tag inserted into the application's root document, allowing
that event to be caught at any time during a call. The developer can
then specify what VoiceXML to run when the event is caught....
07-14-2016 10:57 AM
Thank You, Janine. It was helpful, I got it right now.
And I am not working with Sreekanth, may be we have similar issue.
Regards
Shakeel
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide