Skip to content

Instantly share code, notes, and snippets.

@danieljwonder
Created November 7, 2018 09:13
Show Gist options
  • Select an option

  • Save danieljwonder/4d21f53846f26da99f48d8041223390a to your computer and use it in GitHub Desktop.

Select an option

Save danieljwonder/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