Am Donnerstag, 1. November 2018, 12:10:57 MEZ hat Daniel Tryba <d.tryba@pocos.nl> Folgendes geschrieben:
On Thu, Nov 01, 2018 at 09:20:46AM +0000, Toffi Bossol wrote:
> my use case will be:
>
> - We use two Kamailio instances (A and B)
>
> - A Client registers to a Kamailio A using TLS (SIP over TLS). The TLS session data shall be stored into an external DB.
> - Kamailio A is now unreachable.
> - The client sends a register to Kamailio B over TLS.
> - Kamailio B shall look into the external DB and checks that there is already a TLS session data and can reuse it.
In order to make a SIP over TLS handshake, there has to be a new
handshake. So the old data is stale and unusable.