]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Change nat=yes to nat=force_rport in CHANGES
authorTerry Wilson <twilson@digium.com>
Mon, 21 Nov 2011 21:03:32 +0000 (21:03 +0000)
committerTerry Wilson <twilson@digium.com>
Mon, 21 Nov 2011 21:03:32 +0000 (21:03 +0000)
Fix a small documentation merge issue
ASTERISK-18862

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@345829 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES

diff --git a/CHANGES b/CHANGES
index 89c67986e7c5b78e65f7ea5f503a197c6b41cb60..f941969c2d5be0c79870e5bc563b429a5ec96dfd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -15,7 +15,7 @@
 SIP Changes
 -----------
     * Due to potential username discovery vulnerabilities, the 'nat' setting in sip.conf
-      now defaults to yes. It is very important that phones requiring nat=no be
+      now defaults to force_rport. It is very important that phones requiring nat=no be
       specifically set as such instead of relying on the default setting. If at all
       possible, all devices should have nat settings configured in the general section as
       opposed to configuring nat per-device.