<div dir="ltr"><div><div>Hello,<br>I am trying to upgrade from opensips 1.10 (commit bfd86ab25554082053167a82655e669ca1c0ea7c)<br></div>to 1.11 (latest 313f41ad46921d543980fa9fc71fb0715d385085).<br><br></div><div>Almost everything works.<br>
However, in my opensips.cfg I set dialog db_mode to REALTIME. And I have acc in CDR mode.<br><div>Then after making some calls and confirming the dialogs were inserted in the opensips.dialog table, I kill and restart opensips. Then I terminate the calls.<br>
</div><div>In 1.10, this causes proper generation of records in the acc table.<br></div><div>However, in 1.11, no records are written to acc table.<br></div><div>I checked the release notes for 1.11 but could not find any indication that this behavior would change:<br>
<a href="http://opensips.org/pub/opensips/1.11.0/src/ChangeLog">http://opensips.org/pub/opensips/1.11.0/src/ChangeLog</a><br></div><div><br></div><div>Before filing a bug ticket i would like to confirm as i might be overlooking something.<br>
</div><div></div><div><br></div>Here is the significant snippets of opensips.cfg:<br></div><div><div><br>loadmodule &quot;dialog.so&quot;<br>modparam(&quot;dialog&quot;, &quot;default_timeout&quot;, 10800)<br>modparam(&quot;dialog&quot;, &quot;profiles_with_value&quot;, &quot;calls&quot;)<br>
modparam(&quot;dialog&quot;, &quot;db_url&quot;, &quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)<br>modparam(&quot;dialog&quot;, &quot;db_mode&quot;, 1) # 1=REALTIME, 2=DELAYED, 3=SHUTDOWN<br>modparam(&quot;dialog&quot;, &quot;db_update_period&quot;, 10)<br>
<br><br>loadmodule &quot;acc.so&quot;<br>modparam(&quot;acc&quot;, &quot;db_flag&quot;, &quot;DB_FLAG&quot;)<br>modparam(&quot;acc&quot;, &quot;log_flag&quot;, &quot;LOG_FLAG&quot;)<br>modparam(&quot;acc&quot;, &quot;log_level&quot;, -1)<br>
modparam(&quot;acc&quot;, &quot;log_facility&quot;, &quot;LOG_LOCAL0&quot;)<br>modparam(&quot;acc&quot;, &quot;db_url&quot;, &quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)<br>modparam(&quot;acc&quot;, &quot;failed_transaction_flag&quot;, &quot;FAILED_TRANSACTION_FLAG&quot;)<br>
modparam(&quot;acc&quot;, &quot;db_extra&quot;,  &quot;domain=$avp(i:6);direction=$avp(i:20);from_uname=$fU;to_uname=$tU;calling_number=$avp(i:21);destination=$avp(i:22);anonymous=$avp(i:23);gwid=$avp(i:24);forward=$avp(i:25)&quot;)<br>
modparam(&quot;acc&quot;, &quot;log_extra&quot;, &quot;domain=$avp(i:6);direction=$avp(i:20);from_uname=$fU;to_uname=$tU;calling_number=$avp(i:21);destination=$avp(i:22);anonymous=$avp(i:23);gwid=$avp(i:24);forward=$avp(i:25)&quot;)<br>
modparam(&quot;acc&quot;, &quot;cdr_flag&quot;, &quot;CDR_FLAG&quot;)<br><br></div><div>Regards,<br>Takeshi<br></div><br></div></div>