VoiceGuide IVR Software Main Page
Jump to content

Password

Recommended Posts

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

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

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

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

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

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
×