mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-19 09:55:41 -07:00
I changed my mind ... I think this should be a LOG_NOTICE.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83943 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+3
-5
@@ -13661,11 +13661,9 @@ 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);
|
||||
if (option_verbose > 2) {
|
||||
ast_verbose(VERBOSE_PREFIX_3 "Call from '%s' to extension"
|
||||
" '%s' rejected because extension not found.\n",
|
||||
S_OR(p->username, p->peername), p->exten);
|
||||
}
|
||||
ast_log(LOG_NOTICE, "Call from '%s' to extension"
|
||||
" '%s' rejected because extension not found.\n",
|
||||
S_OR(p->username, p->peername), p->exten);
|
||||
}
|
||||
p->invitestate = INV_COMPLETED;
|
||||
update_call_counter(p, DEC_CALL_LIMIT);
|
||||
|
||||
Reference in New Issue
Block a user