[asterisk-users] How to get CDR to show answered calls only

Vicky vicky.r at gmail.com
Mon Nov 13 08:28:47 MST 2006


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 <oza-4h07 at myamail.com> 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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061113/f2560969/attachment.htm


More information about the asterisk-users mailing list