Skip to content

Instantly share code, notes, and snippets.

@vagelim
Created October 2, 2016 23:16
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 vagelim/7347b358e7e151d5b29594c6a407e435 to your computer and use it in GitHub Desktop.
Save vagelim/7347b358e7e151d5b29594c6a407e435 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<vxml version = "2.1">
<form>
<record name="message" beep="true" maxtime="60s">
<prompt>Please leave your message after the beep, then press any key.</prompt>
</record>
<block>
<prompt>Here's what you recorded <value expr="message"/>.</prompt>
</block>
<block>
<submit next="http://162.243.241.225/test.php" enctype="multipart/form-data" method="post"/>
</block>
</form>
</vxml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment