Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Created November 7, 2018 09:16
Embed
What would you like to do?
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