[asterisk-bugs] [JIRA] (ASTERISK-25665) Duplicate logging in queue log for EXITEMPTY events
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Jan 14 07:52:33 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-25665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton reassigned ASTERISK-25665:
---------------------------------------
Assignee: (was: Rusty Newton)
> 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