diff --git a/kamailio/presence-notify.cfg b/kamailio/presence-notify.cfg index 0ef1cdf..7107249 100644 --- a/kamailio/presence-notify.cfg +++ b/kamailio/presence-notify.cfg @@ -47,10 +47,12 @@ route[PRESENCE_LOCAL_REQ_NOTIFY] modparam("mqueue","mqueue", "name=presence_last_notity") -modparam("rtimer", "timer", "name=notifytimer;interval=500000u;mode=1;") +modparam("rtimer", "timer", "name=notifytimer;interval=1;mode=1;") modparam("rtimer", "exec", "timer=notifytimer;route=PRESENCE_LOG_TIMER_ROUTE") + modparam("rtimer", "timer", "name=pres_cleanup;interval=10;mode=1;") modparam("rtimer", "exec", "timer=pres_cleanup;route=PRESENCE_CLEANUP") + modparam("rtimer", "timer", "name=pres_publisher_cleanup;interval=5;mode=1;") modparam("rtimer", "exec", "timer=pres_publisher_cleanup;route=PRESENCE_PUBLISHER_CLEANUP")