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

Corey Farrell asteriskteam at digium.com
Wed Jul 25 18:18:44 CDT 2018


Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/9695


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(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/95/9695/1

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/9695
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib333c735aa9ed1d96e0d24acca6c1f1aec535524
Gerrit-Change-Number: 9695
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180725/5e82a8bc/attachment-0001.html>


More information about the asterisk-code-review mailing list