dennis_juel Report post Posted 10/30/2003 08:08 AM Hi Can Voiceguide when it is “ waiting for a call “ look in a file and then dial out if the VBscripts parameter is true. Ore does voiceguide only becomes active and starts running the scripts modules when a call is received by voiceguide We are trying to build a script that looks in a file and if the file has changed parameters then voiceguide should call a person that can fix a problem. The script should have the following details. 1. Look in a file “d:\test\alarm.txt” for these words ( OPSTART, URTNEDSVALING, WATCHDOG ) 2. If one of the following words is in the file Voiceguide should dial op the phone number 66851 and play these wav files ( OPSTART = d:\test\opstart.wav ) Or (URTNEDSVALING = d:\test\urtnedsvaling.wav ) Or (WATCHDOG = d:\test\watchdog.wav ). The receiver of the call must press 1 to confirm that he has received the call. 3. After playing the file successful Voiceguide should delete the text in the file. And then hang up. 4. Then Voiceguide starts over again at step 1. Best regards Dennis Udengaard Brewerygroup Denmark dju@bryggerigruppen.dk Share this post Link to post
SupportTeam Report post Posted 10/30/2003 10:13 PM We are trying to build a script that looks in a file and if the file has changed parameters then voiceguide should call a person that can fix a problem. Just create an external program or script that runs the checks and if a problem has been bound then it instructs VoiceGuide to make a call. There are many ways in which a VoiceGuide can be told to make a call - by using the Dialer_OutDialQueAdd COM interface function, by creating an OutDial file, or by inserting information into the OutDial database. Looking through what you need to do in the script it all looks pretty straightforward and is all doable from within VoiceGuide. Share this post Link to post