Hi
I have query related to 2 different URL's.
Is it possible to use 2 URL's for same toll free number.
because in my application if one URL is not accessible then i want to switch it to other URL for the same toll free number. Is it possible?
Please reply.
Thanks
Abhay
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Call routing
IVR code for call routing
Hi Abhay,
You can do this by setting up a scratchpad for your toll-free number and within your scratchpad, you could have this:
applicationurl.vxml:
From this IVR code, if it fails to go to your first URL, the <catch> would catch an IVR error and attempt to go to your second URL.
Hope this helps.
Regards,
Plum Support
You can do this by setting up a scratchpad for your toll-free number and within your scratchpad, you could have this:
applicationurl.vxml:
Code: Select all
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<block>
<goto next="yourapplicationurl1.php"/>
</block>
</form>
<catch event="error">
<goto next="yourapplicationurl2.php"/>
</catch>
</vxml>
Hope this helps.
Regards,
Plum Support
Last edited by support on Tue Feb 16, 2010 5:58 pm, edited 3 times in total.
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com