[asterisk-commits] elguero: branch 11 r384780 - /branches/11/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Apr 4 14:34:07 CDT 2013


Author: elguero
Date: Thu Apr  4 14:34:02 2013
New Revision: 384780

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=384780
Log:
Blocked revisions 384779

........
Backport Appropiate NAT Setting Cleanup

In ASTERISK-20904, the focus was around the changes to NAT that took place in
Asterisk 11.  Since the report stated that 1.8 was fine, we didn't take a look
at 1.8 at the time.

While working on ASTERISK-21225, I could see that 1.8 would benefit from having
some of those changes applied to it.

This patch does the following:

* The important part of this patch is that it sets the peer's flags earlier in
  build_peer so that the code properly uses the peer's flags based on the peer's
  configuration.
* constify req parameter in check_via()
* update realtime schemas under the contrib directory to handle properly the NAT
  settings available in 1.8 as well as to handle the changes made in 11 to make
  upgrading easier when installing newer versions of Asterisk

(closes issue ASTERISK-21243)
Reported by: Michael L. Young
Patches:
    asterisk-20904-changes_for_1.8.diff Michael L. Young (license 5026)

Review: https://reviewboard.asterisk.org/r/2422/

Modified:
    branches/11/   (props changed)

Propchange: branches/11/
------------------------------------------------------------------------------
--- branch-1.8-blocked (original)
+++ branch-1.8-blocked Thu Apr  4 14:34:02 2013
@@ -1,1 +1,1 @@
-/branches/1.8:379091
+/branches/1.8:379091,384779




More information about the asterisk-commits mailing list