Skip to content

Instantly share code, notes, and snippets.

@idiamant
Created January 27, 2019 20:30
Show Gist options
  • Save idiamant/e721b9fbea6cbd60d2f07bbbe407d6ec to your computer and use it in GitHub Desktop.
Save idiamant/e721b9fbea6cbd60d2f07bbbe407d6ec to your computer and use it in GitHub Desktop.
Twilio TwiML Snippet - SipClientOutbound
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial callerId="{{#e164}}{{From}}{{/e164}}">{{#e164}}{{To}}{{/e164}}</Dial>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment