[Asterisk-code-review] bridge add: Add missing escape code to extensions.conf. (testsuite[16.0])

Jenkins2 asteriskteam at digium.com
Thu Jul 26 06:58:54 CDT 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9696 )

Change subject: bridge_add: Add missing escape code to extensions.conf.
......................................................................

bridge_add: Add missing escape code to extensions.conf.

The semi-colon was being interpreted as the start of a comment so
BridgeAdd was finding Local/alice at default-00000000;1.

Change-Id: Ib333c735aa9ed1d96e0d24acca6c1f1aec535524
---
M tests/apps/bridge/bridge_add/configs/ast1/extensions.conf
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/tests/apps/bridge/bridge_add/configs/ast1/extensions.conf b/tests/apps/bridge/bridge_add/configs/ast1/extensions.conf
index c4cfd0f..0af44b2 100644
--- a/tests/apps/bridge/bridge_add/configs/ast1/extensions.conf
+++ b/tests/apps/bridge/bridge_add/configs/ast1/extensions.conf
@@ -15,7 +15,7 @@
  ; We need to specify the full Local channel name since only the alice;2
  ; channel goes into the bridge and we do not ever want to find the
  ; alice;1 channel due to a partial match.
- same = n,BridgeAdd(Local/alice at default-00000000;2)
+ same = n,BridgeAdd(Local/alice at default-00000000\;2)
  same = n,Hangup(50)
 
 exten = charlie_real,1,NoOp()

-- 
To view, visit https://gerrit.asterisk.org/9696
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 16.0
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib333c735aa9ed1d96e0d24acca6c1f1aec535524
Gerrit-Change-Number: 9696
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180726/d6e96435/attachment.html>


More information about the asterisk-code-review mailing list