Guest EricGuest Report post Posted 06/14/2006 08:26 AM 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
fluffybunny Report post Posted 06/14/2006 09:16 AM 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