Created
October 2, 2016 23:16
-
-
Save vagelim/7347b358e7e151d5b29594c6a407e435 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"?> | |
<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