瀏覽代碼

- automatically generated database schema for dbtext module

Jan Janak 20 年之前
父節點
當前提交
43f18e8954

+ 1 - 0
db/schema/dbtext/acc

@@ -0,0 +1 @@
+caller_UUID(str) callee_UUID(str) sip_from(str) sip_to(str) sip_status(str) sip_method(str) i_uri(str) o_uri(str) from_uri(str) to_uri(str) sip_callid(str) username(str) domain(str) fromtag(str) totag(str) time(int) timestamp(int) caller_deleted(int) callee_deleted(int) 

+ 1 - 0
db/schema/dbtext/active_sessions

@@ -0,0 +1 @@
+sid(str) name(str) val(str) changed(str) 

+ 1 - 0
db/schema/dbtext/admin_privileges

@@ -0,0 +1 @@
+username(str) domain(str) priv_name(str) priv_value(str) 

+ 1 - 0
db/schema/dbtext/aliases

@@ -0,0 +1 @@
+username(str) domain(str) contact(str) received(str,null) expires(int) q(double) callid(str) cseq(int) last_modified(int) replicate(int) state(int) flags(int) user_agent(str) 

+ 1 - 0
db/schema/dbtext/call_forwarding

@@ -0,0 +1 @@
+username(str) domain(str) uri_re(str) purpose(str) action(str) param1(str,null) param2(str,null) 

+ 1 - 0
db/schema/dbtext/config

@@ -0,0 +1 @@
+attribute(str) value(str) username(str) domain(str) modified(int,null) 

+ 1 - 0
db/schema/dbtext/domain

@@ -0,0 +1 @@
+domain(str) last_modified(int) 

+ 1 - 0
db/schema/dbtext/event

@@ -0,0 +1 @@
+id(int) username(str) domain(str) uri(str) description(str) 

+ 1 - 0
db/schema/dbtext/grp

@@ -0,0 +1 @@
+username(str) domain(str) grp(str) last_modified(int) 

+ 1 - 0
db/schema/dbtext/gw

@@ -0,0 +1 @@
+gw_name(str) ip_addr(int) port(int,null) uri_scheme(int,null) transport(int,null) grp_id(int) 

+ 1 - 0
db/schema/dbtext/gw_grp

@@ -0,0 +1 @@
+grp_id(int) grp_name(str) 

+ 1 - 0
db/schema/dbtext/lcr

@@ -0,0 +1 @@
+prefix(str) from_uri(int) grp_id(int,null) priority(int,null) 

+ 1 - 0
db/schema/dbtext/location

@@ -0,0 +1 @@
+username(str) domain(str) contact(str) received(str,null) expires(int) q(double) callid(str) cseq(int) last_modified(int) replicate(int) state(int) flags(int) user_agent(str) 

+ 1 - 0
db/schema/dbtext/missed_calls

@@ -0,0 +1 @@
+sip_from(str) sip_to(str) sip_status(str) sip_method(str) i_uri(str) o_uri(str) from_uri(str) to_uri(str) sip_callid(str) username(str) domain(str) fromtag(str) totag(str) time(int) timestamp(int) 

+ 1 - 0
db/schema/dbtext/pending

@@ -0,0 +1 @@
+phplib_id(str) username(str) domain(str) password(str) first_name(str) last_name(str) phone(str) email_address(str) datetime_created(int) datetime_modified(int) confirmation(str) flag(str) sendnotification(str) greeting(str) ha1(str) ha1b(str) allow_find(str) timezone(str) rpid(str) domn(int) uuid(str) 

+ 1 - 0
db/schema/dbtext/phonebook

@@ -0,0 +1 @@
+id(int) username(str) domain(str) fname(str) lname(str) sip_uri(str) 

+ 1 - 0
db/schema/dbtext/reserved

@@ -0,0 +1 @@
+username(str) 

+ 1 - 0
db/schema/dbtext/server_monitoring

@@ -0,0 +1 @@
+time(int) id(int) param(str) value(int) increment(int) 

+ 1 - 0
db/schema/dbtext/server_monitoring_agg

@@ -0,0 +1 @@
+param(str) s_value(int) s_increment(int) last_aggregated_increment(int) av(double) mv(int) ad(double) lv(int) min_val(int) max_val(int) min_inc(int) max_inc(int) lastupdate(int) 

+ 1 - 0
db/schema/dbtext/silo

@@ -0,0 +1 @@
+mid(int) src_addr(str) dst_addr(str) r_uri(str) username(str) domain(str) inc_time(int) exp_time(int) ctype(str) body(str) 

+ 1 - 0
db/schema/dbtext/speed_dial

@@ -0,0 +1 @@
+uuid(str) username(str) domain(str) sd_username(str) sd_domain(str) new_uri(str) fname(str) lname(str) description(str) 

+ 1 - 0
db/schema/dbtext/subscriber

@@ -0,0 +1 @@
+phplib_id(str) username(str) domain(str) password(str) first_name(str) last_name(str) phone(str) email_address(str) datetime_created(int) datetime_modified(int) confirmation(str) flag(str) sendnotification(str) greeting(str) ha1(str) ha1b(str) allow_find(str) timezone(str) rpid(str) domn(int) uuid(str) 

+ 1 - 0
db/schema/dbtext/trusted

@@ -0,0 +1 @@
+src_ip(str) proto(str) from_pattern(str) 

+ 1 - 0
db/schema/dbtext/uri

@@ -0,0 +1 @@
+username(str) domain(str) uri_user(str) last_modified(int) 

+ 1 - 0
db/schema/dbtext/usr_preferences

@@ -0,0 +1 @@
+uuid(str) username(str) domain(str) attribute(str) value(str) type(int) modified(int) 

+ 1 - 0
db/schema/dbtext/usr_preferences_types

@@ -0,0 +1 @@
+att_name(str) att_rich_type(str) att_raw_type(int) att_type_spec(str,null) default_value(str) 

+ 27 - 0
db/schema/dbtext/version

@@ -0,0 +1,27 @@
+table_name(str) table_version(int) 
+acc:2
+active_sessions:1
+aliases:6
+event:1
+grp:2
+location:6
+missed_calls:2
+pending:4
+phonebook:1
+reserved:1
+subscriber:5
+config:1
+silo:3
+domain:1
+uri:1
+server_monitoring:1
+usr_preferences:2
+usr_preferences_types:1
+trusted:1
+server_monitoring_agg:1
+admin_privileges:1
+call_forwarding:1
+speed_dial:2
+gw:2
+gw_grp:2
+lcr:1