tests/channels/pjsip/message: add out-of-dialog Contact stripping test#124
Conversation
This new test verifies that Asterisk correctly strips the Contact header from outbound MESSAGE requests, as required by RFC 3428. 1-Added SIPp scenarios to send and receive MESSAGEs with inverse validation on the Contact header. 2-Added Asterisk configuration (pjsip.conf, extensions.conf) to support the test. 3-Registered the new test in the pjsip message test suite.
|
Note: This test is associated with the change in Pull Request #1729 therefore should be merged after Pull Request #1729 . That is the reason master-gates check fails with ".....Regexp matched but should not...."" |
|
Workflow PRCheck failed |
|
@AlexisHadj You can link the asterisk PR and testsuite PR together... You can do that when you add your cherry-pick-to lines... https://docs.asterisk.org/Development/Policies-and-Procedures/Code-Contribution/#cherry-picking |
|
cherry-pick-to: 20 |
Pull Request Checklist Complete
|
Workflow PRCheck completed successfully |
|
Workflow CPCheck completed successfully |
|
Successfully merged to branch master and cherry-picked to ["20","22","23"] |
This new test verifies that Asterisk correctly strips the Contact header from outbound MESSAGE requests, as required by RFC 3428.
1-Added SIPp scenarios to send and receive MESSAGEs with inverse
validation on the Contact header.
2-Added Asterisk configuration (pjsip.conf, extensions.conf) to
support the test.
3-Registered the new test in the pjsip message test suite.