diff --git a/apps/app_queue.c b/apps/app_queue.c
index d1ed8d83d3dbffca019076ea998ebbc0d5527081..c6b9a96559d32a5398f5fd8d37b2aff5aa3975c9 100644
--- 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;