From dce941e0823e9b9b0a60845ef28ebd0c21d0f1f2 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Tue, 8 Sep 2026 20:38:14 +0200 Subject: [PATCH] imsd 0.3.4 0.3.3 plus: our requests are signed with the registered public identity instead of the IMSI-derived temporary IMPU (the caller-ID leak a Telia P-CSCF exposed), the identity survives a warm resume, and DUMP_SIP also keeps the last outgoing INVITE. --- implementations/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/main.cpp b/implementations/main.cpp index c4705cf..be113ef 100644 --- a/implementations/main.cpp +++ b/implementations/main.cpp @@ -41,7 +41,7 @@ import Imsd; namespace { // ---- static config (env-overridable, same knobs as imsd.py) --------------- -constexpr const char* Version = "0.3.3"; +constexpr const char* Version = "0.3.4"; constexpr const char* BusName = "net.catcrafts.IMS1"; constexpr const char* ObjPath = "/net/catcrafts/IMS1"; constexpr const char* Iface = "net.catcrafts.IMS1";