VoiceGuide IVR Software Main Page
Jump to content

Voice Guide Pro Single Line

Recommended Posts

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

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

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
×