Browse Source

disable unsupported events

4.0
lazedo 10 years ago
parent
commit
20859de336
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kamailio/presence-role.cfg

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

@ -13,6 +13,8 @@ loadmodule "presence_xml.so"
modparam("presence_dialoginfo", "force_dummy_dialog", 1) modparam("presence_dialoginfo", "force_dummy_dialog", 1)
modparam("presence_xml", "force_dummy_presence", 1) modparam("presence_xml", "force_dummy_presence", 1)
modparam("presence_xml", "force_active", 1) modparam("presence_xml", "force_active", 1)
modparam("presence_xml", "disable_winfo", 1)
modparam("presence_xml", "disable_bla", 1)
modparam("presence", "subs_db_mode", 3) modparam("presence", "subs_db_mode", 3)
modparam("presence", "expires_offset", 60) modparam("presence", "expires_offset", 60)


Loading…
Cancel
Save