mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
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
This commit is contained in:
@@ -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"},
|
||||
};
|
||||
|
Reference in New Issue
Block a user