That didn&#39;t do it for me.... actually I did see that changelog.. sorry<br><br>Anyway, I replaced<br><br>/etc/freeradius/sql.sql with /var/www/CDRTool/setup/radius<div id="1enw" class="ArwC7c ckChnd">/OpenSER/sql.conf<br>
<br>restarted everything and still it didn&#39;t rate the call...<br>
<br>I had to change /var/www/CDRTool/cdrlib.phtml at line 789, I changed:<br><br>$this-&gt;whereUnnormalized .= &quot; and (ConnectInfo_stop is not NULL or MediaInfo is NULL or MediaInfo != &#39;&#39;) &quot;;<br><br>to<br>

<br>$this-&gt;whereUnnormalized .= &quot; and (ConnectInfo_stop is not NULL or MediaInfo is NULL or MediaInfo != &#39;timeout&#39;) &quot;;<br><br>restarted cdrtool, and the it started rating calls ended by rtp timeout<br>
<br><br><br>Thanks!<br></div><br><br><div class="gmail_quote">On Tue, Jun 17, 2008 at 6:31 PM, Iñaki Baz Castillo &lt;<a href="mailto:ibc@in.ilimit.es">ibc@in.ilimit.es</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
El Tuesday 17 June 2008 18:08:23 David Villasmil escribió:<br>
<div class="Ih2E3d">&gt; I&#39;m sorry to bother you some more... but where can I find the changelog?<br>
&gt; the only change log I found is /mediaproxy/debian/changelog and there&#39;s<br>
&gt; nothing referring to that there.<br>
<br>
</div><a href="http://download.ag-projects.com/CDRTool/" target="_blank">http://download.ag-projects.com/CDRTool/</a><br>
<br>
Also take a look to the last sql.conf version:<br>
 &nbsp;<a href="http://download.ag-projects.com/CDRTool/freeradius/OpenSER/sql.conf" target="_blank">http://download.ag-projects.com/CDRTool/freeradius/OpenSER/sql.conf</a><br>
<br>
cdrtool (6.2.1) unstable; urgency=low<br>
<br>
 &nbsp;* Correct update of radius records when mediaproxy field is NULL or !timeout<br>
<div class="Ih2E3d"> &nbsp; &nbsp;You &nbsp;must reload the sql stored procedures from<br>
 &nbsp; &nbsp;setup/radius/OpenSER/radius_accounting.proc or<br>
 &nbsp; &nbsp;update Freeradius with setup/radius/OpenSER/sql.conf<br>
 &nbsp; &nbsp;when not using the stored procedures<br>
</div> &nbsp;* Log add balance to prepaid_history table<br>
<br>
&nbsp;-- Adrian Georgescu &lt;<a href="mailto:ag@ag-projects.com">ag@ag-projects.com</a>&gt; &nbsp;Tue, 12 Feb 2008 19:32:04 +0100<br>
<br>
cdrtool (6.2.0) unstable; urgency=high<br>
<br>
 &nbsp;* Fixed corrupted phone_images.php file<br>
<br>
&nbsp;-- Adrian Georgescu &lt;<a href="mailto:ag@ag-projects.com">ag@ag-projects.com</a>&gt; &nbsp;Tue, 12 Feb 2008 14:08:18 +0100<br>
<br>
cdrtool (6.1.9) unstable; urgency=low<br>
<br>
 &nbsp;* Fixed memory leak related to calling the same soap function several times<br>
 &nbsp;* Added separate access numbers for FUNV, FBUS, FNOL, FNOA<br>
 &nbsp;* Fixed load of customer properties in ngnpro client<br>
 &nbsp;* Support multiple clusters for mysql replication monitor<br>
<div class="Ih2E3d"> &nbsp;* Fixed vulnerability related to missing BYE and MediaProxy<br>
 &nbsp; &nbsp;radius Update action (reported by Inaki Baz Castil)<br>
 &nbsp; &nbsp;You &nbsp;must reload the sql stored procedures from<br>
 &nbsp; &nbsp;setup/radius/OpenSER/radius_accounting.proc or<br>
 &nbsp; &nbsp;update Freeradius with setup/radius/OpenSER/sql.conf<br>
 &nbsp; &nbsp;when not using the stored procedures<br>
</div> &nbsp;* Specify if output of soap functions is html formatted or not<br>
<br>
&nbsp;-- Adrian Georgescu &lt;<a href="mailto:ag@ag-projects.com">ag@ag-projects.com</a>&gt; &nbsp;Tue, 12 Feb 2008 03:34:45 +0100<br>
<font color="#888888"><br>
<br>
<br>
--<br>
</font><div><div></div><div class="Wj3C7c">Iñaki Baz Castillo<br>
<a href="mailto:ibc@in.ilimit.es">ibc@in.ilimit.es</a><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.openser.org">Users@lists.openser.org</a><br>
<a href="http://lists.openser.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br>