<p> Attention is currently required from: N A. </p>
<p>N A <strong>uploaded patch set #7</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17470">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pbx: Add variable substitution API for extensions<br><br>Currently, variable substitution involving dialplan<br>extensions is quite clunky since it entails obtaining<br>the current dialplan location, backing it up, storing<br>the desired variables for substitution on the channel,<br>performing substitution, then restoring the original<br>location.<br><br>In addition to being clunky, things could also go wrong<br>if an async goto were to occur and change the dialplan<br>location during a substitution.<br><br>Fundamentally, there's no reason it needs to be done this<br>way, so new API is added to allow for directly passing in<br>the dialplan location for the purposes of variable<br>substitution so we don't need to mess with the channel<br>information anymore. Existing API is not changed.<br><br>ASTERISK-29745 #close<br><br>Change-Id: I23273bf27fa0efb64a606eebf9aa8e2f41a065e4<br>---<br>M include/asterisk/pbx.h<br>M main/pbx.c<br>M main/pbx_variables.c<br>3 files changed, 57 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/70/17470/7</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17470">change 17470</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/+/17470"/><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: I23273bf27fa0efb64a606eebf9aa8e2f41a065e4 </div>
<div style="display:none"> Gerrit-Change-Number: 17470 </div>
<div style="display:none"> Gerrit-PatchSet: 7 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Attention: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>