-
- Downloads
Merged revisions 337595,337597 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ........ r337595 | jrose | 2011-09-22 10:35:50 -0500 (Thu, 22 Sep 2011) | 12 lines Generate Security events in chan_sip using new Security Events Framework Security Events Framework was added in 1.8 and support was added for AMI to generate events at that time. This patch adds support for chan_sip to generate security events. (closes issue ASTERISK-18264) Reported by: Michael L. Young Patches: security_events_chan_sip_v4.patch (license #5026) by Michael L. Young Review: https://reviewboard.asterisk.org/r/1362/ ........ r337597 | jrose | 2011-09-22 10:47:05 -0500 (Thu, 22 Sep 2011) | 10 lines Forgot to svn add new files to r337595 Part of Generating security events for chan_sip (issue ASTERISK-18264) Reported by: Michael L. Young Patches: security_events_chan_sip_v4.patch (License #5026) by Michael L. Young Reviewboard: https://reviewboard.asterisk.org/r/1362/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@337600 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 1 addition, 0 deletionsCHANGES
- channels/chan_sip.c 373 additions, 344 deletionschannels/chan_sip.c
- channels/sip/include/security_events.h 43 additions, 0 deletionschannels/sip/include/security_events.h
- channels/sip/include/sip.h 44 additions, 2 deletionschannels/sip/include/sip.h
- channels/sip/security_events.c 398 additions, 0 deletionschannels/sip/security_events.c
- configs/logger.conf.sample 2 additions, 0 deletionsconfigs/logger.conf.sample
- include/asterisk/event_defs.h 6 additions, 1 deletioninclude/asterisk/event_defs.h
- include/asterisk/security_events_defs.h 74 additions, 2 deletionsinclude/asterisk/security_events_defs.h
- main/event.c 4 additions, 0 deletionsmain/event.c
- main/security_events.c 54 additions, 0 deletionsmain/security_events.c
Loading
Please register or sign in to comment