Last active
August 29, 2015 13:58
-
-
Save tjlytle/10342776 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" > | |
<catch event="connection.disconnect.hangup" > | |
<assign name="duration" expr="recording$.duration" /> | |
<submit next="http://requestb.in/vynl0avy" method="post" namelist="recording duration" enctype="multipart/form-data"/> | |
<exit /> | |
</catch> | |
<form> | |
<record name="recording" dtmfterm="true" maxtime="100s"> | |
<filled> | |
<assign name="duration" expr="recording$.duration" /> | |
<submit next="http://requestb.in/vynl0avy" method="post" namelist="recording duration" 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