OpenSIPS / opensips

OpenSIPS is a GPL implementation of a multi-functionality SIP Server that targets to deliver a high-level technical solution (performance, security and quality) to be used in professional SIP server platforms.
https://opensips.org
Other
1.27k stars 578 forks source link

[FEATURE] how to reply to client if the tls connection broken #3415

Closed taozhiying closed 2 months ago

taozhiying commented 3 months ago

Our case is like this:

client A -> SBC -> opensips -> server

Client A initiates a call, which first goes through the SBC. Acting as a TLS client, the SBC connects to OpenSIPS, which then forwards the call to an internal server. Before the internal server has a chance to respond with a 200 OK, the connection between the SBC and OpenSIPS drops. Upon detecting the disconnected link, the SBC proceeds to establish a new connection. However, at this point, the 200 OK response can no longer reach the SBC.

Is there any solution to this situation?

github-actions[bot] commented 3 months ago

Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days.

github-actions[bot] commented 2 months ago

Marking as closed due to lack of progress for more than 30 days. If this issue is still relevant, please re-open it with additional details.