kempvet Report post Posted 12/10/2005 08:17 AM Is it possible to dial a singe number using this program from a vbscript external to the voice guide interface, I do not really need the auto dialer component eg <% set vg = CreateObject("VoiceGuide.CommandLink") vg.Dialer_MakeCall "0,0265625555", "", "1", "" set vg = Nothing %> or is this impossible unless the auto dialer is also purchased just to be able to make a single phone call. The reason for this is that I want to simpy click a form on a button and have the above VBScript run and then pick up the phone and wait for the caller to answer manually, I do not need to bells and whistles of running messages etc etc, or to create the VoiceGuide.CommandLink object does the auto dialer need to be installed Share this post Link to post
SupportTeam Report post Posted 12/10/2005 08:52 AM The Dialer license is required to make any outbound calls. To use VoiceGuide.CommandLink the Enterprise license is needed You may want to look at the Line_Pickup COM function... Share this post Link to post