VoiceGuide IVR Software Main Page
Jump to content

Vb Script Not Called

Recommended Posts

I made a script that would be called when there is no answer on the phone. This one is already working . I designed another for Retries exhausted. No matter what I do restart voiceguide , remove vbscript for no answer . It can't be called or voiceguide does not call it. The script works fine . I placed it in No answer action the script does the designed functionality . Please advise what to do .

Share this post


Link to post

Could you please post a copy of VoiceGuide's Debug Printout which captures the outgoing call after which you would expect the "Retries Exhausted" script to run, this will allow us to see what happened.

 

Debug Trace files are created in VG's \log\ subdirectory.

 

When posting traces/scripts please .ZIP them up and post them as attachments.

Share this post


Link to post

There are about a dozen log files in the attached .ZIP. At what time was the call that you would like us to look at?

Share this post


Link to post

Looks like in current version of Dialer on Fax calls the OnRetriesExhausted script is not called.

 

The OnNotAnswered script still does get called however so as an immediate workaround for now you can do a check in the OnNotAnswered for the value of $RV[Outdial_RetriesLeft]

 

If the value of $RV[Outdial_RetriesLeft] is 0 then you know that all retries are exhausted and can then start the OnRetriesExhausted processing.

 

The OnRetriesExhausted script calling on failed outbound fax calls has been noted as an outstanding issue and will be fixed in the next release of VoiceGuide v7.

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
×