session.callrecording
session.callrecording
Example
<?php
echo "<?xml version=\"1.0\" encoding=\"latin-1\"?>";
?>
<vxml version="2.0">
<property name="recordcall" value="true"/>
<form id="recordform">
<transfer dest="1234567890">
<prompt>
Please hold while you are transferred.
</prompt>
</transfer>
<block>
<submit next="savecallrecording.php" namelist="callrecording" method="post"/>
</block>
<catch event="connection.disconnect.hangup">
<submit next="savecallrecording.php" namelist="callrecording" method="post"/>
</catch>
</form>
</vxml>Explanation
Notes
Last updated