VoiceGuide IVR Software Main Page
Jump to content

User Input ?

Recommended Posts

Suppose I want to check input that user pressed

 

if user pressed "12" program will goto valid state

else (user pressed anyting but "12") program will goto invalid state

 

how can I check this situation ??

Share this post


Link to post

Use a "Get Numbers" module, then have one of the paths be something like this:

 

on {12} goto [module a]

 

then as soon as caller presses "1" and then "2" that path will be taken

 

when caller enters anything else then this path would take them to a different module:

 

on {success} goto [module b]

 

all this is described in the Help file, in the "Get Numbers" module section.

Online copy of relevant page is here:

http://www.voiceguide.com/vghelp/html/modGetNumber.htm

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
×