]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update ChangeLog for r401182
authorAsterisk Autobuilder <asteriskteam@digium.com>
Fri, 18 Oct 2013 16:42:15 +0000 (16:42 +0000)
committerAsterisk Autobuilder <asteriskteam@digium.com>
Fri, 18 Oct 2013 16:42:15 +0000 (16:42 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/11.6.0-rc2@401236 65c4cc65-6c06-0410-ace0-fbb531ad65f3

ChangeLog

index dd9d68d1250e02b4f00a8bb3ea98914241599ad8..7966ed27652c2f155fed3c5e8e7fd7efc06d9437 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
 
        * Asterisk 11.6.0-rc2 Released.
 
+       * Remove Port Restriction When Checking For NAT
+
+         When trying to determine if a peer is behind NAT, we should not be
+         using the ports when comparing addresses.
+         
+         This patch removes the port from being checked and just useds the
+         addresses now.
+
        * Properly copy/remove the device state cache flag over a masquerade.
 
          In r378303 the AST_FLAG_DISABLE_DEVSTATE_CACHE flag was added that