Archived
14
0
Fork 0

Changing ERROR to lesser level. Imported from 1.2/1.4

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48004 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2006-11-25 09:48:30 +00:00
parent 7e46c70622
commit efcfb48d09

View file

@ -14456,7 +14456,7 @@ static int handle_request_subscribe(struct sip_pvt *p, struct sip_request *req,
if ((firststate = ast_extension_state(NULL, p->context, p->exten)) < 0) {
ast_log(LOG_ERROR, "Got SUBSCRIBE for extension %s@%s from %s, but there is no hint for that extension\n", p->exten, p->context, ast_inet_ntoa(p->sa.sin_addr));
ast_log(LOG_NOTICE, "Got SUBSCRIBE for extension %s@%s from %s, but there is no hint for that extension.\n", p->exten, p->context, ast_inet_ntoa(p->sa.sin_addr));
transmit_response(p, "404 Not found", req);
ast_set_flag(&p->flags[0], SIP_NEEDDESTROY);
return 0;