07-19-2006 05:29 AM - edited 03-13-2019 11:55 PM
I am using the get digit step and after the caller enters the a valid number, he receive the message "Sorry but we didn't receive your option please try again". Anybody knows what can be wrong with the script. Follow the script attached.
Thanks,
Luis.
07-19-2006 11:57 AM
Your Get Digit step is expecting 10 digits. I'm not sure exactly what you're trying to achieve but it may be possible to replace the Get Digit step with a Menu step if you need a simple menu element. Also, the result of a Get Digit step is a string, so you may need to use opcao == "2" in the If statements.
07-19-2006 04:37 PM
Thank you very much.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide