Last active
January 27, 2019 20:29
-
-
Save idiamant/3dcfc84bd5e3145a01699e37b35a7a3e to your computer and use it in GitHub Desktop.
Twilio TwiML Code Snippet - ToSIPClient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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