-
- Downloads
Add DTLS-SRTP support to chan_pjsip
This patch introduces DTLS-SRTP support to chan_pjsip and the options necessary to configure it including an option to allow choosing between 32 and 80 byte SRTP tag lengths. During the implementation and testing of this patch, three other bugs were found and their fixes are included with this patch. The two in chan_sip were a segfault relating to DTLS setup and mistaken call rejection. The third bug fix prevents chan_pjsip from attempting to perform bridge optimization between two endpoints if either of them is running any form of SRTP. Review: https://reviewboard.asterisk.org/r/2683/ (closes issue ASTERISK-21419) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- channels/chan_gulp.c 12 additions, 0 deletionschannels/chan_gulp.c
- channels/chan_sip.c 9 additions, 3 deletionschannels/chan_sip.c
- include/asterisk/res_sip.h 6 additions, 0 deletionsinclude/asterisk/res_sip.h
- include/asterisk/res_sip_session.h 1 addition, 2 deletionsinclude/asterisk/res_sip_session.h
- res/res_sip.c 84 additions, 0 deletionsres/res_sip.c
- res/res_sip/sip_configuration.c 20 additions, 2 deletionsres/res_sip/sip_configuration.c
- res/res_sip_sdp_rtp.c 229 additions, 36 deletionsres/res_sip_sdp_rtp.c
- res/res_sip_session.c 1 addition, 0 deletionsres/res_sip_session.c
Loading
Please register or sign in to comment