Guest aaeang Report post Posted 04/01/2004 08:55 AM 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
SupportTeam Report post Posted 04/01/2004 09:28 AM 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