SupportTeam Report post Posted 10/14/2003 10:16 AM Joe wrote: I would like to make sure if the VoiceGuide work with me this way: Will the VoiceGuide able to store phone number in groups and let me chose which group to call by send the voiceGuide a string or signal and it will auto call all the numbers in within the group? Any suggestion on how to do that? Thank you very much for you help and looking forward for you reply. Joe Share this post Link to post
SupportTeam Report post Posted 10/14/2003 10:18 AM This can be easily achieved with VoiceGuide using a number of approaches: 1. Just use a Run Program module in your script to copy a file which holds pre-written lists of phone numbers to be called to "OutDial_New" file - which will be read in be VG Dialer and the phone numbers in that file will then be dialed out... 2. Use the VoiceGuide's COM interface function Dialer_OutDialQueAdd to add new calls to the list - and these functions can be called from a Run VB Script module – which VB Script module to run can be selected by caller’s keypress… Please download VoiceGuide from our WWW and read the Help file for more information... Share this post Link to post
Guest Joe Report post Posted 10/15/2003 02:01 AM Thank you for the prompt reply! Seems the VoiceGuide is the software I looking for. Share this post Link to post