summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2009-02-12 21:27:11 +0000
committerDavid Vossel <dvossel@digium.com>2009-02-12 21:27:11 +0000
commit178e6f06df86d4af2599aca42d9f7df938eecf94 (patch)
tree9c08a225333f11dae45fd02a5ac5a994a0c433a3 /CHANGES
parent9e0f5d2afe505aacc042f1d276af7f10f6ee5608 (diff)
Adds force encryption option to iax.conf
This patch adds forceencryption=yes as an iax.conf option. When force encryption is enabled, no unencrypted connections are allowed. This insures all connections are encrypted. This is a new feature, so CHANGES and iax.conf.sample are updated as well. (closes issue #13285) Reported by: sgofferj Tested by: russell Review: http://reviewboard.digium.com/r/150/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@175344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 79934f841..50a56b73f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -546,6 +546,7 @@ IAX2 changes
* Added support for OSP. The token is set and retrieved through the CHANNEL()
dialplan function.
* Added immediate option to iax.conf
+ * Added forceencryption option to iax.conf
XMPP Google Talk/Jingle changes
-------------------------------