From 1ee9102ba4392c89a07d150480647eda12afb999 Mon Sep 17 00:00:00 2001 From: lazedo Date: Sat, 21 Jan 2017 08:25:03 +0000 Subject: [PATCH] update presence_notify_timeout --- kamailio/presence_notify_sync-role.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/presence_notify_sync-role.cfg b/kamailio/presence_notify_sync-role.cfg index ee89d8f..ac7f19f 100644 --- a/kamailio/presence_notify_sync-role.cfg +++ b/kamailio/presence_notify_sync-role.cfg @@ -1,5 +1,5 @@ kazoo.presence_notify = 1 descr "enable/disable sending notify callback to omnipresence" -kazoo.presence_notify_timeout = 200 descr "timeout in ms waiting for notify reply" +kazoo.presence_notify_timeout = 1000 descr "timeout in ms waiting for notify reply" kazoo.presence_notify_log_body = 0 descr "logs the body sent in the notification" kazoo.presence_notify_log_resp_body = 0 descr "logs the body received from notification" kazoo.presence_notify_log_to_table = 0 descr "logs notify/reply to active_watchers_log table"