-
Notifications
You must be signed in to change notification settings - Fork 50
pjsip: Add tests for Advanced Codec Negotiation (ACN) #20
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?
pjsip: Add tests for Advanced Codec Negotiation (ACN) #20
Conversation
REMINDER: If this PR applies to other branches, please add a comment with the appropriate "cherry-pick-to" headers as per the Create a Pull Request process. If you don't want it cherry-picked, please add a comment stating "No cherry-picks required" so we don't keep asking. If, after adding "cherry-pick-to" comments, you change your mind, please edit the comment to DELETE the header lines and add "No cherry-picks required". |
cherry-pick-to: none |
This PR must use the corresponding asterisk PR which implements the codec negotiation: In this PR, 10 existing tests were adopted to reflect the new behavior. For those tests, |
a6f7b23
to
997845c
Compare
997845c
to
d02e22f
Compare
d02e22f
to
890b243
Compare
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.
Attention! This pull request may contain issues that could prevent it from being accepted. Please review the checklist below and take the recommended action. If you believe any of these are not applicable, just add a comment and let us know.
- The PR is cross-referenced by one or more issues (#285 #344) but doesn't contain any
Fixes
orResolves
trailers. A missing trailer will prevent the issue from being automatically closed when the PR merges and from being listed in the release change logs.
Regular expression:^(Fixes|Resolves): #[0-9]+$
.
Example:Fixes: #9999
. - The are no
cherry-pick-to
headers in any comment in this PR. If the PR applies to more than just the branch it was submitted against, please add a comment with one or morecherry-pick-to: <branch>
headers or a comment withcherry-pick-to: none
to indicate that this PR shouldn't be cherry-picked to any other branch. See the Code Contribution documentation for more information.
Documentation:
No description provided.