That didn'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't rate the call...<br>
<br>I had to change /var/www/CDRTool/cdrlib.phtml at line 789, I changed:<br><br>$this->whereUnnormalized .= " and (ConnectInfo_stop is not NULL or MediaInfo is NULL or MediaInfo != '') ";<br><br>to<br>
<br>$this->whereUnnormalized .= " and (ConnectInfo_stop is not NULL or MediaInfo is NULL or MediaInfo != 'timeout') ";<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 <<a href="mailto:ibc@in.ilimit.es">ibc@in.ilimit.es</a>> 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">> I'm sorry to bother you some more... but where can I find the changelog?<br>
> the only change log I found is /mediaproxy/debian/changelog and there's<br>
> 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>
<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>
* Correct update of radius records when mediaproxy field is NULL or !timeout<br>
<div class="Ih2E3d"> You must reload the sql stored procedures from<br>
setup/radius/OpenSER/radius_accounting.proc or<br>
update Freeradius with setup/radius/OpenSER/sql.conf<br>
when not using the stored procedures<br>
</div> * Log add balance to prepaid_history table<br>
<br>
-- Adrian Georgescu <<a href="mailto:ag@ag-projects.com">ag@ag-projects.com</a>> Tue, 12 Feb 2008 19:32:04 +0100<br>
<br>
cdrtool (6.2.0) unstable; urgency=high<br>
<br>
* Fixed corrupted phone_images.php file<br>
<br>
-- Adrian Georgescu <<a href="mailto:ag@ag-projects.com">ag@ag-projects.com</a>> Tue, 12 Feb 2008 14:08:18 +0100<br>
<br>
cdrtool (6.1.9) unstable; urgency=low<br>
<br>
* Fixed memory leak related to calling the same soap function several times<br>
* Added separate access numbers for FUNV, FBUS, FNOL, FNOA<br>
* Fixed load of customer properties in ngnpro client<br>
* Support multiple clusters for mysql replication monitor<br>
<div class="Ih2E3d"> * Fixed vulnerability related to missing BYE and MediaProxy<br>
radius Update action (reported by Inaki Baz Castil)<br>
You must reload the sql stored procedures from<br>
setup/radius/OpenSER/radius_accounting.proc or<br>
update Freeradius with setup/radius/OpenSER/sql.conf<br>
when not using the stored procedures<br>
</div> * Specify if output of soap functions is html formatted or not<br>
<br>
-- Adrian Georgescu <<a href="mailto:ag@ag-projects.com">ag@ag-projects.com</a>> 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>