go-sip-ua icon indicating copy to clipboard operation
go-sip-ua copied to clipboard

Use From tag for matching session on BYE request

Open braams opened this issue 1 year ago • 0 comments

Hi! Thanks for this useful project. I am facing the problem of not being able to handle session termination when receiving a BYE request. I found that the CallId + From tag pair is used everywhere to identify a session, but only when processing a BYE request the CallId + To tag pair is used. So it becomes absolutely impossible to associate a BYE request with a session.

This behavior was introduced in https://github.com/cloudwebrtc/go-sip-ua/pull/95 Maybe @UserAd has some comments on this?

braams avatar Sep 05 '23 13:09 braams