summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-05-30 17:52:49 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-05-30 17:52:49 +0000
commit7e84433270ff43622e17b5d585253b9ab787dd37 (patch)
tree227e56b9290b25195eaa006067ecaa99d3e3e347 /UPGRADE.txt
parentf35b95e516398ad7ecdf687a0fca6da915539ad9 (diff)
officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30837 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index e44341426..b9c238f79 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -119,6 +119,11 @@ Applications:
record conversations queue members are having with queue callers. Please
see configs/queues.conf.sample for more information on this option.
+* The app_queue application strategy called 'roundrobin' has been deprecated
+ for this release. Users are encouraged to use 'rrmemory' instead, since it
+ provides more 'true' round-robin call delivery. For the Asterisk 1.6 release,
+ 'rrmemory' will be renamed 'roundrobin'.
+
* app_meetme: The 'm' option (monitor) is renamed to 'l' (listen only), and
the 'm' option now provides the functionality of "initially muted".
In practice, most existing dialplans using the 'm' flag should not notice