Skip to content

Instantly share code, notes, and snippets.

@dougiebuckets
Created October 30, 2012 14:35
Show Gist options
  • Save dougiebuckets/3980552 to your computer and use it in GitHub Desktop.
Save dougiebuckets/3980552 to your computer and use it in GitHub Desktop.
Business Call Forwarding
<!--
Inbound XML document to be stored on your server.
Ensure the Voice Request URL for your TelAPI number points to where this XML document is stored.
-->
<!-- An InboundXML document is made up of various XML elements nested in the response element.-->
<Response>
<!-- The <Dial> element starts an outgoing call from an existing call -->
<!-- This is the actual number of the phone you would like to receive the call -->
<Dial>15555555555</Dial>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment