summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-07-30 19:17:38 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-07-30 19:17:38 +0000
commit87256ecdbc5299ec4605a307487e134e81a04588 (patch)
tree6c4884032fae3e270c59e61026c93c95145fb924 /apps/app_queue.c
parentb6de2967df084fcfa81b1315767f253dc036ab61 (diff)
Let "roundrobin" also reference rrmemory, for the 1.6 release (as described in
UPGRADE-1.4.txt) (Closes issue #13181) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index d0ac3ef1b..7bdb7d0f5 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -127,6 +127,7 @@ static const struct strategy {
{ QUEUE_STRATEGY_FEWESTCALLS, "fewestcalls" },
{ QUEUE_STRATEGY_RANDOM, "random" },
{ QUEUE_STRATEGY_RRMEMORY, "rrmemory" },
+ { QUEUE_STRATEGY_RRMEMORY, "roundrobin" },
{ QUEUE_STRATEGY_LINEAR, "linear" },
{ QUEUE_STRATEGY_WRANDOM, "wrandom"},
};