diff --git a/kamailio/presence-role.cfg b/kamailio/presence-role.cfg index 2c03306..b29c5d9 100644 --- a/kamailio/presence-role.cfg +++ b/kamailio/presence-role.cfg @@ -6,8 +6,6 @@ modparam("htable", "htable", "dbkp=>size=16;autoexpire=7200") ######## Presence User Agent module ######## loadmodule "pua_dialoginfo.so" modparam("pua_dialoginfo", "library_mode", 1) -modparam("pua", "min_expires", 300) -modparam("pua", "max_expires", 3600) ######## Presence server module ######## loadmodule "presence.so" @@ -15,6 +13,8 @@ loadmodule "presence_dialoginfo.so" modparam("presence", "subs_db_mode", 1) modparam("presence", "expires_offset", 60) modparam("presence", "publ_cache", 0) +modparam("presence", "min_expires", 300) +modparam("presence", "max_expires", 3600) ####### Presence Logic ######## route[HANDLE_SUBSCRIBE]