summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2011-09-28 17:00:35 +0000
committerTerry Wilson <twilson@digium.com>2011-09-28 17:00:35 +0000
commit659edb7b8fbe6d50c4690d4964ba2dcd772f1175 (patch)
treee8f995267b6ee18e580a9c39faa94c4a92aea41f
parent0ab04b53b5fdcfc17bc5f82acafc87c92ca37924 (diff)
Update CHANGES to reflect autopausebusy not being in Asterisk 10
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@338188 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 5cdcf8e46..e338252c0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,6 +31,11 @@ Codec changes
requirement to use two different keywords. For example, to specify all
codecs except g729 and g723, one need only specify allow=all,!g729,!g723.
+Queue changes
+-------------
+ * Added queue options autopausebusy and autopauseunavail for automatically
+ pausing a queue member when their device reports busy or congestion.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.8 to Asterisk 10 -------------------
------------------------------------------------------------------------------
@@ -227,8 +232,6 @@ Queue changes
* Added member option ignorebusy this when set and ringinuse is not
will allow per member control of multiple calls as ringinuse does for
the Queue.
- * Added queue options autopausebusy and autopauseunavail for automatically
- pausing a queue member when their device reports busy or congestion.
Applications
------------