diff --git a/apps/app_queue.c b/apps/app_queue.c
index d6341d36e12ab3b0892ca432572d7644b506ef70..c3a94f065b466fda1d7ddf1470ca73818dd67ec3 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -373,7 +373,7 @@ struct call_queue {
 	unsigned int timeoutrestart:1;
 	unsigned int announceholdtime:2;
 	unsigned int announceposition:1;
-	unsigned int strategy:3;
+	int strategy:4;
 	unsigned int maskmemberstatus:1;
 	unsigned int realtime:1;
 	unsigned int found:1;