]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_sdp_rtp: Add support for optimistic SRTP.
authorJoshua Colp <jcolp@digium.com>
Wed, 19 Nov 2014 12:40:36 +0000 (12:40 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 19 Nov 2014 12:40:36 +0000 (12:40 +0000)
commita0d9eab38997b1ba9e64f1b37f84f2fdcbde7c6e
tree12bc4f9cca486f4ea522c643d5f932ef1cf79146
parent87c2e9e2387d3c1e8751e379d2ee92e855c1e85a
res_pjsip_sdp_rtp: Add support for optimistic SRTP.

Optimistic SRTP is the ability to enable SRTP but not have it be
a fatal requirement. If SRTP can be used it will be, if not it won't be.
This gives you a better chance of using it without having your sessions
fail when it can't be.

Encrypt all the things!

Review: https://reviewboard.asterisk.org/r/3992/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@428222 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
configs/samples/pjsip.conf.sample
contrib/ast-db-manage/config/versions/eb88a14f2a_add_media_encryption_optimistic_to_pjsip.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
include/asterisk/res_pjsip_session.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_sdp_rtp.c
res/res_pjsip_session.c