Archived
14
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@83944 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-09-26 21:36:34 +00:00
parent 336ff3c04e
commit ab4d9025e5

View file

@ -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);
}