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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_That was it Hemal! Thanks!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.