From 9fcc17dadaf35089399337d7c76157bfd57f36e1 Mon Sep 17 00:00:00 2001 From: lazedo Date: Tue, 19 Mar 2019 01:53:49 +0000 Subject: [PATCH] change notify timer interval --- kamailio/presence-notify.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")