From: Asterisk Autobuilder Date: Fri, 18 Oct 2013 16:42:15 +0000 (+0000) Subject: Update ChangeLog for r401182 X-Git-Tag: 11.6.0-rc2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52013a1688676f190cda9649a128bc1e124ebf33;p=thirdparty%2Fasterisk.git Update ChangeLog for r401182 git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/11.6.0-rc2@401236 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/ChangeLog b/ChangeLog index dd9d68d125..7966ed2765 100644 --- 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