VoiceGuide IVR Software Main Page
Jump to content

Change Number Of Rings For Certain Numbers

Recommended Posts

How do I design it so that for certain numbers, I want VoiceGuide to answer in 2 rings, and for other numbers, to be answered in, say 4 rings (so that I have time to see the CID and decide to answer myself or let VoiceGuide answer).

Thanks

 

EricGuest

Share this post


Link to post

Set the script to "Start Without Answering" after 2 rings, and use an Evaluate Expression module as the first module of the script to look at the CallerID.

If the CallerID is one that you want VG to wait before answering then go into a loop which looks at the value of $RV_RINGCOUNT every second or so and once it reaches the ring count you're after then proceed with the rest of the script.

If the ringing stops before the call is answered then VG will end the script by itself.

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
×