Reduce contact expire grace to 12 seconds for removing redundant IPSec tunnels + debugger log level fixes
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user