summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-05-18 19:39:54 +0000
committerJonathan Rose <jrose@digium.com>2012-05-18 19:39:54 +0000
commitec3b8a1f2799acf4a04b95e12b10923181ae8207 (patch)
tree14478d8172aa13faa593f24f562a8951c7dce0cc /CHANGES
parent11348736af2097be6ca9d99f160ead3e85e44ec2 (diff)
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
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
-----------------