VoiceGuide IVR Software Main Page
Jump to content

Keypress Multiple Digits In Play Module

Recommended Posts

Is it possible somehow to enable for the system to accept a 2-digit keypress as a path for a play module,

ie. on {12) goto [Another_Module] ? Actually I want a 2 digit keypress to go to [Voicemail Retrieve] instead of simple one digit number, just for added security.

Thanks.

Share this post


Link to post

Just use a GET NUMBERS module, instead of a PLAY module.

 

Set the max digits to be 2 and then in the paths section just explicitly define

 

on {12} goto {NextModule}

 

you'll also need to define success, fail, and timeout in the paths section, but thats all straightforward.

 

Cheers

 

Simon

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
×