deano Report post Posted 08/26/2004 02:37 PM Hi, I want to try and configure a system to read from a dbf file, process the call and then update the dbf file. A sample script here would be nice. Here is the senerio, The application checks a database for calls to make, then selects the call script based on the data in the database. One column will represent the process to follow. This will include the message script and items to process. Then use the fields for time, date and with who for the message. If no live person then leave different message. Based on responses to the message, update the database or keep this logged for a report. After completing this process, compile a report and FAX this to a pre-determinded number. A custom fax page design. I would like to follow the same basic procedure for a CSV type submission also. Also, can this process continually monitor a location for an addititional file or for changes in DBF. And examples that I can build on. Thanks for the help! Share this post Link to post
SupportTeam Report post Posted 08/26/2004 09:50 PM Have you had a read through: http://www.voiceguide.com/vghelp/html/DialListInto.htm The built-in features of VoiceGuide Dialer pretty much cover most of what you describe. Compiling a report and then faxing it would have to be a written... Share this post Link to post
deano Report post Posted 08/31/2004 03:48 AM Would you happen to have a sample of a script to send a fax? Also, would you happen to have a script to create a report from the results of a call list? Thanks Share this post Link to post
SupportTeam Report post Posted 08/31/2004 05:29 AM Would you happen to have a sample of a script to send a fax? See: http://www.voiceguide.com/vghelp/html/modVbs.htm Also, would you happen to have a script to create a report from the results of a call list? Sounds like you want to post-process some list of data to generate a report - I'd probably look at importing list data into Access or Excel and generate a report using those. Share this post Link to post