<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="Wj3C7c"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br>
&gt; select *, UNIX_TIMESTAMP(AcctStartTime) as timestamp from radacct where<br>
&gt; (1=1) &nbsp;and &nbsp;Normalized = &#39;0&#39; and AcctStopTime != &#39;0000-00-00 00:00:00&#39; &nbsp;and<br>
&gt; (ConnectInfo_stop is not NULL or MediaInfo is NULL or MediaInfo != &#39;&#39;)<br>
&gt;<br>
&gt;<br>
&gt; MediaInfo (after update from mediaproxy) is NOT null... the rest of the<br>
&gt; fields are ok.<br>
<br>
</div>Look again at the SQL query of above:<br>
<div><br>
 &nbsp;MediaInfo is NULL or MediaInfo != &#39;&#39;<br>
<br>
</div>It&#39;s not needed that MediaInfo is NULL, it can be any value except NULL or<br>
empty string.<br>
<font color="#888888"></font></blockquote></div></div></div></blockquote><div><br>That&#39;s it, it IS an empry string, so it will never rate it<br>&nbsp;</div></div>