Created
November 25, 2012 05:12
-
-
Save xandercrews/4142473 to your computer and use it in GitHub Desktop.
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> | |
<Pause length="10" /> | |
<Say>pausing</Say> | |
<Pause length="10" /> | |
</Response> | |
and | |
<?xml version="1.0" encoding="utf-8"?> | |
<Response> | |
<Say>you are receiving a call from the reminder system.</Say> | |
<Gather action="http://xxxxxxx:8188/remindercall/choice" | |
method="POST" numDigits="2" timeout="30"> | |
<Say>if this is a wrong number, press 1 now and we'll try not | |
to call you again. otherwise, press 2 to hear the | |
message.</Say> | |
</Gather> | |
<Say>goodbye.</Say> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment