- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
IVR Script with Passcode Validation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2009 09:01 AM
I'm a little new to scripting. I am developing an IVR app that first requires a Caller to enter a Passcode. Its a simple passcode process, I'm not going to a database or anything, just want to collect digits with a pound terminator and do a IF compare to allow them in - nothing fancy.
My question is how do I setup the DTMF Capture, Retry Looop and a Digit Clearing process that allows for an orderly "Prompt for Passcode", Check it, "Play Please retry", clear past digits and start over? Any suggestions?
Re: IVR Script with Passcode Validation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2009 09:25 AM
Your best bet is to actually use the MENU action to do the capture of digits and then you can actually use the Variable Value branch condition for the validation on the correct Pass Code.
Re: IVR Script with Passcode Validation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2009 09:28 AM
I'll give it a try. THANKS.
Re: IVR Script with Passcode Validation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2009 09:35 AM
I kind of understand but I'm must be a little thick on this. Do all branches go to the IF or do I drop the IF and simply send the veriable path to the next code part and send all other paths to a "Please retry" loop?
Re: IVR Script with Passcode Validation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2009 09:43 AM
Essentially, if your passcode = 12345, then you have 12345 as your variable value that you would use. Then the DEFAULT branch would go to try again.
We are going to try to get a quick sample script up here so that you can see it.
Re: IVR Script with Passcode Validation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2009 10:01 AM
Here is the example.
Re: IVR Script with Passcode Validation
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2009 10:02 AM
I believ that I got it working with your last help. There are only two branches from the Menu; the Varible goes on and the Default goes to "Play Retry".


