diff --git a/pcscf/kamailio_pcscf.cfg b/pcscf/kamailio_pcscf.cfg index a94f6ee..64ed040 100644 --- a/pcscf/kamailio_pcscf.cfg +++ b/pcscf/kamailio_pcscf.cfg @@ -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)