yenduttjain Report post Posted 01/27/2004 12:20 PM 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
SupportTeam Report post Posted 01/27/2004 12:51 PM 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