Its pretty easy . If you have mysql records enabled via a patch  just do sql query

use asteriskcdrdb;
select * from `cdr` where billsec > 0 ( if answered then billsec always greater than 0 or you cna also use disposition = 'ANSWERED' )

On 13/11/06, Olivier <[EMAIL PROTECTED]> wrote:
Why is it awful ?
Regards

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to