-
- Downloads
"README.md" did not exist on "955f1ef0fe65d9b9ef5a498d37c72ae8112df72c"
Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
As mentioned on the review for this, WebRTC has moved towards choosing DTLS-SRTP as the mechanism for key exchange for SRTP. This commit adds support for this but makes it available for normal SIP clients as well. Testing has been done to ensure that this introduces no regressions with existing behavior and also that it functions as expected. Review: https://reviewboard.asterisk.org/r/2113/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@373229 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- channels/chan_sip.c 264 additions, 58 deletionschannels/chan_sip.c
- channels/sip/include/sip.h 5 additions, 0 deletionschannels/sip/include/sip.h
- configs/sip.conf.sample 32 additions, 0 deletionsconfigs/sip.conf.sample
- configure 121 additions, 1 deletionconfigure
- configure.ac 3 additions, 1 deletionconfigure.ac
- include/asterisk/autoconfig.h.in 3 additions, 0 deletionsinclude/asterisk/autoconfig.h.in
- include/asterisk/rtp_engine.h 94 additions, 0 deletionsinclude/asterisk/rtp_engine.h
- main/rtp_engine.c 68 additions, 0 deletionsmain/rtp_engine.c
- res/res_rtp_asterisk.c 589 additions, 4 deletionsres/res_rtp_asterisk.c
Loading
Please register or sign in to comment