VoiceGuide IVR Software Main Page
Jump to content

Errors After Registration

Recommended Posts

Trace shows that you are trying to use VoiceGuide's COM interface:

 

132921.45   4 cl    Run_ResultReturn [[Run VB Script 12]{161}]
132921.45   4 ERROR: COM interface not supported in this version.

 

VoiceGuide's COM interface is only supported in the Enterprise version of VoiceGuide (please see: http://www.voiceguide.com/vgFeatures.htm )

 

You will need to use the Enterprise license on your system in order to use the COM interface.

Share this post


Link to post

Can I use the VB Script and just not use the filesystem object. Is that causing the error?

 

So instead of looking up in the file, can I just have a series of ifs

 

if $RV[get numbers 3] = "116 then idout= "101"

 

then return

 

vg.Run_ResultReturn $RV_LINEID, "[Run VB Script 12]{" & idout & "}"

Share this post


Link to post

You can use the filesystem object.

 

It is VoiceGuide's COM interface that is only supported in the Enterprise version of VoiceGuide

 

Your script is calling VoiceGuide's Run_ResultReturn COM function.

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
×