From b02c65752ccfc2317693644c424d221339d57e19 Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Tue, 4 Sep 2012 19:26:02 +0000 Subject: app_queue: Only log PAUSEALL/UNPAUSEALL when 1+ memebers changed. Prior to this patch, if pause or unpause was issued on an interface without specifying a specific queue, a PAUSEALL or UNPAUSEALL event would be logged in the queue log even if that interface wasn't a member of any queues. This patch changes it so that these events are only logged when at least one member of any queue exists for that interface. (closes issue AST-946) Reported by: John Bigelow Review: https://reviewboard.asterisk.org/r/2079/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@372148 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8bcbf939e..85dcfcbf6 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,16 @@ === and the other UPGRADE files for older releases. === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 11 to Asterisk 12 -------------------- +------------------------------------------------------------------------------ + +Logging +------------------- + * When performing queue pause/unpause on an interface without specifying an + individual queue, the PAUSEALL/UNPAUSEALL event will only be logged if at + least one member of any queue exists for that interface. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 10 to Asterisk 11 -------------------- ------------------------------------------------------------------------------ -- cgit v1.2.3