Guest EricGuest Report post Posted 08/11/2006 06:52 PM 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
SupportTeam Report post Posted 08/12/2006 12:59 AM 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