VoiceGuide IVR Software Main Page
Jump to content

Problems With Dialer_makecall

Recommended Posts

I am using VG Dialogic 6.0.2322

 

When I try to use the Dialer_MakeCall function, using the sample file

 

set vg = CreateObject("VoiceGuide.CommandLink")

vg.Dialer_MakeCall "0599311454", "", "", ""

set vg = Nothing

 

I get the following message

 

Windows Script Host

Object does not support this property pr method

 

the following is the trace

 

231212.27   4 timer clear
231212.30   4 state [DialNumber] Running VB Script...
231212.34   4       vbs ran [vbs_4_1.vbs], cmd [wscript "C:\VoiceGuide\data\vbs_4_1.vbs" //I //T:60]
231212.52   4       Run Script waiting. iRunWait=1 (shellid=2976, process=1576)
231212.55   4 timer set 1  EV_TIMEOUT_CHECKONSTATE
231212.80   0 cl    Dialer_MakeCall 0599311454, , , 
231212.82   0 dial  search for free lines in LineID range [0-4]
231212.84   1 dial  reserving: no list specified
231212.88   1 state Calling 0599311454
231212.89   0 cl    Dialer_MakeCall script not loaded
231212.95   1 rv    clear all

 

 

Any idea as to why this is hapenning ?? your help is appreciated

Share this post


Link to post

Not too sure why you're getting "Object does not support this property or method" error as the trace shows that the Dialer_MakeCall function was called.

 

From where are you running the Dialer_MakeCall call ?

 

Another thing is, are you sure you want to use Dialer_MakeCall? Have you looked at Dialer_OutDialQueAdd ?

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
×