masterdrone Report post Posted 04/23/2004 05:10 PM I would like to trigger a script via SMS or email. My basic concept is to send a data message to VG via email or SMS. The data stream will have a telephone number to call so the script would need the ability to pull variable out of the data stream message. One thought is to have the email message populate the OutDialQue.mdb to trigger the script (with modification to the script ofcourse). Anythoughts or suggestions... Thanks Masterdrone Share this post Link to post
SupportTeam Report post Posted 04/23/2004 08:58 PM From VoiceGuide Help file, section on Outbound Dialing: Outbound calls can be scheduled using any of these methods: - Telephone Number Loader program. - Send Phone Message module in a VoiceGuide script. - Creating a list of numbers to be called and saving this list in a 'Out Dial file'. (XML or Comma Delimited formats available) - Using VoiceGuide COM interface function Dialer_OutDialQueAdd. - Adding dial entries directly to the OutDialQue.mdb database. Share this post Link to post