mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
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
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user