Created
January 15, 2012 19:44
-
-
Save justinwiley/1616969 to your computer and use it in GitHub Desktop.
sample twilio
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> | |
<Pause length="1"/> | |
<Say voice="woman"> | |
Thank you for calling about our survey regarding your recent U.N.C. ER experience. | |
If you would like to speak with someone directly, please contact UNC Patient Relations at (919) 966-5006 | |
or visit our website at www. u.n.c. healthcare.org / health patient care. Have a nice day. | |
</Say> | |
<Pause length="1"/> | |
<Hangup/> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment