diff --git a/kamailio/presence-notify.cfg b/kamailio/presence-notify.cfg index 8a8f285..72ca213 100644 --- a/kamailio/presence-notify.cfg +++ b/kamailio/presence-notify.cfg @@ -1,6 +1,7 @@ #!trydef KZ_PRESENCE_REMOVE_WATCHER_ON_EXPIRED_REGISTRATION 0 #!trydef KZ_PRESENCE_MAX_NOTIFY_ERROR 3 #!trydef KZ_PRESENCE_NOTIFY_LOG_LEVEL 4 +#!trydef KZ_PRESENCE_NOTIFY_FORCE_SOCKET 0 kazoo.presence_notify = 1 descr "enable/disable sending notify callback to omnipresence" @@ -11,7 +12,7 @@ kazoo.presence_notify_log_to_table = 1 descr "logs notify/reply to active_watche kazoo.presence_notify_log_to_amqp = 0 descr "logs notify/reply to amqp" kazoo.presence_notify_record_route = 1 descr "add record route header to notify msg sent" kazoo.presence_notify_log_init_body = 0 descr "logs the body before its sent" -kazoo.presence_notify_force_send_socket = 1 descr "forces the send socket to the contact" +kazoo.presence_notify_force_send_socket = KZ_PRESENCE_NOTIFY_FORCE_SOCKET descr "forces the send socket to the contact" kazoo.presence_remove_watcher_on_expired_registration = KZ_PRESENCE_REMOVE_WATCHER_ON_EXPIRED_REGISTRATION descr "removes watcher on expired registration" kazoo.presence_max_notify_error = KZ_PRESENCE_MAX_NOTIFY_ERROR descr "number of consecutive fails allowed before removing the subscription" kazoo.presence_notify_log_level = KZ_PRESENCE_NOTIFY_LOG_LEVEL descr "loglevel for informational log messages"