mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Update has_no_members to know about device status codes (bug #2867)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4259 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -290,8 +290,8 @@ static int has_no_members(struct ast_call_queue *q) | ||||
| 	member = q->members; | ||||
| 	while(empty && member) { | ||||
| 		switch(member->status) { | ||||
| 		case AST_CAUSE_NOSUCHDRIVER: | ||||
| 		case AST_CAUSE_UNREGISTERED: | ||||
| 		case AST_DEVICE_UNAVAILABLE: | ||||
| 		case AST_DEVICE_INVALID: | ||||
| 			/* Not logged on, etc */ | ||||
| 			break; | ||||
| 		default: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user