VoiceGuide IVR Software Main Page
Jump to content

Running A Script While Nobody's Calling...

Recommended Posts

I need to do a program that read the content of a database table and validate a certain information, then if the validation is not OK it would send a call to a supervisor's pager... I need to do all of this while nobody's using the line... Is it possible? If yes, how do I do this?

Share this post


Link to post

Sounds like what you should do is write an external VB Script which does all the checking that you need to be done, and then if required use the Dialer_OutDialQueAdd command to ask VG to make a call to a pager.

 

To see what information you should insert into the database just look at the contents of the OutDialQue.mdb database after a "Send Pager Message" module has been ran.

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
×