pjsip qualify: Validate correct behavior when using SRV, A and AAAA records when qualifying a contact - #149
Open
mbradeen wants to merge 1 commit into
Open
pjsip qualify: Validate correct behavior when using SRV, A and AAAA records when qualifying a contact#149mbradeen wants to merge 1 commit into
mbradeen wants to merge 1 commit into
Conversation
…ecords when qualifying a contact Adds the following tests all_targets_address_records - make sure all A and AAAA targets are qualified srv_all_targets - make sure every address returned by SRV is qualified srv_all_targets_5xx - make sure a 5xx and 2xx are handled properly srv_all_targets_transport_headers - make sure correct Service-route and P-A-URI are sent
Contributor
Author
|
cherry-pick-to: 23 |
Contributor
Author
|
asterisk-test-pr: 2041 |
|
Workflow Check completed successfully |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the following tests
all_targets_address_records - make sure all A and AAAA targets are qualified
srv_all_targets - make sure every address returned by SRV is qualified
srv_all_targets_5xx - make sure a 5xx and 2xx are handled properly
srv_all_targets_transport_headers - make sure correct Service-route and P-A-URI are sent