11-07-2014 03:33 AM
Hi,
I'm building a CVP application where one of the options is that the client presses the '#' key on the phone. I've tried using both the Menu and Form elements but every time the '#' key is pressed, the flow takes the 'nomatch' exit. I'm assuming it is considering the '#' character as termination character.
Did anyone have this issue before?
Many thanks,
Zelino
Solved! Go to Solution.
11-07-2014 04:55 AM
By default # is than termination character. If you want # to have different behavior you need to overrride this default behavior you need to set termchar property to blank or something else as the voicexml property for the entire app under root doc. You can also set it locally, if you just want this behavior for a particular dialog.
Heml
11-07-2014 04:55 AM
By default # is than termination character. If you want # to have different behavior you need to overrride this default behavior you need to set termchar property to blank or something else as the voicexml property for the entire app under root doc. You can also set it locally, if you just want this behavior for a particular dialog.
Heml
11-07-2014 05:32 AM
_That was it Hemal! Thanks!
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