VoiceGuide IVR Software Main Page
Jump to content

Get Numbers Always Fails

Recommended Posts

Hi

Ever since we retrieved a licence the Get Numbers module always enters the fail-path even though it shouldn't.

The script worked fine until now. We've made no changes to it (that I know of).

 

With a verification like this (just to test):

set Link = CreateObject("vgServices.CommandLink")
Link.Run_ResultReturn $RV_LINEID, "verify_passed"
set Link = Nothing

 

And paths like this:

on {*} goto [Login]
on {success} goto [LoginQuery]
on {fail} goto [LoginFailed]
on {timeout 10} goto [LoginExit]

 

The script still always enters the LoginFailed state.

 

I've attached the script and log (zipped).

TravelLog.zip

Share this post


Link to post

To use VBScripts you need to have the Enterprise (or Evaluation) license of VoiceGuide.

 

Perhaps you are currently using the Professional license?

 

If you still have problems please post a copy of VoiceGuide's Trace Logs which captures the problem, this will allow us to see what happened.

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
×