Guest Amol Report post Posted 07/13/2005 02:14 PM Dear All, I am trying to use Voice Guide in VB6 application. by adding ref. of voiceguide control and I have a D/4PCI IN board. the code is as, set vg = CreateObject("VoiceGuide.CommandLink") vg.Dialer_MakeCall number, "", "", "wav file path" set vg = Nothing but as soon as dialing is compleeted it shows status as Live Person answered,Playing... and starts playing wav file even if called person did not answered. Any help ? Regards, Amol. Share this post Link to post
SupportTeam Report post Posted 07/13/2005 10:01 PM You ahouls be using Dialer_OutDialQueAdd. Dialer_MakeCall will not start the answer detection system but will start the script immediately. From: http://www.voiceguide.com/vghelp/html/com_...er_MakeCall.htm : script is to be started on the line after dialing the number. Share this post Link to post