Created
July 6, 2020 18:44
-
-
Save AndrewDryga/1c682a901d11fd13d08167c882fddf8d to your computer and use it in GitHub Desktop.
TwiML experiments
This file contains 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> | |
<Number>+15671112233</Number> | |
<Number>+15671112234</Number> | |
</Dial> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment