VoiceGuide IVR Software Main Page
Jump to content

Internet Portal - Works On Some Versions?

Recommended Posts

I like the internet portal and was using it. It seems that some versions of VG it either works or not.

I think it has to do with the following code. I have seen another verision that was different here (maybe "VG" instead of "VoiceGuide"??) but I can't find my other version.

Any ideas? I ran cscript and the vbs from a command prompt and it hangs, I think here.

 

set vg = CreateObject("VoiceGuide.CommandLink")

vg.Run_ResultReturn $RV_DEVICEID, strResultVariables

Set vg = Nothing

Share this post


Link to post

Does this have anything to do with "vgServices.dll"? I tried to regsvr32 the dll but it didn't find the entry point, like it was not a reall dll.

Share this post


Link to post

If you run the script that you quote using cscript then it would not work. Cscript would error out when it comes across $RV_DEVICEID as it does not know what $RV_DEVICEID is.

 

vgServices.dll is not a dll that you can register using regsvr32.

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
×