Browse Source

KAZOO-3343: when running sub_db_mode 3 include a waitn parameter to negate the BLF delay

3.20
karl anderson 11 years ago
parent
commit
46b9036486
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kamailio/presence-role.cfg

+ 2
- 0
kamailio/presence-role.cfg View File

@ -18,6 +18,8 @@ modparam("presence", "min_expires_action", 2)
modparam("presence", "min_expires", 300)
modparam("presence", "max_expires", 3600)
modparam("presence", "sip_uri_match", 1)
modparam("presence", "waitn_time", 1)
modparam("presence", "notifier_processes", 5)
modparam("presence", "db_url", "text:///etc/kazoo/kamailio/dbtext")
modparam("kazoo", "db_url", "text:///etc/kazoo/kamailio/dbtext")


Loading…
Cancel
Save