Browse Source

move rtimer load to default

update-rsyslog-config
lazedo 7 years ago
parent
commit
7a418d507d
4 changed files with 3 additions and 15 deletions
  1. +3
    -0
      kamailio/default.cfg
  2. +0
    -5
      kamailio/dispatcher-role.cfg
  3. +0
    -5
      kamailio/nodes-role.cfg
  4. +0
    -5
      kamailio/presence-notify.cfg

+ 3
- 0
kamailio/default.cfg View File

@ -164,6 +164,9 @@ loadmodule "pv.so"
loadmodule "async.so"
modparam("async", "workers", KZ_ASYNC_WORKERS)
####### RTIMER module ##########
loadmodule "rtimer.so"
######## Advanced logger module ########
loadmodule "xlog.so"


+ 0
- 5
kamailio/dispatcher-role.cfg View File

@ -38,11 +38,6 @@ modparam("dispatcher", "ds_ping_from", "sip:sipcheck@MY_HOSTNAME")
## 20 - Registrar servers (if not locally handled)
####### RTIMER module for dispatcher reload ##########
#!ifndef RTIMER_LOADED
loadmodule "rtimer.so"
#!trydef RTIMER_LOADED
#!endif
modparam("rtimer", "timer", "name=dispatcher_reload;interval=20;mode=1;")
modparam("rtimer", "exec", "timer=dispatcher_reload;route=DISPATCHER_RELOAD")


+ 0
- 5
kamailio/nodes-role.cfg View File

@ -6,11 +6,6 @@
modparam("htable", "htable", "nodes=>size=8;initval=0;autoexpire=60");
modparam("htable", "htable", "media=>size=8;initval=0;autoexpire=60");
####### RTIMER module ##########
#!ifndef RTIMER_LOADED
loadmodule "rtimer.so"
#!trydef RTIMER_LOADED
#!endif
modparam("rtimer", "timer", "name=ta;interval=2;mode=2;")
modparam("rtimer", "timer", "name=retry;interval=5;mode=2;")
modparam("rtimer", "timer", "name=pub;interval=10;mode=1;")


+ 0
- 5
kamailio/presence-notify.cfg View File

@ -40,11 +40,6 @@ route[PRESENCE_LOCAL_NOTIFY]
modparam("mqueue","mqueue", "name=presence_last_notity")
####### RTIMER module ##########
#!ifndef RTIMER_LOADED
loadmodule "rtimer.so"
#!trydef RTIMER_LOADED
#!endif
modparam("rtimer", "timer", "name=notifytimer;interval=500000u;mode=1;")
modparam("rtimer", "exec", "timer=notifytimer;route=PRESENCE_LOG_TIMER_ROUTE")
modparam("rtimer", "timer", "name=pres_cleanup;interval=10;mode=1;")


Loading…
Cancel
Save