recordcallappend
recordcallappend
Example
<?xml version="1.0"?>
<vxml version="2.0">
<property name="recordcallappend" value="true"/>
<form id="form1">
<property name="recordcall" value="true"/>
<block>
<prompt>
Normally, you wouldn't hear this message in your recording,
but the recordcallappend property allows you to hear this message.
</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