<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/9695">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bridge_add: Add missing escape code to extensions.conf.<br><br>The semi-colon was being interpreted as the start of a comment so<br>BridgeAdd was finding Local/alice@default-00000000;1.<br><br>Change-Id: Ib333c735aa9ed1d96e0d24acca6c1f1aec535524<br>---<br>M tests/apps/bridge/bridge_add/configs/ast1/extensions.conf<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/95/9695/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/apps/bridge/bridge_add/configs/ast1/extensions.conf b/tests/apps/bridge/bridge_add/configs/ast1/extensions.conf</span><br><span>index c4cfd0f..0af44b2 100644</span><br><span>--- a/tests/apps/bridge/bridge_add/configs/ast1/extensions.conf</span><br><span>+++ b/tests/apps/bridge/bridge_add/configs/ast1/extensions.conf</span><br><span>@@ -15,7 +15,7 @@</span><br><span>  ; We need to specify the full Local channel name since only the alice;2</span><br><span>  ; channel goes into the bridge and we do not ever want to find the</span><br><span>  ; alice;1 channel due to a partial match.</span><br><span style="color: hsl(0, 100%, 40%);">- same = n,BridgeAdd(Local/alice@default-00000000;2)</span><br><span style="color: hsl(120, 100%, 40%);">+ same = n,BridgeAdd(Local/alice@default-00000000\;2)</span><br><span>  same = n,Hangup(50)</span><br><span> </span><br><span> exten = charlie_real,1,NoOp()</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/9695">change 9695</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/9695"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib333c735aa9ed1d96e0d24acca6c1f1aec535524 </div>
<div style="display:none"> Gerrit-Change-Number: 9695 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>