Skip to content

Instantly share code, notes, and snippets.

@nmn
Created May 28, 2014 05:07
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 nmn/ee966ef14310d00b6d78 to your computer and use it in GitHub Desktop.
Save nmn/ee966ef14310d00b6d78 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<vxml version = "2.1" >
<form>
<record name="recording" beep="true" dtmfterm="true" maxtime="100s">
<prompt>
Please start your recording at the sound of the beep.
</prompt>
<prompt>
After you are finished, you may press any DTMF key to indicate that you are done recording.
</prompt>
<filled>
<prompt>
Your recording was <value expr="recording" />
</prompt>
<submit next="https://2crjez793l9v.runscope.net" method="post" namelist="recording callerid" enctype="multipart/form-data"/>
</filled>
</record>
</form>
</vxml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment