[asterisk-bugs] [JIRA] (ASTERISK-25665) Duplicate logging in queue log for EXITEMPTY events

Ove Aursand (JIRA) noreply at issues.asterisk.org
Thu Jan 7 09:46:33 CST 2016


Ove Aursand created ASTERISK-25665:
--------------------------------------

             Summary: 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
    Affects Versions: 1.8.32.3
            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:

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

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