]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
authorJoshua Colp <jcolp@digium.com>
Thu, 20 Sep 2012 18:18:47 +0000 (18:18 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 20 Sep 2012 18:18:47 +0000 (18:18 +0000)
commit42ebea2f2fd8b7d480c94d81cb3cb166afac84b4
tree0072f9e8e8306036ffeb4f08bf286ffaa79afbbf
parent7e9bdcc3e07e93c86a9620d7b6301605809547a7
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
channels/chan_sip.c
channels/sip/include/sip.h
configs/sip.conf.sample
configure
configure.ac
include/asterisk/autoconfig.h.in
include/asterisk/rtp_engine.h
main/rtp_engine.c
res/res_rtp_asterisk.c