Browse Source

compatibility with new active_watchers

3.22
Luis Azedo 10 years ago
parent
commit
4718a745a1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      kamailio/dbtext/active_watchers
  2. +1
    -1
      kamailio/dbtext/version

+ 1
- 1
kamailio/dbtext/active_watchers View File

@ -1 +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)
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) flags(int) user_agent(string,null)

+ 1
- 1
kamailio/dbtext/version View File

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

Loading…
Cancel
Save