cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
557
Views
0
Helpful
2
Replies

'#' character on CVP's Menu and Form elements

zelino.rocha
Beginner
Beginner

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

1 Accepted Solution

Accepted Solutions

hemal.mehta
Contributor
Contributor

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

View solution in original post

2 Replies 2

hemal.mehta
Contributor
Contributor

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!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers