recordcall
recordcall
Example
<?xml version="1.0"?>
<vxml version="2.0">
<form id="form1">
<block>
<prompt bargein="false">
You will not hear this message in your recording.
</prompt>
<goto next="#form2"/>
</block>
</form>
<form id="form2">
<property name="recordcall" value="true"/>
<block>
<prompt>
You will hear this message in your recording.
</prompt>
<submit next="callrecord.php" namelist="callrecording"
method="post"/>
</block>
</form>
</vxml>Explanation
Notes
Last updated