Skip to content
Snippets Groups Projects
Commit 95895442 authored by Russell Bryant's avatar Russell Bryant
Browse files

Merged revisions 83943 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r83943 | russell | 2007-09-26 16:35:23 -0500 (Wed, 26 Sep 2007) | 2 lines

I changed my mind ... I think this should be a LOG_NOTICE.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83944 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent cf452dc6
No related branches found
No related tags found
No related merge requests found
......@@ -14877,7 +14877,7 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int
transmit_response_reliable(p, "484 Address Incomplete", req);
else {
transmit_response_reliable(p, "404 Not Found", req);
ast_verb(3, "Call from '%s' to extension"
ast_log(LOG_NOTICE, "Call from '%s' to extension"
" '%s' rejected because extension not found.\n",
S_OR(p->username, p->peername), p->exten);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment