Guest enadhazeem Report post Posted 11/21/2005 09:16 PM 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
Guest Guest_enadhazeem Report post Posted 11/23/2005 05:13 AM Helo, anyone there ?? Share this post Link to post
SupportTeam Report post Posted 11/30/2005 10:17 AM 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