[asterisk-bugs] [JIRA] (ASTERISK-22622) Disabled CEL generates ERROR message on call hangup.
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Oct 2 14:05:05 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210731#comment-210731 ]
Matt Jordan commented on ASTERISK-22622:
----------------------------------------
That's due to CEL being registered for Stasis when enabled. The patch that disables all Stasis registrations when CEL is not enabled should resolve this.
> 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