aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-12 21:27:11 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-12 21:27:11 +0000
commite6fb59edcaec38ea97dc381e12290cf0a7c5ee13 (patch)
tree9c08a225333f11dae45fd02a5ac5a994a0c433a3 /configs
parent7a733c01fc946447ddab2198fb2817249e1ac7f2 (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: http://svn.digium.com/svn/asterisk/trunk@175344 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/iax.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 17f333f53..d339ae063 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -176,6 +176,11 @@ forcejitterbuffer=no
;
; encryption = yes
;
+; Force encryption insures no connection is established unless both sides support
+; encryption. By turning this option on, encryption is automatically turned on as well.
+;
+; forceencryption = yes
+;
; This is a compatibility option for older versions of IAX2 that do not support
; key rotation with encryption. This option will disable the IAX_COMMAND_RTENC message.
; default is on