VoiceGuide IVR Software Main Page
Jump to content

Dtmf

Recommended Posts

Hi.

 

I would like to have option to choose two digits in dtmf. In script I have: on {71} goto [module_name] but it doesnt work. In log I see that VG is trying to get one dtmf digit and there is info about incorect path.

 

Best Regards,

Grzesiek

Share this post


Link to post

Hi

 

There is no problem with this. I used Sayed Nymber module to get this 2 digits dtmf.

 

Grzesiek

Share this post


Link to post

To accept different dtmf keys to go to the same next module you still need to have a path specified for each key.

 

In the case you mention the two paths needed would be:

 

on {7} goto [module_name]

on {1} goto [module_name]

 

The Play and Say Number modules both expect a single digit DTMF response, and hence the paths should be single digit based.

 

The only module in which you can use a multi-digit based path is a Get Numbers module.

Share this post


Link to post

Hi.

 

Correct. Exact module is Get Number and this work fine.

 

Grzesiek.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×