Browse Source

move min/max expires to presence module

3.17
karl anderson 12 years ago
parent
commit
ff083338ac
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kamailio/presence-role.cfg

+ 2
- 2
kamailio/presence-role.cfg View File

@ -6,8 +6,6 @@ modparam("htable", "htable", "dbkp=>size=16;autoexpire=7200")
######## Presence User Agent module ######## ######## Presence User Agent module ########
loadmodule "pua_dialoginfo.so" loadmodule "pua_dialoginfo.so"
modparam("pua_dialoginfo", "library_mode", 1) modparam("pua_dialoginfo", "library_mode", 1)
modparam("pua", "min_expires", 300)
modparam("pua", "max_expires", 3600)
######## Presence server module ######## ######## Presence server module ########
loadmodule "presence.so" loadmodule "presence.so"
@ -15,6 +13,8 @@ loadmodule "presence_dialoginfo.so"
modparam("presence", "subs_db_mode", 1) modparam("presence", "subs_db_mode", 1)
modparam("presence", "expires_offset", 60) modparam("presence", "expires_offset", 60)
modparam("presence", "publ_cache", 0) modparam("presence", "publ_cache", 0)
modparam("presence", "min_expires", 300)
modparam("presence", "max_expires", 3600)
####### Presence Logic ######## ####### Presence Logic ########
route[HANDLE_SUBSCRIBE] route[HANDLE_SUBSCRIBE]


Loading…
Cancel
Save