Browse Source

allow KZ_PRESENCE_NOTIFY_FORCE_SOCKET default

master
lazedo 6 years ago
parent
commit
3739ccc07e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      kamailio/presence-notify.cfg

+ 2
- 1
kamailio/presence-notify.cfg View File

@ -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"


Loading…
Cancel
Save