Skip to content

Instantly share code, notes, and snippets.

@gtracy
Created September 7, 2010 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtracy/567878 to your computer and use it in GitHub Desktop.
Save gtracy/567878 to your computer and use it in GitHub Desktop.
Twilio hold pattern
<?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