chan_sip: Add security event for calls to invalid extension.

Log a message to security events when an INVITE is received to an
invalid extension.

ASTERISK-25869 #close

Change-Id: I0da40cd7c2206c825c2f0d4e172275df331fcc8f
This commit is contained in:
Corey Farrell
2016-10-06 02:29:21 -04:00
committed by Richard Mudgett
parent eb23919e69
commit 6f8b34f9c1
2 changed files with 6 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ Core
Asterisk is compiled with the LOW_MEMORY compile time option enabled because
the cache code does not exist.
chan_sip
------------------
* Calls to invalid extensions are now reported as an ACL failure security event
"no_extension_match".
res_rtp_asterisk
------------------
* The X.509 certificate used for DTLS negotation can now be automatically