Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Created November 7, 2018 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmcclure/d5f6bab133aa6edd3627c83d92f28bb9 to your computer and use it in GitHub Desktop.
Save danielmcclure/d5f6bab133aa6edd3627c83d92f28bb9 to your computer and use it in GitHub Desktop.
TwiML Bin: Enable SIP for Outgoing Calls via Twilio
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial callerId="+TWILIO_NUMBER">{{#e164}}{{To}}{{/e164}}</Dial>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment