lesccseh Report post Posted 07/14/2009 03:52 PM 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
SupportTeam Report post Posted 07/14/2009 10:29 PM 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