VoiceGuide IVR Software Main Page
Jump to content

How To Make External Signal Trigger An Outbound Call

Recommended Posts

David wrote:

 

I need your help to resolve an issue using voiceguide. i have a vb.net program to detect any external alarm signal and make outbound call to the control center and announce the alarm message immediately. how should i dial immediately and pass the alarm message parameter to the vg script? how would i detect a successfull call announcement has being made in my vb program? for inbound call, how can the voiceguide script pass parameters to my vb program?

thank you.

 

ps. i'm using voiceguide v7 eval version to test my dialogic 4 channels voice card.

Share this post


Link to post

There are a number of ways to load new calls into the system

 

Please see: http://www.voiceguide.com/vghelp/source/ht...iallistinto.htm

 

Call specific information can be passed in as Result Variable parameters. Here is a intro article on that: http://www.voiceguide.com/vghelp/source/ht...ltvariables.htm

Result Variables can be specified at call load time.

 

VoiceGuide can pass information to your programs by running a program of your choice. See: http://www.voiceguide.com/vghelp/source/ht...drunprogram.htm

or by using COM from within VBScript. See: http://www.voiceguide.com/vghelp/source/html/modvbs.htm

 

There is also an option to compile and run C# code on the fly within the VoiceGuide script. Please contact sales@voiceguide.com if you want to use the C# option in the VoiceGuide script. C# would allow you to use Remoting or WCF to communicate with your app as well.

 

Another approach is to have VoiceGuide save information in a database and other apps would read information from database. See: http://www.voiceguide.com/vghelp/source/html/moddbquery.htm

 

 

Please post here if you have any further questions.

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
×