Go to Prophecy Home??”Administration. Then Call Routing. Change the
route 1 to point to our application. Set the Route ID as potr, Route Type as
VXML, and the Route URL as http://127.0.0.1:9990/potr/index.xml.
The following screenshot shows how you can do it. Once they are changed
changed, go to the bottom of the page and save the settings.
6. Go to SIP Phone now, and dial sip:potr@127.0.0.1. You should be greeted by
your audio recording!
How Did This Work?
127.0.0.1 is the IP address of the local computer. So we are telling the phone to call
an account named potr on this computer. Since we created a route for potr earlier,
Prophecy will know that it has to process the VXML file at the given URL in response
to this call. It will look up that file next.
Interactive Voice
[ 164 ]
The index.xml file is a standard XML file, somewhat similar to XHTML. The first
line is a declaration for XML and the next for Voice XML. The meta maintainer tag
lets the server know who's managing this application. This is useful because the
Prophecy server can send detailed reports of all errors to this email address.
The