VoiceGuide IVR Software Main Page
Jump to content

Dial A Number From Db,speaks Text Of That Record

Recommended Posts

Hi.

 

How can I create a script which can load the list of numbers from the DB and Dials them one by one. The recordset will also be having the text which needs to be read by the Voice Guide. There will not be any incoming call. Only outgoing calls will be made and the the total records are set to 0.

 

Thanks.

 

-Yen Dutt

Share this post


Link to post

If you can export the list of phone numbers from the database into a text file listing each number on a separate line then you can just use the VG's Telephone Number Loader application to load all the numbers. This will require manual processing.

 

For automated processing, you should write a small program (can be a VB Script) which periodically checks your database for new entries and when it detects a new entry then it can load the new phone number into the VG Dialer using the COM function Dialer_OutDialQueAdd, and then delete the entry from the database. For some examples on how to read info from databases using VB Script can be found in the "Run VB Script Module" section of VG help file.

 

Alternatively you could just insert new records directly into the OutDialQue.mdb database in VG's \data\ subdirectory...

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
×