mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Avoid unnecessary WARNING message
Add AST_CONTROL_UPDATE_RTP_PEER frame to be ignored here to avoid displaying a WARNING message. (closes issue ASTERISK-18610) Patch by: Kristijan_Vrban git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@340878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -3562,6 +3562,7 @@ int ast_waitfordigit_full(struct ast_channel *c, int ms, int audiofd, int cmdfd) | ||||
| 				case AST_CONTROL_SRCCHANGE: | ||||
| 				case AST_CONTROL_CONNECTED_LINE: | ||||
| 				case AST_CONTROL_REDIRECTING: | ||||
| 				case AST_CONTROL_UPDATE_RTP_PEER: | ||||
| 				case -1: | ||||
| 					/* Unimportant */ | ||||
| 					break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user