Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Created November 7, 2018 09:13
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/4d21f53846f26da99f48d8041223390a to your computer and use it in GitHub Desktop.
Save danielmcclure/4d21f53846f26da99f48d8041223390a to your computer and use it in GitHub Desktop.
TwiML Bin: Enable SIP for Incoming Calls via Twilio
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial>
<Sip>
USERNAME@SIP_DOMAIN.sip.us1.twilio.com
</Sip>
</Dial>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment