Base on this thread: http://support.plumvoice.com/viewtopic.php?f=2&t=1563
It suggest to use something like this:
Code: Select all
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<block>
<goto next="http://url-to-your-application" />
</block>
</form>
<catch event="error">
This is a custom error message.
</catch>
</vxml>
1)
Code: Select all
<goto next="http://url-to-your-application" />
1.1) in this code how can i call the existing voice xml or scratchpad that already has assigned phone number? (fyi: used by production server)
1.2) where should i place the code above if ever i will implement it?
2) inside catch block
2.1) can i do this:
Code: Select all
<goto next="http://site.com/alert.jsp"/>
* Note: alert.jsp will send an email to support department that the system i s down.
Hope to hear from you.
Thanks,
Harold