Skip to content

Instantly share code, notes, and snippets.

@idiamant
Last active January 27, 2019 20:29
Show Gist options
  • Save idiamant/3dcfc84bd5e3145a01699e37b35a7a3e to your computer and use it in GitHub Desktop.
Save idiamant/3dcfc84bd5e3145a01699e37b35a7a3e to your computer and use it in GitHub Desktop.
Twilio TwiML Code Snippet - ToSIPClient
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial>
<Sip>
{{To}}@someurl.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