[asterisk-commits] testsuite: Fix test to tolerate an optional 100 Trying message. (testsuite[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 25 14:09:44 CDT 2017
George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/5523 )
Change subject: testsuite: Fix test to tolerate an optional 100 Trying message.
......................................................................
testsuite: Fix test to tolerate an optional 100 Trying message.
Fix channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs
to tolerate an optional 100 Trying that a recent patch causes chan_pjsip
to put out earlier.
ASTERISK-26890
Change-Id: I54e45cbd6adc536dce94c951c20fbf75f6dc377e
---
M tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
George Joseph: Looks good to me, approved; Approved for Submit
Jenkins2: Verified
Joshua Colp: Looks good to me, but someone else must approve
diff --git a/tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml b/tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml
index bf07d52..11addea 100644
--- a/tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml
+++ b/tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml
@@ -29,6 +29,9 @@
]]>
</send>
+ <recv response="100" optional="true">
+ </recv>
+
<recv response="488" rtd="true">
</recv>
--
To view, visit https://gerrit.asterisk.org/5523
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I54e45cbd6adc536dce94c951c20fbf75f6dc377e
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
More information about the asterisk-commits
mailing list