mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	res_pjsip_exten_state: Change 'does not exist' warning to notice
The 'new_subscribe: Extension <> does not exist or has no associated hint' is a config issue and doesn't need to clutter up logs with warnings. Changed to notice. Tested-by: George Joseph Review: https://reviewboard.asterisk.org/r/4307/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430319 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -334,7 +334,7 @@ static int new_subscribe(struct ast_sip_endpoint *endpoint, | ||||
| 		const char *resource) | ||||
| { | ||||
| 	if (!ast_exists_extension(NULL, endpoint->context, resource, PRIORITY_HINT, NULL)) { | ||||
| 		ast_log(LOG_WARNING, "Extension %s does not exist or has no associated hint\n", resource); | ||||
| 		ast_log(LOG_NOTICE, "Extension %s does not exist or has no associated hint\n", resource); | ||||
| 		return 404; | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user