[asterisk-bugs] [Asterisk 0019133]: CEL does not logs applications
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Apr 18 16:39:57 CDT 2011
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=19133
======================================================================
Reported By: FeyFre
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 19133
Category: CEL/General
Reproducibility: always
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 314015
Request Review:
======================================================================
Date Submitted: 2011-04-18 04:33 CDT
Last Modified: 2011-04-18 16:39 CDT
======================================================================
Summary: CEL does not logs applications
Description:
cel.conf is configured to log all events and all application(via option
apps=all in [general] section as mentioned in cel.conf.sample). But no log
entries for applications was made. Never.
Reason: special treatment of "all" value of apps option does implemented
at all. Value is being parsed as comma separated list of applications
without special processing of "all" value(i.e. not additional flag(which
still does not exists) was set). And in ast_cel_report_event() there is no
check of this flag, only search in list of allowed to be logged
applications(which contains only one item - "all")
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-04-18 16:39 lmadsen Description Updated
======================================================================
More information about the asterisk-bugs
mailing list