Guest EricGuest Report post Posted 06/22/2006 12:32 AM If I'm using the following XML method for dialing out, what is the correct syntax for dialing a list of phone numbers? The example I found below is for a single phone number. Can I use commas between each phone number? Or do I have to create 4 lines each for phone number to be dialed? <OutDialEntry> <PhoneNumber>YOUR PHONE TO CALL NUMBER HERE</PhoneNumber> <OnAnswer>C:\Program Files\VoiceGuide\system\voice\CCG_FSBO_Cold.wav</OnAnswer> </OutDialEntry> Share this post Link to post
SupportTeam Report post Posted 06/22/2006 06:37 AM In the XML format you have to specify an <OutDialEntry> entry for each number dialed. You wouldnot be able to use commas - as comma is actually used to specify a pause in the dialing sequence... Share this post Link to post