[asterisk-commits] pjsip/qualify/call unreachable: Fix user event. (testsuite[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 8 09:45:07 CDT 2017
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/5780 )
Change subject: pjsip/qualify/call_unreachable: Fix user event.
......................................................................
pjsip/qualify/call_unreachable: Fix user event.
Last minute clean-up resulted in me removing a bit of text.
This change fixes it so the raised user event is what
the test expects.
-1 to me.
ASTERISK-26281
Change-Id: I991b83e1022ba2f8319299a39ec69d805b124397
---
M tests/channels/pjsip/qualify/call_unreachable/configs/ast1/extensions.conf
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
George Joseph: Looks good to me, approved; Approved for Submit
Jenkins2: Approved for Submit
diff --git a/tests/channels/pjsip/qualify/call_unreachable/configs/ast1/extensions.conf b/tests/channels/pjsip/qualify/call_unreachable/configs/ast1/extensions.conf
index 5e3c353..a1dec5e 100644
--- a/tests/channels/pjsip/qualify/call_unreachable/configs/ast1/extensions.conf
+++ b/tests/channels/pjsip/qualify/call_unreachable/configs/ast1/extensions.conf
@@ -12,5 +12,5 @@
exten => 1000,1,NoOp()
same => n,Dial(PJSIP/test)
- same => n,ExecIf($[${DIALSTATUS}=CHANUNAVAIL]?UserEvent(TestResult,success)
+ same => n,ExecIf($[${DIALSTATUS}=CHANUNAVAIL]?UserEvent(success)
same => n,Hangup()
--
To view, visit https://gerrit.asterisk.org/5780
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I991b83e1022ba2f8319299a39ec69d805b124397
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
More information about the asterisk-commits
mailing list