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

New flag to always update the Route Set #278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bvisonl
Copy link

@bvisonl bvisonl commented Nov 12, 2024

Right now, when there's a reINVITe in the middle of a call and the path for said INVITE changes, sofia-sip is not setup to update the route set for the call.

This causes that later on requests such as BYEs are sent through the original path eventually resulting in timeouts and weird behavior.

This flag gives us the ability to force these route set updates when receiving reINVITEs and should be used with caution as it goes against standard RFC3261 12.2

Right now, when there's a reINVITe in the middle of a call and the path for said INVITE changes, sofia-sip is not setup to update the route set for the call.

This causes that later on requests such as BYEs are sent through the original path eventually resulting in timeouts and weird behavior.

This flag gives us the ability to force these route set updates when receiving reINVITEs and should be use with caution as it goes against standard RFC3261 12.2
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.

1 participant