tests/channels/pjsip/sdp_mandatory_lines: Added test to check the validity of SDP s= and o= lines#125
tests/channels/pjsip/sdp_mandatory_lines: Added test to check the validity of SDP s= and o= lines#125AlexisHadj wants to merge 1 commit intoasterisk:masterfrom
Conversation
|
Workflow PRCheck failed |
f244934 to
efa28b1
Compare
|
Workflow PRCheck completed successfully |
efa28b1 to
964d28a
Compare
|
cherry-pick-to: 20 |
Pull Request Checklist Complete
|
Workflow PRCheck completed successfully |
…idity of SDP s= and o= lines This new test verifies that the SDP Session Name (s=) and Origin (o=) lines are present and contain valid data, as required by RFC 8866. 1-Added SIPp scenario to initiate a call with validation on the SDP session (s=) and origin (o) lines. 2-Added Asterisk configuration (pjsip.conf, extensions.conf) to support the test. 3-Registered the new test in the pjsip test suite.
964d28a to
18ddb17
Compare
|
Looking at the failing task above it seems to me that this statement: asterisk-test-pr: 1754 is causing the grief. 1754 is the associated PR that this test scenario is meant to be testing. Any insight is appreciated |
Don't worry about it. It was an issue with a workflow issue I made yesterday morning. |
|
Workflow PRCheck completed successfully |
This new test verifies that the SDP Session Name (s=) and
Origin (o=) lines are present and contain valid data, as required by RFC 8866.
1-Added SIPp scenario to initiate a call with
validation on the SDP session (s=) and origin (o) lines.
2-Added Asterisk configuration (pjsip.conf, extensions.conf) to
support the test.
3-Registered the new test in the pjsip test suite.