VoiceGuide IVR Software Main Page
Jump to content

How To Dial A List Of Numbers Using Xml?

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×