[asterisk-commits] mmichelson: trunk r357319 - in /trunk: ./ channels/sip/security_events.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 28 12:52:17 CST 2012
Author: mmichelson
Date: Tue Feb 28 12:52:13 2012
New Revision: 357319
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=357319
Log:
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
Modified:
trunk/ (props changed)
trunk/channels/sip/security_events.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/channels/sip/security_events.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sip/security_events.c?view=diff&rev=357319&r1=357318&r2=357319
==============================================================================
--- trunk/channels/sip/security_events.c (original)
+++ trunk/channels/sip/security_events.c Tue Feb 28 12:52:13 2012
@@ -365,6 +365,7 @@
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");
More information about the asterisk-commits
mailing list