mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Forgot an !
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@101580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1437,7 +1437,7 @@ static struct call_queue *find_queue_by_name_rt(const char *queuename, struct as | ||||
| 		 * will allocate the members properly | ||||
| 		 */ | ||||
| 		for (tmpvar = queue_vars; tmpvar; tmpvar = tmpvar->next) { | ||||
| 			if (strcasecmp(tmpvar->name, "strategy")) { | ||||
| 			if (!strcasecmp(tmpvar->name, "strategy")) { | ||||
| 				q->strategy = strat2int(tmpvar->value); | ||||
| 				if (q->strategy < 0) { | ||||
| 					ast_log(LOG_WARNING, "'%s' isn't a valid strategy for queue '%s', using ringall instead\n", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user