SupportTeam Report post Posted 11/20/2008 05:36 AM 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
SupportTeam Report post Posted 11/20/2008 05:43 AM 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