<div dir="ltr"><div><div>I made a significant change to the way the system I am building is designed.  I removed the Database to a redundant cluster and not on the same server as the kamailio install.<br><br></div>I changed all references to the DBURL to reflect the IP of the new cluster.<br>
<br></div>I also changed the SQLOPS statement for CDRs to reflect the new IP<br><br><pre class="">modparam<span class="">(</span><span class="">"sqlops"</span><span class="">,</span> <span class="">"sqlcon"</span><span class="">,</span> <span class="">"cb=>mysql://<a href="http://kamailio:kamailiorw@10.11.12.5/kamailio">kamailio:kamailiorw@10.11.12.5/kamailio</a>"</span><span class="">)<br>
<br></span></pre><pre class=""><span class=""><span style="font-family:arial,helvetica,sans-serif">All ACC transactions are being recorded to the new DB and the configuration is running well with the exception of CDRs.<br>
<br></span></span></pre><pre class=""><span class=""><span style="font-family:arial,helvetica,sans-serif">What am I missing that would prevent writing of CDRs to the DB?<br><br></span></span></pre><pre class=""><span class=""><span style="font-family:arial,helvetica,sans-serif">I did check connectivity from the Kamailio server to the DB server as well as access to the cdrs table<br>
<br> <br></span></span></pre><pre class=""><span class=""><br><br></span></pre><br></div>