-
Notifications
You must be signed in to change notification settings - Fork 47
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
pjsip: add tests for multirate 2833 #23
Merged
asterisk-org-access-app
merged 1 commit into
asterisk:master
from
mbradeen:dtmf-interop
May 16, 2024
Merged
pjsip: add tests for multirate 2833 #23
asterisk-org-access-app
merged 1 commit into
asterisk:master
from
mbradeen:dtmf-interop
May 16, 2024
Conversation
This file contains 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
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](https://docs.asterisk.org/Development/Policies-and-Procedures/Code-Contribution) process.
If you don't want it cherry-picked, please add a "cherry-pick-to: none" comment 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 "cherry-pick-to: none". |
cherry-pick-to: 18 |
09a024c
to
3b1abeb
Compare
3b1abeb
to
b111157
Compare
b111157
to
b3d3a8e
Compare
jcolp
approved these changes
Jan 29, 2024
b3d3a8e
to
74cb4b8
Compare
4ea1da7
to
f20c4e4
Compare
Demonstrate appropriate handling of non 8K 2833 digit sdp offers. Four categories of tests Test that Asterisk offers the correct sdp for opus and ulaw when RFC 2833 is enabled Test that Asterisk creates the correct responses for opus and ulaw when RFC 2833 is enabled Test that Asterisk is able to read RFC 2833 digits embedded in both an opus stream and ulaw stream. Test that Asterisk generates the correct payload type for the RFC 2833 digits in the rtp stream
jcolp
approved these changes
May 8, 2024
3d7cbec
into
asterisk:master
23 checks passed
Successfully merged to branch master and cherry-picked to ["18","20","21"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Demonstrate appropriate handling of non 8K RFC 2833 digits
Proposed addition of four categories of tests
Requires: #700