diff --git a/kamailio/dbtext/active_watchers b/kamailio/dbtext/active_watchers new file mode 100755 index 0000000..5b5f5aa --- /dev/null +++ b/kamailio/dbtext/active_watchers @@ -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) diff --git a/kamailio/dbtext/location b/kamailio/dbtext/location new file mode 100755 index 0000000..df30d7f --- /dev/null +++ b/kamailio/dbtext/location @@ -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) diff --git a/kamailio/dbtext/presentity b/kamailio/dbtext/presentity index a2eec51..62d1646 100644 --- a/kamailio/dbtext/presentity +++ b/kamailio/dbtext/presentity @@ -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) diff --git a/kamailio/dbtext/version b/kamailio/dbtext/version index a7109eb..38547e6 100644 --- a/kamailio/dbtext/version +++ b/kamailio/dbtext/version @@ -2,5 +2,7 @@ table_name(string) table_version(int) address:6 trusted:5 pua:7 +active_watchers:11 presentity:3 watchers:3 +location:6