[asterisk-dev] [Code Review] Default Global Settings Not Being Overridden - Asterisk 11

elguero reviewboard at asterisk.org
Wed Mar 13 12:22:50 CDT 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2385/
-----------------------------------------------------------

Review request for Asterisk Developers.


Summary
-------

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

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

A different patch for 1.8 will be posted for review as well.


This addresses bug ASTERISK-21225.
    https://issues.asterisk.org/jira/browse/ASTERISK-21225


Diffs
-----

  /branches/11/channels/chan_sip.c 382825 

Diff: https://reviewboard.asterisk.org/r/2385/diff


Testing
-------

Tested on my dev boxes.

Reporter also tested this patch on his machines and confirmed that everything is working properly.  He also noted that the "directmedia" settings are now being set properly as a result of this patch.


Thanks,

elguero

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130313/4cd70ecc/attachment.htm>


More information about the asterisk-dev mailing list