[asterisk-bugs] [JIRA] (ASTERISK-25665) Duplicate logging in queue log for EXITEMPTY events
Ivan Poddubny (JIRA)
noreply at issues.asterisk.org
Thu May 11 02:39:57 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-25665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=236954#comment-236954 ]
Ivan Poddubny commented on ASTERISK-25665:
------------------------------------------
I've submitted a patch that should fix it: https://gerrit.asterisk.org/#/c/5617/
> Duplicate logging in queue log for EXITEMPTY events
> ---------------------------------------------------
>
> Key: ASTERISK-25665
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25665
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 1.8.32.3, 13.6.0
> Reporter: Ove Aursand
> Severity: Minor
>
> How to reproduce:
> Create a queue without members and place a call in the queue. The queue needs "leavewhenempty" set to yes.
> Generates something like this in the log:
> {noformat}
> 1452163740|1452163738.3|que0120550|NONE|ENTERQUEUE||+4721074800|1
> 1452163740|1452163738.3|que0120550|NONE|EXITEMPTY|1|1|0
> 1452163740|1452163738.3|que0120550|NONE|EXITEMPTY|1|1|0
> {noformat}
> ast_log for EXITEMPTY is called in queue_exec and also wait_our_turn. To me it looks like it's the same issue in the source code for 13.6.0 as well, but I haven't tested on that version.
> Removing the ast_log line in wait_our_turn fixed the issue for me.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list