<div dir="ltr">Please read the docs:<div><br></div><div><a href="https://freeswitch.org/confluence/display/FREESWITCH/Channel+Variables#ChannelVariables-process_cdr">https://freeswitch.org/confluence/display/FREESWITCH/Channel+Variables#ChannelVariables-process_cdr</a><br></div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Can be undefined or set to "false", "true", "a_only", "b_only"<br>false - indicates to not process the record.<br>true - or undefined indicates the default behavior which is to process all CDR records.<br>a_only - indicates to only process CDR records on the inbound leg of a call.<br>b_only - indicates to only process CDR records on the outbound leg of a call.<br>Usage:<br><action application="set" data="process_cdr=a_only"/></blockquote></div><div><br></div><div>If you do a_only or false, that is supposed to override also logging the B leg, even if you set it with mod_xml_cdr.</div></div>