mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Add a security event for the case where fake authentication challenge is sent.
........ Merged revisions 357318 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357319 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -365,6 +365,7 @@ int sip_report_security_event(const struct sip_pvt *p, const struct sip_request
|
||||
sip_report_invalid_peer(p);
|
||||
break;
|
||||
case AUTH_FAKE_AUTH:
|
||||
sip_report_invalid_peer(p);
|
||||
break;
|
||||
case AUTH_UNKNOWN_DOMAIN:
|
||||
snprintf(aclname, sizeof(aclname), "domain_must_match");
|
||||
|
Reference in New Issue
Block a user