From 178e6f06df86d4af2599aca42d9f7df938eecf94 Mon Sep 17 00:00:00 2001 From: David Vossel Date: Thu, 12 Feb 2009 21:27:11 +0000 Subject: 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 --- configs/iax.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs') 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 -- cgit v1.2.3