Reduce contact expire grace to 12 seconds for removing redundant IPSec tunnels + debugger log level fixes

This commit is contained in:
herlesupreeth
2020-11-21 12:06:34 +01:00
parent acc05e6f59
commit 6666d80653

View File

@@ -243,11 +243,12 @@ loadmodule "htable"
modparam("debugger", "mod_hash_size", 5)
modparam("debugger", "mod_level_mode", 1)
modparam("debugger", "mod_level", "rtpengine=3")
modparam("debugger", "mod_level", "ims_qos=6")
modparam("debugger", "mod_level", "ims_ipsec_pcscf=6")
modparam("debugger", "mod_level", "textops=6")
modparam("debugger", "mod_level", "ims_registrar_pcscf=6")
modparam("debugger", "mod_level", "ims_usrloc_pcscf=6")
modparam("debugger", "mod_level", "ims_qos=3")
modparam("debugger", "mod_level", "ims_ipsec_pcscf=3")
modparam("debugger", "mod_level", "textops=3")
modparam("debugger", "mod_level", "tm=3")
modparam("debugger", "mod_level", "ims_registrar_pcscf=3")
modparam("debugger", "mod_level", "ims_usrloc_pcscf=3")
modparam("debugger", "cfgtrace", 1)
#!endif
@@ -389,7 +390,7 @@ modparam("ims_registrar_pcscf", "ignore_reg_state", 1)
modparam("ims_registrar_pcscf", "ignore_contact_rxport_check", 1)
modparam("ims_registrar_pcscf", "pending_reg_expires", 30)
modparam("ims_registrar_pcscf", "subscription_expires", 36000)
modparam("ims_usrloc_pcscf", "expires_grace", 36000)
modparam("ims_usrloc_pcscf", "expires_grace", 120)
#!ifdef WITH_REGINFO
modparam("ims_registrar_pcscf", "subscribe_to_reginfo", 1)