Created
September 7, 2010 04:34
-
-
Save gtracy/567878 to your computer and use it in GitHub Desktop.
Twilio hold pattern
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" encodeing="UTF-8"?> | |
<Response> | |
<Say> | |
Please wait while we work on your request. | |
</Say> | |
<Play loop=100> | |
http://mydomain.com/coolmusic.mp3 | |
</Play> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment