<div dir="ltr">Hello Everybody,<div>i want to get xml_cdr of b-leg only but i got a-leg and unable to find why is happen as according to dial-plan i already set as</div><div><font face="monospace, monospace"><b>&lt;action application=&quot;set&quot; data=&quot;process_cdr=b_only&quot;/&gt;</b></font><br></div><div><br></div><div>i am using mod_nibblebill to hangup when credit is below zero</div><div><br></div><div>every thing is working fine but the call hangup with cause NORMAL_TEMPORARY_FAILURE</div><div><br></div><div>my freeswitch log of the call is here </div><div><a href="https://pastebin.freeswitch.org/24356">https://pastebin.freeswitch.org/24356</a><br></div><div><br></div><div>and cdr i got is a_9aeea5ca-40ca-11e5-a477-4f6a11359a58.cdr.xml is here.</div><div><a href="https://pastebin.freeswitch.org/24354">https://pastebin.freeswitch.org/24354</a><br></div><div><br></div><div>my freeswitch version is:</div><div><div>FreeSWITCH (Version 1.5.8b git e127ca7 2013-12-02 22:48:06Z 64bit) is ready</div></div><div><br></div><div>and nibblebill conf is </div><div><div>&lt;configuration name=&quot;nibblebill.conf&quot; description=&quot;Nibble Billing&quot;&gt;</div><div>  &lt;settings&gt;</div><div>    &lt;param name=&quot;odbc-dsn&quot; value=&quot;odbc://freeswitch&quot; /&gt;<br></div><div>    &lt;param name=&quot;db_table&quot; value=&quot;Customer&quot;/&gt;<br></div><div>    &lt;param name=&quot;db_column_cash&quot; value=&quot;Credit&quot;/&gt;<br></div><div>    &lt;param name=&quot;db_column_account&quot; value=&quot;ID&quot;/&gt;<br></div><div>    &lt;param name=&quot;global_heartbeat&quot; value=&quot;60&quot;/&gt;<br></div><div>    &lt;param name=&quot;lowbal_amt&quot; value=&quot;-1&quot;/&gt;<br></div><div>    &lt;param name=&quot;lowbal_action&quot; value=&quot;play ding&quot;/&gt;</div><div>    &lt;param name=&quot;nobal_amt&quot; value=&quot;0&quot;/&gt;<br></div><div>    &lt;param name=&quot;nobal_action&quot; value=&quot;hangup&quot;/&gt;</div><div>    &lt;param name=&quot;percall_max_amt&quot; value=&quot;100&quot;/&gt;<br></div><div>    &lt;param name=&quot;percall_action&quot; value=&quot;hangup&quot;/&gt;</div><div>  &lt;/settings&gt;<br></div><div>&lt;/configuration&gt;</div></div><div><br></div><div>Regards</div><div><br></div><div>Shazhad Alam Bhatti</div></div>