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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 8 14:56:49 CDT 2013


Author: elguero
Date: Mon Apr  8 14:56:45 2013
New Revision: 385009

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

........
Fix For Not Overriding The Default Settings In chan_sip

The initial report was that the "nat" setting in the [general] section was not
having any effect in overriding the default setting.  Upon confirming that this
was happening and looking into what was causing this, it was discovered that
other default settings would not be overriden as well.

This patch works similar to what occurs in build_peer().  We create a temporary
ast_flags structure and using a mask, we override the default settings with
whatever is set in the [general] section.

In the bug report, the reporter who helped to test this patch noted that the
directmedia settings were being overriden properly as well as the nat settings.

(closes issue ASTERISK-21225)
Reported by: Alexandre Vezina
Tested by: Alexandre Vezina, Michael L. Young
Patches:
  asterisk-21225-handle-options-default-prob_1.8_v4.diff.diff
						Michael L. Young (license 5026)

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

Modified:
    branches/11/   (props changed)

Propchange: branches/11/
------------------------------------------------------------------------------
--- branch-1.8-blocked (original)
+++ branch-1.8-blocked Mon Apr  8 14:56:45 2013
@@ -1,1 +1,1 @@
-/branches/1.8:379091,384779
+/branches/1.8:379091,384779,385008




More information about the asterisk-commits mailing list