Guest joostica Report post Posted 10/24/2003 11:09 AM Hello i want to have for special guest when they press the number 9 that they hear type your 4 number password (Password for all members the same exemple 5273) and when the password is right then go futher in the menu. can somebody help me, thanks Joost Share this post Link to post
SupportTeam Report post Posted 10/24/2003 08:04 PM On user pressing '9' send the call to a 'Get Numbers' module, and in that module just specify a path like this: on {5273} goto [Next Module] where 'Next Module' is the name of the module to go to if the password is correct (ie: 5273 was entered) the Get number module should be probably set up to 'accept exactly 4 digits'. Share this post Link to post
Guest Guest_joostica Report post Posted 10/25/2003 01:15 PM thanks for the information. but it din't work. i have a softmodem is that probely the problem. thanks joost Share this post Link to post
SupportTeam Report post Posted 10/26/2003 02:42 AM Which part did not work? Could you please post a the script used and a copy of VoiceGuide's Debug Printout which captures an incoming call, this will allow us to see what is going wrong. (When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call.) Share this post Link to post
Guest joostica Report post Posted 10/27/2003 09:51 AM I now now what i did wrong. i forget the " If the 'Success' path is not defined then the caller will be asked to enter the number again." module access On {5724} goto [product1] on {success} goto [????] on {fail} goto [access] when is voiceguide usesing the command success. thanks, Joost Share this post Link to post