VoiceGuide IVR Software Main Page
Jump to content

Can Voiceguide Dial If A Vbscript Becomes True

Recommended Posts

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
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

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
×