Skip to content

Modify Record-Route handling#633

Open
alexlivekit wants to merge 1 commit intomainfrom
alexmigolin/tel-460-incorrect-handling-of-record-route-in-cloud-sip
Open

Modify Record-Route handling#633
alexlivekit wants to merge 1 commit intomainfrom
alexmigolin/tel-460-incorrect-handling-of-record-route-in-cloud-sip

Conversation

@alexlivekit
Copy link
Contributor

@alexlivekit alexlivekit commented Mar 25, 2026

Building on top of the tests added in #635

@alexlivekit alexlivekit requested a review from a team as a code owner March 25, 2026 06:08
Comment on lines -436 to -438
if r.StatusCode == 200 {
_ = c.sipClient.WriteRequest(sip.NewAckRequest(req, r, nil))
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

AFAICT, we should not be sending ACK for BYEs.
That goes for the others here too...

Copy link
Contributor

Choose a reason for hiding this comment

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

+1 that we should not ack bye. Created a linear a while back for this https://linear.app/livekit/issue/TEL-391/do-not-ack-to-200-ok-bye

@alexlivekit alexlivekit changed the title Fix record-route handling when sending BYE Modify Record-Route handling Mar 25, 2026
@alexlivekit alexlivekit force-pushed the alexmigolin/tel-460-incorrect-handling-of-record-route-in-cloud-sip branch from b93e037 to 92613e3 Compare March 26, 2026 00:03
@alexlivekit alexlivekit force-pushed the alexmigolin/tel-460-incorrect-handling-of-record-route-in-cloud-sip branch from 92613e3 to 42aebae Compare March 26, 2026 15:58
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