Browse Source

Merge pull request #22 from 2600hz/KAZOO-2902

KAZOO-2902 missing tables and defition in version
3.19
bitbashing 11 years ago
parent
commit
6aa4dc7e6a
5 changed files with 6 additions and 2 deletions
  1. +1
    -0
      kamailio/dbtext/active_watchers
  2. +1
    -0
      kamailio/dbtext/location
  3. +1
    -1
      kamailio/dbtext/presentity
  4. +2
    -0
      kamailio/dbtext/version
  5. +1
    -1
      kamailio/presence-role.cfg

+ 1
- 0
kamailio/dbtext/active_watchers View File

@ -0,0 +1 @@
id(int,auto) presentity_uri(string) watcher_username(string) watcher_domain(string) to_user(string) to_domain(string) event(string) event_id(string,null) to_tag(string) from_tag(string) callid(string) local_cseq(int) remote_cseq(int) contact(string) record_route(string,null) expires(int) status(int) reason(string,null) version(int) socket_info(string) local_contact(string) from_user(string) from_domain(string) updated(int) updated_winfo(int)

+ 1
- 0
kamailio/dbtext/location View File

@ -0,0 +1 @@
id(int,auto) ruid(string) username(string) domain(string,null) contact(string) received(string,null) path(string,null) expires(int) q(double) callid(string) cseq(int) last_modified(int) flags(int) cflags(int) user_agent(string) socket(string,null) methods(int,null) instance(string,null) reg_id(int)

+ 1
- 1
kamailio/dbtext/presentity View File

@ -1 +1 @@
id(int,auto) username(string) domain(string) event(string) etag(string) expires(int) received_time(int) body(string) sender(string)
id(int,auto) username(string) domain(string) event(string) etag(string) expires(int) received_time(int) body(blob) sender(string)

+ 2
- 0
kamailio/dbtext/version View File

@ -2,5 +2,7 @@ table_name(string) table_version(int)
address:6 address:6
trusted:5 trusted:5
pua:7 pua:7
active_watchers:11
presentity:3 presentity:3
watchers:3 watchers:3
location:6

+ 1
- 1
kamailio/presence-role.cfg View File

@ -4,7 +4,7 @@ loadmodule "presence_dialoginfo.so"
loadmodule "presence_mwi.so" loadmodule "presence_mwi.so"
loadmodule "presence_xml.so" loadmodule "presence_xml.so"
modparam("presence", "subs_db_mode", 0)
modparam("presence", "subs_db_mode", 1)
modparam("presence", "expires_offset", 60) modparam("presence", "expires_offset", 60)
modparam("presence", "send_fast_notify", 0) modparam("presence", "send_fast_notify", 0)
modparam("presence", "clean_period", 30) modparam("presence", "clean_period", 30)


Loading…
Cancel
Save