-
Notifications
You must be signed in to change notification settings - Fork 52
channels/pjsip: Add tests for SIP MESSAGE redirect functionality #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
channels/pjsip: Add tests for SIP MESSAGE redirect functionality #117
Conversation
This commit adds comprehensive test coverage for SIP MESSAGE redirect handling with 305 Use Proxy responses in Asterisk's PJSIP stack. Test coverage includes: - Basic MESSAGE redirect with redirect_method=uri_pjsip configured - Verification that redirects are NOT followed when redirect_method is unset - Multiple Contact header handling with q-value priority - Contact failover when higher-priority contacts reject (4xx responses) - Redirect loop detection and prevention
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Checklist Complete
|
Workflow PRCheck failed |
|
The two new |
|
cherry-pick-to: 20 |
|
I probably forgot to announce this but you can now add |
Pull Request Checklist Complete
|
Workflow PRCheck completed successfully |
This commit adds comprehensive test coverage for SIP MESSAGE redirect handling with 305 Use Proxy responses in Asterisk's PJSIP stack.
Test coverage includes: