mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Add a RES_NOT_DYNAMIC case for the CLI command
'queue remove member' git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157939 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -6368,6 +6368,9 @@ static char *handle_queue_remove_member(struct ast_cli_entry *e, int cmd, struct | ||||
| 	case RES_OUTOFMEMORY: | ||||
| 		ast_cli(a->fd, "Out of memory\n"); | ||||
| 		return CLI_FAILURE; | ||||
| 	case RES_NOT_DYNAMIC: | ||||
| 		ast_cli(a->fd, "Unable to remove interface '%s' from queue'%s': Member is not dynamic\n", interface, queuename); | ||||
| 		return CLI_FAILURE; | ||||
| 	default: | ||||
| 		return CLI_FAILURE; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user