Hi All,<br><br>I installed Opensips 1.4.4 with Mysql Authentication. Freeradius 1.3 is installed. Both are functioning.<br>
FreeRadius is able to retrieve data like called party, calling party, call starttime, call stop time.<br><br>CDRTool
6.7.2 is installed. It is giving web application too. When I try to
search for CDRs it is giving the following database error.<br>
<b><br>
        Database error: Invalid SQL: select count(*) as records
            from radacct where  (AcctStartTime &gt;= &#39;2009-03-01 09:07&#39; and AcctStartTime &lt; &#39;2009-03-01 23:55&#39;) 
MySQL error: 1146 (Table &#39;opensips.radacct&#39; doesn&#39;t exist)
59Session halted.</b> <br><br>I renamed the table of radacct to opensips.radacct and searched for CDRs in web application of CDRTool. Then it is able to retrieve the number of records in the particular time period. But still giving the following database error.<br>
<br><b>
                4 records found. 
                
                
                
</b><p><b>Database
error: Invalid SQL: select *, UNIX_TIMESTAMP(AcctStartTime) as
timestamp from radacct where (AcctStartTime &gt;= &#39;2009-02-28 10:01&#39;
and AcctStartTime &lt; &#39;2009-03-01 23:55&#39;) and Normalized = &#39;0&#39; and
AcctStopTime != &#39;0000-00-00 00:00:00&#39; and (ConnectInfo_stop is not NULL
or MediaInfo is NULL or MediaInfo != &#39;&#39; or (UNIX_TIMESTAMP(NOW()) -
UNIX_TIMESTAMP(AcctStopTime) &gt; 20)) MySQL error: 1146 (Table
&#39;cdrtool.radacct&#39; doesn&#39;t exist)
58Session halted.</b>
</p>
<br>Will you please look at the issue and try to give me a solution to resolve this.<br><br clear="all">Thanks &amp; Regards,<br>JP<br>