Skip to content

Instantly share code, notes, and snippets.

@xandercrews
Created November 25, 2012 05:12
Show Gist options
  • Save xandercrews/4142473 to your computer and use it in GitHub Desktop.
Save xandercrews/4142473 to your computer and use it in GitHub Desktop.
<?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