From ec3b8a1f2799acf4a04b95e12b10923181ae8207 Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Fri, 18 May 2012 19:39:54 +0000 Subject: app_queue: Per Member ringinuse option and deprecation of ignorebusy Adds a number of methods for controlling the setting of 'ringinuse' which is basically the same concept as the old ignorebusy setting, only now the per member setting always controls whether or not the member is actually ringed while in use. A CLI command and a manager action have been added to change a given queue member's ringinuse option while Asterisk is running and the an argument has been added for adding members with deliberately set ringinuse in queues.conf Some effort has been made to ensure compatability with dialplans and databases still referring to 'ignorebusy'. (issue ASTERISK-19536) reported by: Philippe Lindheimer Review: https://reviewboard.asterisk.org/r/1919/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@367080 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 23f8f7c07..52906fcd0 100644 --- a/CHANGES +++ b/CHANGES @@ -125,6 +125,14 @@ Queue changes ------------- * Added queue options autopausebusy and autopauseunavail for automatically pausing a queue member when their device reports busy or congestion. + * The 'ignorebusy' option for queue members has been deprecated in favor of + the option 'ringinuse. Also a 'queue set ringinuse' CLI command has been + added as well as an AMI action 'QueueMemberRingInUse' to set this variable on a + per interface basis. Individual ringinuse values can now be set in + queues.conf via an argument to member definitions. Lastly, the queue + 'ringinuse' setting now only determines defaults for the per member + 'ringinuse' setting and does not override per member settings like it does + in earlier versions. Voicemail changes ----------------- -- cgit v1.2.3