« Back to CVP - All Versions

How to let the menu element recognition #

Combination View Flat View Tree View
Threads [ Previous | Next ]
    In the call flow, there is a requirement, let the menu can choose #, but I test the call flow in call studio, the system can't recognition #. I deploy the call studio project in the CVP VXML Server¿ when I press #, the system is play audio of nomatch. how can I solve this problem?
    appreciate for any answer.

# is a default terminating character. If you want have # as a valid input then please do the below setting:

In the menu element go to Settings tab and under that you will see VXML Properties setting column and add below vxml property:
Key: termchar Value: A (this can be any value other than #. it will override default terminating character with the value mentioned here in this property.

Sent from my iPhone

On 06-Feb-2012, at 7:53 AM, Cisco Developer Community Forums <cdicuser@developer.cisco.com> wrote:

> xu wei has created a new message in the forum "CVP - All Versions":
>
> --------------------------------------------------------------
> In the call flow, there is a requirement, let the menu can choose #, but I test the call flow in call studio, the system can't recognition #. I deploy the call studio project in the CVP VXML Server¿ when I press #, the system is play audio of nomatch. how can I solve this problem?
> appreciate for any answer.
> --
> To respond to this post, please click the following link:
>
> <http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5106729>
>
> or simply reply to this email.

thanks, Feroz, it works!