[Asterisk-code-review] channels/pjsip/transport/symmetric/notify: Add extensions.conf (testsuite[master])

Richard Mudgett asteriskteam at digium.com
Thu Oct 19 17:33:44 CDT 2017


Richard Mudgett has uploaded this change for review. ( https://gerrit.asterisk.org/6843


Change subject: channels/pjsip/transport/symmetric/notify: Add extensions.conf
......................................................................

channels/pjsip/transport/symmetric/notify: Add extensions.conf

On my test box, the test was constantly failing because it couldn't find
exten 1000 in the default context for a SUBSCRIPTION.

* Added an extensions.conf config file rather than have the test depend
upon the sample extensions.conf file.

Change-Id: I0a905c9994ae5bda7ca87accca04092728fbc43c
---
A tests/channels/pjsip/transport/symmetric/notify/configs/ast1/extensions.conf
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/43/6843/1

diff --git a/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/extensions.conf b/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/extensions.conf
new file mode 100644
index 0000000..6f22648
--- /dev/null
+++ b/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/extensions.conf
@@ -0,0 +1,5 @@
+[default]
+exten = 1000,hint,PJSIP/1000
+exten = 1000,1,NoOp()
+same = n,Hangup()
+

-- 
To view, visit https://gerrit.asterisk.org/6843
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a905c9994ae5bda7ca87accca04092728fbc43c
Gerrit-Change-Number: 6843
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171019/3b2f8893/attachment.html>


More information about the asterisk-code-review mailing list