projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e16fe
)
strategy "ringall" is really int value of 0, not 1.
author
BJ Weschke
<bweschke@btwtech.com>
Tue, 9 May 2006 00:21:40 +0000
(
00:21
+0000)
committer
BJ Weschke
<bweschke@btwtech.com>
Tue, 9 May 2006 00:21:40 +0000
(
00:21
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25801
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
d1ed8d8
..
c6b9a96
100644
(file)
--- a/
apps/app_queue.c
+++ b/
apps/app_queue.c
@@
-1925,7
+1925,7
@@
static int is_our_turn(struct queue_ent *qe)
if (option_debug)
ast_log(LOG_DEBUG, "There are %d available members.\n", avl);
- if (qe->parent->strategy == 1) {
+ if (qe->parent->strategy == 0) {
if (option_debug)
ast_log(LOG_DEBUG, "Even though there are %d available members, the strategy is ringall so only the head call is allowed in!\n", avl);
avl = 1;