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

sipsess/reply: terminate session if no (PR)ACK received after 64*T1 #1155

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

maximilianfridrich
Copy link
Contributor

RFC 3261 section 13.3.1.4:

   If the server retransmits the 2xx response for 64*T1 seconds without
   receiving an ACK, the dialog is confirmed, but the session SHOULD be
   terminated.  This is accomplished with a BYE, as described in Section
   15.

If we never receive an ACK, the sipsess will never be cleaned up.

@sreimers sreimers merged commit 0bd4551 into baresip:main Jul 10, 2024
36 checks passed
@maximilianfridrich maximilianfridrich deleted the ack_fix branch July 11, 2024 05:52
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