Skip to content
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

fixed incase srtp, dont need to send reinvite when release media #176

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

xquanluu
Copy link
Contributor

@xquanluu xquanluu commented Nov 7, 2024

No description provided.

@xquanluu
Copy link
Contributor Author

Tested with audio code, no re-invite sent from jambonz, audio is good, dtmf is good

@@ -698,7 +693,7 @@ Duration=${payload.duration} `

/* if this is a re-invite from the FS to change media anchoring, avoid sending the reinvite out */
let sdp;
if (isReleasingMedia && !this.callerIsUsingSrtp) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insteead of removing this line, please comment it out with a comment above, something like

// HL 2024-11-13: previously forwarded re-invites to webrtc clients but further testing has shown to be unnecessary

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@davehorton davehorton merged commit bcfbe9a into main Nov 13, 2024
3 checks passed
@davehorton davehorton deleted the feat/srtp_reinvite branch November 13, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants