Greetings all;<br><br>I&#39;m having a devil of a time getting CDR logging functioning. I&#39;ve gone over the ACC documentation six ways from Sunday, and I&#39;ve googled like crazy trying to find a sample configuration that might&#39;ve been logged somewhere, but I&#39;m not finding anything. Either that, or I&#39;m as daft as a brush.<br>
<br>I&#39;ve got OpenSIPS logging console details to log_local7, which I&#39;m redirecting using rsyslog to /var/log/opensips.log. I&#39;m now trying to get CDRs generated and recorded _to disk_ to /var/log/opensips.cdr via log_local6. I&#39;ve got rsyslog correctly configured for pushing local6 to the aforementioned file, and rsylogd has created the file, but call after call, no details get filtered into it.<br>
<br>I&#39;ve got the following (obviously I&#39;m omitting huge chunks of config, but this should be the &quot;relevant&quot; stuff):<br><br>loadmodule(&quot;dialog.so&quot;)<br>loadmodule(&quot;acc.so&quot;)<br><br>modparam(&quot;acc&quot;, &quot;log_facility&quot;, &quot;log_local6&quot;)<br>
modparam(&quot;acc&quot;, &quot;cdr_flag&quot;, 1)<br><br>if (method==&quot;INVITE&quot;) {<br>   setflag(1);<br>   route(1);<br>   }<br><br>Yadda, yadda.<br><br>From the documentation, as far as I can tell this should be everything required to generate the CDRs and push to syslog via local6.*... but I&#39;m not seeing squatola. There&#39;s nothing logged to /var/log/opensips.log that would suggest there&#39;s any kind of error.<br>
<br>What am I missing here, folks?<br><br>Thanks, as always;<br><br> - Jock<br>