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.
This commit is contained in:
parent
7978b94502
commit
dce941e082
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ import Imsd;
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// ---- static config (env-overridable, same knobs as imsd.py) ---------------
|
// ---- 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* BusName = "net.catcrafts.IMS1";
|
||||||
constexpr const char* ObjPath = "/net/catcrafts/IMS1";
|
constexpr const char* ObjPath = "/net/catcrafts/IMS1";
|
||||||
constexpr const char* Iface = "net.catcrafts.IMS1";
|
constexpr const char* Iface = "net.catcrafts.IMS1";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue