[asterisk-bugs] [JIRA] (ASTERISK-17706) CEL does not logs applications

Sean Bright (JIRA) noreply at issues.asterisk.org
Sat Mar 14 17:17:25 CDT 2020


    [ https://issues.asterisk.org/jira/browse/ASTERISK-17706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=197276#comment-197276 ] 

Sean Bright edited comment on ASTERISK-17706 at 3/14/20 5:17 PM:
-----------------------------------------------------------------

I'm unable to reproduce this problem.  Using the following in {{cel.conf}}:

{noformat}
events=ALL
{noformat}

Causes all of the events to be logged out to a CEL file configured in {{cel_custom.conf}}.  The {{ALL}} event type is in the array that is used to match the values parsed out of the config file, and sets the eventtype flag to 'select' all possible event values.  This looks to have been in place from the beginning of CEL creation.


was (Author: mjordan):
I'm unable to reproduce this problem.  Using the following in {{cel.conf}}:

{noformat}

events=ALL

{noformat}

Causes all of the events to be logged out to a CEL file configured in {{cel_custom.conf}}.  The {{ALL}} event type is in the array that is used to match the values parsed out of the config file, and sets the eventtype flag to 'select' all possible event values.  This looks to have been in place from the beginning of CEL creation.

> CEL does not logs applications
> ------------------------------
>
>                 Key: ASTERISK-17706
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-17706
>             Project: Asterisk
>          Issue Type: Bug
>          Components: CEL/General
>            Reporter: feyfre
>
> 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")



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list