[asterisk-bugs] [JIRA] (ASTERISK-22622) Disabled CEL generates ERROR message on call hangup.

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Tue Oct 1 12:11:03 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-22622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Mudgett updated ASTERISK-22622:
---------------------------------------

    Description: 
If CEL is disabled in cel.conf, each channel that hangs up generates an error message:
{noformat}
ERROR []: cel.c: 687 check_retire_linkedid: Something weird happened, couldn't find linkedid xxx
{noformat}

With CEL disabled the linked id's are not stored in the linkedids container.

It probably would be best to check if CEL is enabled before generating the message.  If CEL were enabled and then disabled, there could be linkedid's in the linkedids container.

  was:
If CEL is disabled in cel.conf, each channel that hangs up generates an error message:
{noformat}
ERROR []: cel.c: 687 check_retire_linkedid: Something weird happened, couldn't find linked id xxx
{noformat}

With CEL disabled the linked id's are not stored in the linkedids container.

It probably would be best to check if CEL is enabled before generating the message.  If CEL were enabled and then disabled, there could be linkedid's in the linkedids container.

    
> Disabled CEL generates ERROR message on call hangup.
> ----------------------------------------------------
>
>                 Key: ASTERISK-22622
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22622
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: CEL/General
>    Affects Versions: 12.0.0-beta1
>            Reporter: Richard Mudgett
>
> If CEL is disabled in cel.conf, each channel that hangs up generates an error message:
> {noformat}
> ERROR []: cel.c: 687 check_retire_linkedid: Something weird happened, couldn't find linkedid xxx
> {noformat}
> With CEL disabled the linked id's are not stored in the linkedids container.
> It probably would be best to check if CEL is enabled before generating the message.  If CEL were enabled and then disabled, there could be linkedid's in the linkedids container.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list