Its pretty easy . If you have mysql records enabled via a patch &nbsp;just do sql query<br><br>use asteriskcdrdb;<br>select * from `cdr` where billsec &gt; 0 ( if answered then billsec always greater than 0 or you cna also use disposition = 'ANSWERED' ) 
<br><br><div><span class="gmail_quote">On 13/11/06, <b class="gmail_sendername">Olivier</b> &lt;<a href="mailto:oza-4h07@myamail.com">oza-4h07@myamail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Why is it awful ?<br>Regards<br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">
Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br></blockquote></div><br>