VoiceGuide IVR Software Main Page
Jump to content

Endless Loop With $rv_previousmodule

Recommended Posts

hi ..

 

i am having a problem with $RV_PreviousModule in vg 7.

 

n the attached script, it reads in the valid extensions from a text file, and then when someone dials an extension that is not in the list, it goes to the module InvalidExtEnglish where it plays an "that is not a valid extension" kind of message, and then uses on {timeout 0} goto [$RV_PreviousModule]. however it keeps looping playing "that is not a valid extension".

 

is $RV_PreviousModule not being properly set?

 

thanks in advance,

 

les

4325184_invalidextensionloop_090714.zip

Share this post


Link to post

Looks like there is a problem with the $RV_PreviousModule variable in this version. We will look into this and should have a fix for this included in next version.

 

Looking at your script we can see that for now you can modify the script to have this path in the module [invalidExtEnglish] instead:

 

on {timeout 0} goto [Check Date Time]

 

The script should work as intended with this change.

 

 

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
×