aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-30 19:17:38 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-30 19:17:38 +0000
commit57e6c35f42d84a076211753ee7242f1316070096 (patch)
tree6c4884032fae3e270c59e61026c93c95145fb924 /apps
parent4c81650745985bedb5a491a18ebed98689efd43c (diff)
Let "roundrobin" also reference rrmemory, for the 1.6 release (as described in
UPGRADE-1.4.txt) (Closes issue #13181) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134483 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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"},
};