VoiceGuide IVR Software Main Page
Jump to content

Vbs Error

Recommended Posts

We purchased the professional version which states VBScript is supported. However when I run VoiceGuide, I see the following error in the event log:

 

102340.22 6 ERROR: COM interface not supported in this version.

This is the script I am trying to run

 

set vg = CreateObject("VoiceGuide.CommandLink")

sReturnValue = vg.RvGet($RV_LINEID, "$RV[Get PIN (9)]")

Select Case $RV[Get PIN (9)]

Case 1167

vg.RvSet_RvList $RV_LINEID, "[Property ID]{101}"

sResult = "verify_passed"

Case 1210

vg.RvSet_RvList $RV_LINEID, "[Property ID]{102}"

sResult = "verify_passed"

Case 1321

vg.RvSet_RvList $RV_LINEID, "[Property ID]{103}"

sResult = "verify_passed"

Case Else

sResult = "verify_failed"

End Select

'vg.Run_ResultReturn $RV_LINEID, sResult

'set vg = Nothing

 

This worked with the trial version. Any help will be greatly appreciated.

 

Jim

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
×