[asterisk-bugs] [Asterisk 0011643]: Allow for the conditional logging of CDRs based on call disposition

noreply at bugs.digium.com noreply at bugs.digium.com
Tue Feb 12 08:00:27 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11643 
====================================================================== 
Reported By:                kratzers
Assigned To:                murf
====================================================================== 
Project:                    Asterisk
Issue ID:                   11643
Category:                   CDR/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 94974 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             12-27-2007 13:52 CST
Last Modified:              02-12-2008 08:00 CST
====================================================================== 
Summary:                    Allow for the conditional logging of CDRs based on
call disposition
Description: 
In our setting, we've found it desirable to log CDRs conditionally based on
the call disposition. For instance, only log CDRs for calls that were
either answered or not answered. Attached is a patch which allows users to
specify the dispositions to log using a mask (inverse) such as
NOANSWER|ANSWERED. The default is to log everything:
FAILED|BUSY|NOANSWER|ANSWERED.

Note: This serves a different purpose than "unanswered" and, for this
purpose, is much more granular.
====================================================================== 

---------------------------------------------------------------------- 
 kratzers - 02-12-08 08:00  
---------------------------------------------------------------------- 
Initially, I had written a patch to do this for cdr_addon_mysql, but it was
suggested that it be moved to the core of Asterisk so that it would be
global across all CDR modules. If a user wishes to filter on a per-module
basis, the default setting for this would allow that also. Dunno. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-12-08 08:00  kratzers       Note Added: 0082076                          
======================================================================




More information about the asterisk-bugs mailing list