Guest u4910 Report post Posted 03/23/2009 02:20 PM I would like to have a DB Query Module to either create an outdial.xml file that I can copy to the data directory to place calls or have the db query module populate the callque table directly. How have others done this the most effeciently? Share this post Link to post
SupportTeam Report post Posted 03/23/2009 08:40 PM Using the outdial.xml file is an easier option. The outdial.xml file is best created from a Run VBScript module. To write entries directly to the OutDial database you would need to use the The DB Query module (can alos be done from a VBScript module is you want to write the VBScript to open DB connections and make the updates). Share this post Link to post