<p> Attention is currently required from: N A. </p>
<p>N A <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/19744">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">config.c: Make ast_variable_retrieve return last match.<br><br>ast_variable_retrieve currently returns the first match<br>for a variable, as opposed to the last one. This is problematic<br>because modules that load config settings by explicitly<br>calling ast_variable_retrieve on a variable name (as opposed<br>to iterating through all the directives as specified) will<br>end up taking the first specified value, such as the default<br>value from the template rather than the actual effective value<br>in an individual config section, leading to the wrong config.<br><br>This fixes this by making ast_variable_retrieve return the last<br>match, or the most recently overridden one, as the effective setting.<br>This is similar to what the -1 index in the AST_CONFIG function does.<br><br>There is another function, ast_variable_find_last_in_list, that does<br>something similar. However, it's a slightly different API, and it<br>sees virtually no usage in Asterisk. ast_variable_retrieve is what<br>most things use so this is currently the relevant point of breakage.<br><br>ASTERISK-30370 #close<br><br>Change-Id: Ia681407275a557c1462f93832a4d45f31c580354<br>---<br>A doc/UPGRADE-staging/config_templates.txt<br>M main/config.c<br>2 files changed, 54 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/44/19744/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/19744">change 19744</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/19744"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ia681407275a557c1462f93832a4d45f31c580354 </div>
<div style="display:none"> Gerrit-Change-Number: 19744 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: N A <asterisk@phreaknet.org> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Attention: N A <asterisk@phreaknet.org> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>