VoiceGuide IVR Software Main Page
Jump to content

Vgservices.commandlink Error In Vg 6 For Dialogic

Recommended Posts

Set vg = CreateObject("vgservices.CommandLink")

vg.Run_ResultReturn 1, tmpWav

set vg = Nothing

 

 

This part of the VB Script throws me the error..

 

Pls hlp..

Share this post


Link to post

In v6 you need to use:

 

CreateObject("VoiceGuide.CommandLink")

 

Please see the Help file which came with v6.

 

The online examples which use CreateObject("vgServices.CommandLink") are designed to be used with 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
×