summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2014-11-19 12:40:36 +0000
committerJoshua Colp <jcolp@digium.com>2014-11-19 12:40:36 +0000
commita0d9eab38997b1ba9e64f1b37f84f2fdcbde7c6e (patch)
tree12bc4f9cca486f4ea522c643d5f932ef1cf79146 /CHANGES
parent87c2e9e2387d3c1e8751e379d2ee92e855c1e85a (diff)
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52fd6f87b..b2692d187 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,14 @@ The features.conf general section has three new configurable options:
For more information on what these options do, see the Asterisk wiki:
https://wiki.asterisk.org/wiki/x/W4fAAQ
+Channel Drivers
+------------------
+
+chan_pjsip
+------------------
+ * New 'media_encryption_optimistic' endpoint setting. This will use SRTP
+ when possible but does not consider lack of it a failure.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 12 to Asterisk 13 --------------------
------------------------------------------------------------------------------