DB SchemaΒΆ
KeyΒΆ
π Primary Key
π Index
π Unique Index
β¬ Sort direction descending
β¬ Sort direction ascending
* Required field
Table public.auth_groupΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
serial |
* π |
name |
varchar(150) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
auth_group_pkey |
ON id |
π |
auth_group_name_key |
ON name |
π |
auth_group_name_a6ea08ec_like |
ON name |
Table public.auth_group_permissionsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
bigserial |
* π β¬ |
group_id |
integer |
* π β¬ |
permission_id |
integer |
Indexes
Type |
Name |
On |
|---|---|---|
π |
auth_group_permissions_pkey |
ON id |
π |
auth_group_permissions_group_id_permission_id_0cd325b0_uniq |
ON group_id, permission_id |
π |
auth_group_permissions_group_id_b120cbf9 |
ON group_id |
π |
auth_group_permissions_permission_id_84c5c92e |
ON permission_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
auth_group_permissions_group_id_b120cbf9_fk_auth_group_id |
( group_id ) ref public.auth_group (id) |
|
auth_group_permissio_permission_id_84c5c92e_fk_auth_perm |
( permission_id ) ref public.auth_permission (id) |
Table public.auth_permissionΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
serial |
* |
name |
varchar(255) |
* π β¬ |
content_type_id |
integer |
* π |
codename |
varchar(100) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
auth_permission_pkey |
ON id |
π |
auth_permission_content_type_id_codename_01ab375a_uniq |
ON content_type_id, codename |
π |
auth_permission_content_type_id_2f476e4b |
ON content_type_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
auth_permission_content_type_id_2f476e4b_fk_django_co |
( content_type_id ) ref public.django_content_type (id) |
Table public.auth_userΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
serial |
* |
password |
varchar(128) |
last_login |
timestamptz |
|
* |
is_superuser |
boolean |
* π |
username |
varchar(150) |
* |
first_name |
varchar(150) |
* |
last_name |
varchar(150) |
* |
varchar(254) |
|
* |
is_staff |
boolean |
* |
is_active |
boolean |
* |
date_joined |
timestamptz |
Indexes
Type |
Name |
On |
|---|---|---|
π |
auth_user_pkey |
ON id |
π |
auth_user_username_key |
ON username |
π |
auth_user_username_6821ab7c_like |
ON username |
Table public.auth_user_groupsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
bigserial |
* π β¬ |
user_id |
integer |
* π β¬ |
group_id |
integer |
Indexes
Type |
Name |
On |
|---|---|---|
π |
auth_user_groups_pkey |
ON id |
π |
auth_user_groups_user_id_group_id_94350c0c_uniq |
ON user_id, group_id |
π |
auth_user_groups_user_id_6a12ed8b |
ON user_id |
π |
auth_user_groups_group_id_97559544 |
ON group_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
auth_user_groups_user_id_6a12ed8b_fk_auth_user_id |
( user_id ) ref public.auth_user (id |
|
auth_user_groups_group_id_97559544_fk_auth_group_id |
( group_id ) ref public.auth_group (id) |
Table public.auth_user_user_permissionsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
bigserial |
* π β¬ |
user_id |
integer |
* π β¬ |
permission_id |
integer |
Indexes
Type |
Name |
On |
|---|---|---|
π |
auth_user_user_permissions_pkey |
ON id |
π |
auth_user_user_permissions_user_id_permission_id_14a6b632_uniq |
ON user_id, permission_id |
π |
auth_user_user_permissions_user_id_a95ead1b |
ON user_id |
π |
auth_user_user_permissions_permission_id_1fbb5f2c |
ON permission_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id |
( user_id ) ref public.auth_user (id) |
|
auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm |
( permission_id ) ref public.auth_permission (id) |
Table public.authtoken_tokenΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* |
created |
timestamptz |
* π β¬ |
user_id |
integer |
Indexes
Type |
Name |
On |
|---|---|---|
π |
authtoken_token_user_id_key |
ON user_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
authtoken_token_user_id_35299eff_fk_auth_user_id |
( user_id ) ref public.auth_user (id) |
Table public.django_admin_logΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
serial |
* |
action_time |
timestamptz |
object_id |
text |
|
* |
object_repr |
varchar(200) |
* |
action_flag |
smallint |
* |
change_message |
text |
π β¬ |
content_type_id |
integer |
* π β¬ |
user_id |
integer |
Indexes
Type |
Name |
On |
|---|---|---|
π |
django_admin_log_pkey |
ON id |
π |
django_admin_log_content_type_id_c4bce8eb |
ON content_type_id |
π |
django_admin_log_user_id_c564eba6 |
ON user_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
django_admin_log_content_type_id_c4bce8eb_fk_django_co |
( content_type_id ) ref public.django_content_type (id) |
|
django_admin_log_user_id_c564eba6_fk_auth_user_id |
( user_id ) ref public.auth_user (id) |
Constraints
Name |
Definition |
|---|---|
django_admin_log_action_flag_check |
(action_flag >= 0) |
Table public.django_content_typeΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
serial |
* π |
app_label |
varchar(100) |
* π |
model |
varchar(100) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
django_content_type_pkey |
ON id |
π |
django_content_type_app_label_model_76bd3d3b_uniq |
ON app_label, model |
Table public.django_migrationsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
bigserial |
* |
app |
varchar(255) |
* |
name |
varchar(255) |
* |
applied |
timestamptz |
Indexes
Type |
Name |
On |
|---|---|---|
π |
django_migrations_pkey |
ON id |
Table public.django_sessionΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
session_key |
varchar(40) |
* |
session_data |
text |
* π |
expire_date |
timestamptz |
Indexes
Type |
Name |
On |
|---|---|---|
π |
django_session_pkey |
ON session_key |
π |
django_session_session_key_c0390e0f_like |
ON session_key |
π |
django_session_expire_date_a5c62663 |
ON expire_date |
Table public.pbx_access_control_nodesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
type |
varchar(8) |
cidr |
varchar(64) |
|
domain |
varchar(64) |
|
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
access_control_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_access_control_nodes_pkey |
ON id |
π |
pbx_access_control_nodes_access_control_id_id_d842e92a |
ON access_control_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_access_control_n_access_control_id_id_d842e92a_fk_pbx_acces |
( access_control_id_id ) ref public.pbx_access_controls (id) |
Table public.pbx_access_controlsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
name |
varchar(64) |
* |
default |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_access_controls_pkey |
ON id |
Table public.pbx_auto_reportΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
name |
varchar(64) |
|
title |
varchar(128) |
|
message |
text |
|
footer |
varchar(256) |
|
* |
recipients |
text |
frequency |
varchar(8) |
|
* |
enabled |
varchar(8) |
description |
varchar(128) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_auto_report_pkey |
ON id |
π |
pbx_auto_report_domain_uuid_80816be5 |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_auto_report_domain_uuid_80816be5_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_auto_report_sectionΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
title |
varchar(128) |
|
* |
sequence |
numeric(3) |
* |
sql |
text |
message |
text |
|
* |
enabled |
varchar(8) |
description |
varchar(128) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
auto_report_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_auto_report_section_pkey |
ON id |
π |
pbx_auto_report_section_auto_report_id_ca93bf77 |
ON auto_report_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_auto_report_sect_auto_report_id_ca93bf77_fk_pbx_auto_ |
( auto_report_id ) ref public.pbx_auto_report (id) |
Table public.pbx_bridgesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
name |
varchar(32) |
* |
destination |
varchar(256) |
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_bridges_pkey |
ON id |
π |
pbx_bridges_domain_uuid_41623292 |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_bridges_domain_uuid_41623292_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_call_blockΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
name |
varchar(64) |
|
number |
varchar(64) |
|
* |
block_count |
numeric(6) |
app |
varchar(32) |
|
data |
varchar(256) |
|
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_call_block_pkey |
ON id |
π |
pbx_call_block_domain_uuid_6e47cf15 |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_call_block_domain_uuid_6e47cf15_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_call_centre_agentsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
name |
varchar(64) |
|
agent_type |
varchar(16) |
|
* |
call_timeout |
numeric(3) |
π |
agent_id |
varchar(64) |
* |
agent_pin |
varchar(16) |
contact |
varchar(256) |
|
status |
varchar(32) |
|
* |
data |
varchar(64) |
* |
no_answer_delay_time |
numeric(3) |
* |
max_no_answer |
numeric(3) |
* |
wrap_up_time |
numeric(3) |
* |
reject_delay_time |
numeric(3) |
* |
busy_delay_time |
numeric(3) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
π β¬ |
user_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_call_centre_agents_pkey |
ON id |
π |
pbx_call_centre_agents_domain_uuid_agent_id_cfab14bd_uniq |
ON domain_uuid, agent_id |
π |
pbx_call_centre_agents_domain_uuid_e3542885 |
ON domain_uuid |
π |
pbx_call_centre_agents_user_uuid_6eab1ecb |
ON user_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_call_centre_agents_domain_uuid_e3542885_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
|
pbx_call_centre_agen_user_uuid_6eab1ecb_fk_pbx_users |
( user_uuid ) ref public.pbx_users (user_uuid) |
Table public.pbx_call_centre_queuesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
name |
varchar(64) |
|
* |
extension |
varchar(32) |
greeting |
varchar(256) |
|
strategy |
varchar(32) |
|
moh_sound |
varchar(256) |
|
record_template |
varchar(256) |
|
time_base_score |
varchar(16) |
|
* |
max_wait_time |
numeric(3) |
* |
max_wait_time_na |
numeric(3) |
* |
max_wait_time_natr |
numeric(3) |
timeout_action |
varchar(256) |
|
* |
tier_rules_apply |
varchar(8) |
* |
tier_rule_wait_sec |
numeric(3) |
* |
tier_rule_wm_level |
varchar(8) |
* |
tier_rule_nanw |
varchar(8) |
* |
discard_abndnd_after |
numeric(4) |
* |
abndnd_resume_allowed |
varchar(8) |
cid_name_prefix |
varchar(32) |
|
announce_sound |
varchar(256) |
|
announce_frequency |
numeric(3) |
|
cc_exit_keys |
varchar(8) |
|
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
dialplan_id |
uuid |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
* |
wb_aban_crit_level |
numeric(3) |
* |
wb_aban_warn_level |
numeric(3) |
* |
wb_agents_per_row |
numeric(3) |
* |
wb_show_agents |
varchar(8) |
* |
wb_wait_crit_level |
numeric(3) |
* |
wb_wait_warn_level |
numeric(3) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_call_centre_queues_pkey |
ON id |
π |
pbx_call_centre_queues_domain_uuid_496e4188 |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_call_centre_queues_domain_uuid_496e4188_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_call_centre_tiersΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
tier_level |
numeric(4) |
* |
tier_position |
numeric(4) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
agent_id_id |
uuid |
* π β¬ |
queue_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_call_centre_tiers_pkey |
ON id |
π |
pbx_call_centre_tiers_agent_id_id_bbc2132e |
ON agent_id_id |
π |
pbx_call_centre_tiers_queue_id_id_24aa23a1 |
ON queue_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_call_centre_tier_agent_id_id_bbc2132e_fk_pbx_call_ |
( agent_id_id ) ref public.pbx_call_centre_agents (id) |
|
pbx_call_centre_tier_queue_id_id_24aa23a1_fk_pbx_call_ |
( queue_id_id ) ref public.pbx_call_centre_queues (id) |
Table public.pbx_call_flowsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
name |
varchar(64) |
|
* |
extension |
varchar(32) |
* |
feature_code |
varchar(8) |
* |
status |
varchar(8) |
pin_number |
varchar(16) |
|
label |
varchar(32) |
|
sound |
varchar(254) |
|
app |
varchar(32) |
|
data |
varchar(256) |
|
alternate_label |
varchar(32) |
|
alternate_sound |
varchar(254) |
|
alternate_app |
varchar(32) |
|
alternate_data |
varchar(256) |
|
π |
context |
varchar(128) |
description |
varchar(64) |
|
dialplan_id |
uuid |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_call_flows_pkey |
ON id |
π |
pbx_call_flows_context_1e7d42c9 |
ON context |
π |
pbx_call_flows_context_1e7d42c9_like |
ON context |
π |
pbx_call_flows_domain_uuid_436e3fcb |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_call_flows_domain_uuid_436e3fcb_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_cc_agent_status_logΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
status |
varchar(32) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
agent_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_cc_agent_status_log_pkey |
ON id |
π |
pbx_cc_agent_status_log_agent_id_id_2fe7e484 |
ON agent_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_cc_agent_status_agent_id_id_2fe7e484_fk_pbx_call |
( agent_id_id ) ref public.pbx_call_centre_agents (id) |
Table public.pbx_conference_centresΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
name |
varchar(64) |
|
* |
extension |
varchar(32) |
greeting |
varchar(254) |
|
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
dialplan_id |
uuid |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_conference_centres_pkey |
ON id |
π |
pbx_conference_centres_domain_uuid_734e0ffb |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_conference_centres_domain_uuid_734e0ffb_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_conference_control_detailsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
digits |
varchar(8) |
* |
action |
varchar(64) |
data |
varchar(254) |
|
* |
enabled |
varchar(8) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
conf_ctrl_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_conference_control_details_pkey |
ON id |
π |
pbx_conference_control_details_conf_ctrl_id_id_487dc607 |
ON conf_ctrl_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_conference_contr_conf_ctrl_id_id_487dc607_fk_pbx_confe |
( conf_ctrl_id_id ) ref public.pbx_conference_controls (id) |
Table public.pbx_conference_controlsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
name |
varchar(32) |
* |
enabled |
varchar(8) |
description |
varchar(256) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_conference_controls_pkey |
ON id |
Table public.pbx_conference_profile_paramsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
name |
varchar(64) |
value |
varchar(254) |
|
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
conf_profile_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_conference_profile_params_pkey |
ON id |
π |
pbx_conference_profile_params_conf_profile_id_id_4829dcec |
ON conf_profile_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_conference_profi_conf_profile_id_id_4829dcec_fk_pbx_confe |
( conf_profile_id_id ) ref public.pbx_conference_profiles (id) |
Table public.pbx_conference_profilesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
name |
varchar(32) |
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_conference_profiles_pkey |
ON id |
Table public.pbx_conference_room_usersΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
c_room_id_id |
uuid |
π β¬ |
user_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_conference_room_users_pkey |
ON id |
π |
pbx_conference_room_users_c_room_id_id_b06cc2c1 |
ON c_room_id_id |
π |
pbx_conference_room_users_user_uuid_f8ec5578 |
ON user_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_conference_room__c_room_id_id_b06cc2c1_fk_pbx_confe |
( c_room_id_id ) ref public.pbx_conference_rooms (id) |
|
pbx_conference_room__user_uuid_f8ec5578_fk_pbx_users |
( user_uuid ) ref public.pbx_users (user_uuid) |
Table public.pbx_conference_roomsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
name |
varchar(64) |
|
* π |
moderator_pin |
varchar(16) |
* π |
participant_pin |
varchar(16) |
* |
max_members |
numeric(3) |
start_time |
timestamptz |
|
stop_time |
timestamptz |
|
* |
record |
varchar(8) |
* |
wait_mod |
varchar(8) |
* |
announce |
varchar(8) |
* |
sounds |
varchar(8) |
* |
mute |
varchar(8) |
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
c_centre_id_id |
uuid |
* π β¬ |
c_profile_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_conference_rooms_pkey |
ON id |
π |
pbx_conference_rooms_c_centre_id_id_moderator_pin_b138db4e_uniq |
ON c_centre_id_id, moderator_pin |
π |
pbx_conference_rooms_c_centre_id_id_participa_c8fb4ea1_uniq |
ON c_centre_id_id, participant_pin |
π |
pbx_conference_rooms_c_centre_id_id_b917996a |
ON c_centre_id_id |
π |
pbx_conference_rooms_c_profile_id_id_14ed4f86 |
ON c_profile_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_conference_rooms_c_centre_id_id_b917996a_fk_pbx_confe |
( c_centre_id_id ) ref public.pbx_conference_centres (id) |
|
pbx_conference_rooms_c_profile_id_id_14ed4f86_fk_pbx_confe |
( c_profile_id_id ) ref public.pbx_conference_profiles (id) |
Table public.pbx_conference_sessionsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
caller_id_name |
varchar(128) |
|
caller_id_number |
varchar(64) |
|
profile |
varchar(32) |
|
* |
live |
varchar(8) |
recording |
varchar(256) |
|
start |
timestamptz |
|
end |
timestamptz |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
c_room_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_conference_sessions_pkey |
ON id |
π |
pbx_conference_sessions_c_room_id_id_f5c1cfb4 |
ON c_room_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_conference_sessi_c_room_id_id_f5c1cfb4_fk_pbx_confe |
( c_room_id_id ) ref public.pbx_conference_rooms (id) |
Table public.pbx_contactsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
fn |
varchar(254) |
* |
family_name |
varchar(64) |
given_name |
varchar(64) |
|
additional_name |
varchar(64) |
|
honorific_prefix |
varchar(32) |
|
honorific_suffix |
varchar(32) |
|
nickname |
varchar(64) |
|
timezone |
varchar(128) |
|
notes |
text |
|
* |
enabled |
varchar(8) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_id_id |
uuid |
π β¬ |
user_id_id |
bigint |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_pkey |
ON id |
π |
pbx_contacts_domain_id_id_5e67d2a4 |
ON domain_id_id |
π |
pbx_contacts_user_id_id_0ad8c3a4 |
ON user_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_domain_id_id_5e67d2a4_fk_pbx_domains_id |
( domain_id_id ) ref public.pbx_domains (id) |
|
pbx_contacts_user_id_id_0ad8c3a4_fk_pbx_users_id |
( user_id_id ) ref public.pbx_users (id) |
Table public.pbx_contacts_addressΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
post_office_box |
varchar(64) |
* |
extended_address |
varchar(128) |
* |
street_address |
varchar(128) |
* |
locality |
varchar(128) |
* |
region |
varchar(128) |
* |
postal_code |
varchar(16) |
* |
country_name |
varchar(128) |
* |
addr_type |
varchar(16) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
contact_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_address_pkey |
ON id |
π |
pbx_contacts_address_contact_id_id_efcbd0bb |
ON contact_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_address_contact_id_id_efcbd0bb_fk_pbx_contacts_id |
( contact_id_id ) ref public.pbx_contacts (id) |
Table public.pbx_contacts_categoryΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
category |
varchar(64) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
contact_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_category_pkey |
ON id |
π |
pbx_contacts_category_contact_id_id_490708cf |
ON contact_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_category_contact_id_id_490708cf_fk_pbx_contacts_id |
( contact_id_id ) ref public.pbx_contacts (id) |
Table public.pbx_contacts_datesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
sig_date |
date |
|
* |
label |
varchar(64) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
contact_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_dates_pkey |
ON id |
π |
pbx_contacts_dates_contact_id_id_954dc217 |
ON contact_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_dates_contact_id_id_954dc217_fk_pbx_contacts_id |
( contact_id_id ) ref public.pbx_contacts (id) |
Table public.pbx_contacts_emailΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
email_type |
varchar(16) |
* |
varchar(1024) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
contact_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_email_pkey |
ON id |
π |
pbx_contacts_email_contact_id_id_a3fd5069 |
ON contact_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_email_contact_id_id_a3fd5069_fk_pbx_contacts_id |
( contact_id_id ) ref public.pbx_contacts (id) |
Table public.pbx_contacts_geoΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
geo_uri |
varchar(1024) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
contact_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_geo_pkey |
ON id |
π |
pbx_contacts_geo_contact_id_id_cbb59f6e |
ON contact_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_geo_contact_id_id_cbb59f6e_fk_pbx_contacts_id |
( contact_id_id ) ref public.pbx_contacts (id) |
Table public.pbx_contacts_groupsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
name |
varchar(64) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
contact_id_id |
uuid |
* π β¬ |
group_id |
integer |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_groups_pkey |
ON id |
π |
pbx_contacts_groups_contact_id_id_83fcf911 |
ON contact_id_id |
π |
pbx_contacts_groups_group_id_dc0329a4 |
ON group_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_groups_contact_id_id_83fcf911_fk_pbx_contacts_id |
( contact_id_id ) ref public.pbx_contacts (id) |
|
pbx_contacts_groups_group_id_dc0329a4_fk_auth_group_id |
( group_id ) ref public.auth_group (id) |
Table public.pbx_contacts_orgΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
organisation_name |
varchar(128) |
* |
organisation_unit |
varchar(128) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
contact_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_org_pkey |
ON id |
π |
pbx_contacts_org_contact_id_id_d5127702 |
ON contact_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_org_contact_id_id_d5127702_fk_pbx_contacts_id |
( contact_id_id ) ref public.pbx_contacts (id) |
Table public.pbx_contacts_telΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
tel_type |
varchar(32) |
* |
number |
varchar(128) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
contact_id_id |
uuid |
speed_dial |
varchar(16) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_tel_pkey |
ON id |
π |
pbx_contacts_tel_contact_id_id_3ac83646 |
ON contact_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_tel_contact_id_id_3ac83646_fk_pbx_contacts_id |
( contact_id_id ) ref public.pbx_contacts (id) |
Table public.pbx_contacts_urlΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
url_uri |
varchar(1024) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
contact_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_contacts_url_pkey |
ON id |
π |
pbx_contacts_url_contact_id_id_3a99de63 |
ON contact_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_contacts_url_contact_id_id_3a99de63_fk_pbx_contacts_id |
( contact_id_id ) ref public.pbx_contacts (id) |
Table public.pbx_default_settingsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
app_uuid |
uuid |
|
* π |
category |
varchar(32) |
* π |
subcategory |
varchar(64) |
* π |
value_type |
varchar(32) |
value |
varchar(254) |
|
* |
sequence |
numeric(11) |
* |
enabled |
varchar(8) |
description |
varchar(128) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_default_settings_pkey |
ON id |
π |
pbx_default_settings_category_0b9f954d |
ON category |
π |
pbx_default_settings_category_0b9f954d_like |
ON category |
π |
pbx_default_settings_value_type_0fa61d41 |
ON value_type |
π |
pbx_default_settings_value_type_0fa61d41_like |
ON value_type |
π |
pbx_default_settings_subcategory_5e12c14d |
ON subcategory |
π |
pbx_default_settings_subcategory_5e12c14d_like |
ON subcategory |
Table public.pbx_device_keysΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
category |
varchar(16) |
* |
key_id |
numeric(11) |
* |
key_type |
varchar(64) |
* |
line |
numeric(3) |
value |
varchar(254) |
|
extension |
varchar(64) |
|
* |
protected |
varchar(8) |
label |
varchar(64) |
|
icon |
varchar(64) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
device_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_device_keys_pkey |
ON id |
π |
pbx_device_keys_device_id_3e0c21ec |
ON device_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_device_keys_device_id_3e0c21ec_fk_pbx_devices_id |
( device_id ) ref public.pbx_devices (id) |
Table public.pbx_device_linesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
line_number |
numeric(3) |
server_address |
varchar(254) |
|
server_address_primary |
varchar(254) |
|
server_address_secondary |
varchar(254) |
|
outbound_proxy_primary |
varchar(254) |
|
outbound_proxy_secondary |
varchar(254) |
|
display_name |
varchar(254) |
|
user_id |
varchar(254) |
|
auth_id |
varchar(254) |
|
password |
varchar(254) |
|
sip_port |
numeric(5) |
|
sip_transport |
varchar(254) |
|
register_expires |
numeric(5) |
|
shared_line |
varchar(128) |
|
* |
enabled |
varchar(8) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
device_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_device_lines_pkey |
ON id |
π |
pbx_device_lines_device_id_b3ca7db8 |
ON device_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_device_lines_device_id_b3ca7db8_fk_pbx_devices_id |
( device_id ) ref public.pbx_devices (id) |
Table public.pbx_device_profile_keysΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
category |
varchar(16) |
* |
key_id |
numeric(11) |
* |
key_type |
varchar(64) |
* |
line |
numeric(3) |
value |
varchar(254) |
|
extension |
varchar(64) |
|
* |
protected |
varchar(8) |
label |
varchar(64) |
|
icon |
varchar(64) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
profile_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_device_profile_keys_pkey |
ON id |
π |
pbx_device_profile_keys_profile_id_5c98872a |
ON profile_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_device_profile_k_profile_id_5c98872a_fk_pbx_devic |
( profile_id ) ref public.pbx_device_profiles (id) |
Table public.pbx_device_profile_settingsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
name |
varchar(64) |
value |
varchar(254) |
|
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
profile_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_device_profile_settings_pkey |
ON id |
π |
pbx_device_profile_settings_profile_id_241770f9 |
ON profile_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_device_profile_s_profile_id_241770f9_fk_pbx_devic |
( profile_id ) ref public.pbx_device_profiles (id) |
Table public.pbx_device_profilesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
name |
varchar(64) |
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_id_id |
uuid |
π β¬ |
vendor_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_device_profiles_pkey |
ON id |
π |
pbx_device_profiles_domain_id_id_4067cb40 |
ON domain_id_id |
π |
pbx_device_profiles_vendor_id_95ae1fd9 |
ON vendor_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_device_profiles_domain_id_id_4067cb40_fk_pbx_domains_id |
( domain_id_id ) ref public.pbx_domains (id) |
|
pbx_device_profiles_vendor_id_95ae1fd9_fk_pbx_device_vendors_id |
( vendor_id ) ref public.pbx_device_vendors (id) |
Table public.pbx_device_settingsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
name |
varchar(64) |
value |
varchar(254) |
|
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
device_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_device_settings_pkey |
ON id |
π |
pbx_device_settings_device_id_12903bad |
ON device_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_device_settings_device_id_12903bad_fk_pbx_devices_id |
( device_id ) ref public.pbx_devices (id) |
Table public.pbx_device_vendor_function_groupsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
function_id |
uuid |
* π β¬ |
group_id |
integer |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_device_vendor_function_groups_pkey |
ON id |
π |
pbx_device_vendor_function_groups_function_id_ea1e5a9b |
ON function_id |
π |
pbx_device_vendor_function_groups_group_id_67a203de |
ON group_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_device_vendor_fu_function_id_ea1e5a9b_fk_pbx_devic |
( function_id ) ref public.pbx_device_vendor_functions (id) |
|
pbx_device_vendor_fu_group_id_67a203de_fk_auth_grou |
( group_id ) ref public.auth_group (id) |
Table public.pbx_device_vendor_functionsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
name |
varchar(64) |
value |
varchar(254) |
|
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
vendor_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_device_vendor_functions_pkey |
ON id |
π |
pbx_device_vendor_functions_vendor_id_949d5c05 |
ON vendor_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_device_vendor_fu_vendor_id_949d5c05_fk_pbx_devic |
( vendor_id ) ref public.pbx_device_vendors (id) |
Table public.pbx_device_vendorsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
name |
varchar(64) |
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_device_vendors_pkey |
ON id |
Table public.pbx_devicesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
mac_address |
varchar(24) |
label |
varchar(64) |
|
model |
varchar(64) |
|
firmware_version |
varchar(64) |
|
template |
varchar(254) |
|
username |
varchar(32) |
|
password |
varchar(32) |
|
provisioned_date |
timestamptz |
|
provisioned_method |
varchar(16) |
|
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
π |
provisioned_ip |
inet |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_id_id |
uuid |
π β¬ |
profile_id_id |
uuid |
π β¬ |
user_id_id |
bigint |
π β¬ |
vendor_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_devices_pkey |
ON id |
π |
pbx_devices_domain_id_id_10d0954a |
ON domain_id_id |
π |
pbx_devices_profile_id_id_d05f3c63 |
ON profile_id_id |
π |
pbx_devices_user_id_id_bd7443ea |
ON user_id_id |
π |
pbx_devices_vendor_id_63e85b1c |
ON vendor_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_devices_vendor_id_63e85b1c_fk_pbx_device_vendors_id |
( vendor_id ) ref public.pbx_device_vendors (id) |
|
pbx_devices_domain_id_id_10d0954a_fk_pbx_domains_id |
( domain_id_id ) ref public.pbx_domains (id) |
|
pbx_devices_profile_id_id_d05f3c63_fk_pbx_device_profiles_id |
( profile_id_id ) ref public.pbx_device_profiles (id) |
|
pbx_devices_user_id_id_bd7443ea_fk_pbx_users_id |
( user_id_id ) ref public.pbx_users (id) |
Table public.pbx_dialplan_detailsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
tag |
varchar(32) |
type |
varchar(128) |
|
data |
varchar(512) |
|
dp_break |
varchar(8) |
|
inline |
varchar(8) |
|
* |
group |
numeric(11) |
* |
sequence |
numeric(11) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
dialplan_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_dialplan_details_pkey |
ON id |
π |
pbx_dialplan_details_dialplan_id_id_eb4dbc17 |
ON dialplan_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_dialplan_details_dialplan_id_id_eb4dbc17_fk_pbx_dialp |
( dialplan_id_id ) ref public.pbx_dialplans (id) |
Table public.pbx_dialplansΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
app_id |
uuid |
|
π |
hostname |
varchar(128) |
π |
context |
varchar(128) |
π |
category |
varchar(32) |
name |
varchar(64) |
|
number |
varchar(32) |
|
* π |
destination |
varchar(8) |
* |
dp_continue |
varchar(8) |
xml |
text |
|
* |
sequence |
numeric(3) |
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_dialplans_pkey |
ON id |
π |
pbx_dialplans_domain_id_id_581e14be |
ON domain_id_id |
π |
pbx_dialplans_category_62ff80d9 |
ON category |
π |
pbx_dialplans_category_62ff80d9_like |
ON category |
π |
pbx_dialplans_context_9f65b37d |
ON context |
π |
pbx_dialplans_context_9f65b37d_like |
ON context |
π |
pbx_dialplans_destination_bb1c9803 |
ON destination |
π |
pbx_dialplans_destination_bb1c9803_like |
ON destination |
π |
pbx_dialplans_hostname_0e8300e2 |
ON hostname |
π |
pbx_dialplans_hostname_0e8300e2_like |
ON hostname |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_dialplans_domain_id_id_581e14be_fk_pbx_domains_id |
( domain_id_id ) ref public.pbx_domains (id) |
Table public.pbx_domain_settingsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
app_uuid |
uuid |
|
* π |
category |
varchar(32) |
* π |
subcategory |
varchar(64) |
* π |
value_type |
varchar(32) |
value |
varchar(254) |
|
* |
sequence |
numeric(11) |
* |
enabled |
varchar(8) |
description |
varchar(128) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
domain_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_domain_settings_pkey |
ON id |
π |
pbx_domain_settings_domain_id_id_c7461c47 |
ON domain_id_id |
π |
pbx_domain_settings_category_b8b72e31 |
ON category |
π |
pbx_domain_settings_category_b8b72e31_like |
ON category |
π |
pbx_domain_settings_value_type_41f42703 |
ON value_type |
π |
pbx_domain_settings_value_type_41f42703_like |
ON value_type |
π |
pbx_domain_settings_subcategory_db5affbb |
ON subcategory |
π |
pbx_domain_settings_subcategory_db5affbb_like |
ON subcategory |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_domain_settings_domain_id_id_c7461c47_fk_pbx_domains_id |
( domain_id_id ) ref public.pbx_domains (id) |
Table public.pbx_domainsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* π |
name |
varchar(128) |
* |
enabled |
varchar(8) |
description |
varchar(128) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_domains_pkey |
ON id |
π |
pbx_domains_name_key |
ON name |
π |
pbx_domains_name_ce0c9e76_like |
ON name |
Table public.pbx_email_templatesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
language |
varchar(8) |
* |
category |
varchar(32) |
* |
subcategory |
varchar(32) |
subject |
varchar(128) |
|
* |
type |
varchar(8) |
body |
text |
|
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_email_templates_pkey |
ON id |
π |
pbx_email_templates_domain_id_id_592ee910 |
ON domain_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_email_templates_domain_id_id_592ee910_fk_pbx_domains_id |
( domain_id_id ) ref public.pbx_domains (id) |
Table public.pbx_extension_usersΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
extension_uuid |
uuid |
π β¬ |
user_uuid |
uuid |
* |
default_user |
varchar(8) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_extension_users_pkey |
ON id |
π |
pbx_extension_users_extension_uuid_68cf4da0 |
ON extension_uuid |
π |
pbx_extension_users_user_uuid_c416d33e |
ON user_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_extension_users_extension_uuid_68cf4da0_fk_pbx_exten |
( extension_uuid ) ref public.pbx_extensions (id) |
|
pbx_extension_users_user_uuid_c416d33e_fk_pbx_users_user_uuid |
( user_uuid ) ref public.pbx_users (user_uuid) |
Table public.pbx_extensionsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* π |
extension |
varchar(32) |
π |
number_alias |
varchar(16) |
* |
password |
varchar(32) |
accountcode |
varchar(32) |
|
effective_caller_id_name |
varchar(32) |
|
effective_caller_id_number |
varchar(16) |
|
outbound_caller_id_name |
varchar(32) |
|
outbound_caller_id_number |
varchar(16) |
|
emergency_caller_id_name |
varchar(32) |
|
emergency_caller_id_number |
varchar(16) |
|
directory_first_name |
varchar(32) |
|
directory_last_name |
varchar(32) |
|
* |
directory_visible |
varchar(8) |
* |
directory_exten_visible |
varchar(8) |
limit_max |
numeric(11) |
|
limit_destination |
varchar(32) |
|
missed_call_app |
varchar(32) |
|
missed_call_data |
varchar(256) |
|
user_context |
varchar(128) |
|
toll_allow |
varchar(32) |
|
call_timeout |
numeric(11) |
|
call_group |
varchar(32) |
|
* |
call_screen_enabled |
varchar(8) |
user_record |
varchar(8) |
|
hold_music |
varchar(64) |
|
auth_acl |
varchar(16) |
|
cidr |
varchar(128) |
|
sip_force_contact |
varchar(64) |
|
nibble_account |
numeric(1) |
|
sip_force_expires |
numeric(11) |
|
mwi_account |
varchar(256) |
|
sip_bypass_media |
varchar(32) |
|
unique_id |
numeric(1) |
|
dial_string |
text |
|
dial_user |
varchar(32) |
|
dial_domain |
varchar(128) |
|
* |
do_not_disturb |
varchar(8) |
forward_all_destination |
varchar(16) |
|
* |
forward_all_enabled |
varchar(8) |
forward_busy_destination |
varchar(16) |
|
* |
forward_busy_enabled |
varchar(8) |
forward_no_answer_destination |
varchar(16) |
|
* |
forward_no_answer_enabled |
varchar(8) |
forward_user_not_registered_destination |
varchar(16) |
|
* |
forward_user_not_registered_enabled |
varchar(8) |
follow_me_uuid |
uuid |
|
forward_caller_id |
varchar(16) |
|
* |
follow_me_enabled |
varchar(8) |
follow_me_destinations |
text |
|
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
absolute_codec_string |
varchar(64) |
|
* |
force_ping |
varchar(8) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_extensions_pkey |
ON id |
π |
pbx_extensions_domain_uuid_extension_8ef2eb2b_uniq |
ON domain_uuid, extension |
π |
pbx_extensions_domain_uuid_number_alias_64dbcbb9_uniq |
ON domain_uuid, number_alias |
π |
pbx_extensions_domain_uuid_246c1b36 |
ON domain_uuid |
π |
pbx_extensions_extension_8d76e869 |
ON extension |
π |
pbx_extensions_extension_8d76e869_like |
ON extension |
π |
pbx_extensions_number_alias_9f983a90 |
ON number_alias |
π |
pbx_extensions_number_alias_9f983a90_like |
ON number_alias |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_extensions_domain_uuid_246c1b36_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_failed_loginsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* π |
address |
inet |
username |
varchar(254) |
|
* |
attempts |
numeric(4) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_failed_logins_pkey |
ON id |
π |
pbx_failed_logins_address_key |
ON address |
Table public.pbx_follow_me_destinationsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
destination |
varchar(32) |
* |
delay |
numeric(3) |
* |
timeout |
numeric(3) |
prompt |
varchar(8) |
|
sequence |
numeric(11) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
extension_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_follow_me_destinations_pkey |
ON id |
π |
pbx_follow_me_destinations_extension_uuid_7a65cb1a |
ON extension_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_follow_me_destin_extension_uuid_7a65cb1a_fk_pbx_exten |
( extension_uuid ) ref public.pbx_extensions (id) |
Table public.pbx_gatewaysΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
gateway |
varchar(32) |
username |
varchar(32) |
|
password |
varchar(32) |
|
distinct_to |
varchar(8) |
|
auth_username |
varchar(32) |
|
realm |
varchar(128) |
|
from_user |
varchar(32) |
|
from_domain |
varchar(128) |
|
* |
proxy |
varchar(128) |
register_proxy |
varchar(128) |
|
outbound_proxy |
varchar(128) |
|
* |
expire_seconds |
numeric(5) |
* |
register |
varchar(8) |
register_transport |
varchar(8) |
|
* |
retry_seconds |
numeric(4) |
extension |
varchar(32) |
|
ping |
varchar(8) |
|
caller_id_in_from |
varchar(8) |
|
supress_cng |
varchar(8) |
|
sip_cid_type |
varchar(8) |
|
codec_prefs |
varchar(34) |
|
* |
channels |
numeric(4) |
extension_in_contact |
varchar(8) |
|
* |
context |
varchar(128) |
* |
profile |
varchar(64) |
hostname |
varchar(128) |
|
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_gateways_pkey |
ON id |
π |
pbx_gateways_domain_uuid_08cbf6c7 |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_gateways_domain_uuid_08cbf6c7_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_httapi_sessionΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
name |
varchar(32) |
xml |
text |
|
json |
jsonb |
|
created |
timestamptz |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_httapi_session_pkey |
ON id |
Table public.pbx_ip_registerΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* π |
address |
inet |
* |
status |
numeric(2) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_ip_register_pkey |
ON id |
π |
pbx_ip_register_address_key |
ON address |
Table public.pbx_modulesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
label |
varchar(64) |
* |
name |
varchar(64) |
* |
category |
varchar(64) |
* |
sequence |
numeric(11) |
* |
enabled |
varchar(8) |
* |
default_enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_modules_pkey |
ON id |
Table public.pbx_music_on_holdΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
name |
varchar(32) |
* |
path |
varchar(256) |
* |
rate |
numeric(11) |
* |
shuffle |
varchar(8) |
channels |
numeric(11) |
|
interval |
numeric(11) |
|
* |
timer_name |
varchar(32) |
chime_list |
varchar(64) |
|
chime_freq |
numeric(11) |
|
chime_max |
numeric(11) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_music_on_hold_pkey |
ON id |
π |
pbx_music_on_hold_domain_uuid_f5d415b6 |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_music_on_hold_domain_uuid_f5d415b6_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_music_on_hold_filesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
filename |
text |
* |
file_name |
varchar(256) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
moh_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_music_on_hold_files_pkey |
ON id |
π |
pbx_music_on_hold_files_moh_id_id_2ed7958f |
ON moh_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_music_on_hold_fi_moh_id_id_2ed7958f_fk_pbx_music |
( moh_id_id ) ref public.pbx_music_on_hold (id) |
Table public.pbx_number_translation_detailsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
td_regex |
varchar(128) |
|
td_replace |
varchar(128) |
|
* |
td_order |
numeric(3) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
number_translation_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_number_translation_details_pkey |
ON id |
π |
pbx_number_translation_det_number_translation_id_id_c92ec084 |
ON number_translation_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_number_translati_number_translation_i_c92ec084_fk_pbx_numbe |
( number_translation_id_id ) ref public.pbx_number_translations (id) |
Table public.pbx_number_translationsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
name |
varchar(64) |
|
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_number_translations_pkey |
ON id |
Table public.pbx_phrase_detailsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
pfunction |
varchar(16) |
data |
varchar(254) |
|
* |
sequence |
numeric(11) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
phrase_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_phrase_details_pkey |
ON id |
π |
pbx_phrase_details_phrase_id_id_b0a5c23d |
ON phrase_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_phrase_details_phrase_id_id_b0a5c23d_fk_pbx_phrases_id |
( phrase_id_id ) ref public.pbx_phrases (id) |
Table public.pbx_phrasesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
name |
varchar(64) |
|
* |
language |
varchar(8) |
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_phrases_pkey |
ON id |
π |
pbx_phrases_domain_uuid_3e4927b6 |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_phrases_domain_uuid_3e4927b6_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_recordingsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
filename |
text |
* |
name |
varchar(64) |
description |
varchar(128) |
|
base64 |
text |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_recordings_pkey |
ON id |
π |
pbx_recordings_domain_uuid_e92a4731 |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_recordings_domain_uuid_e92a4731_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_ring_group_destinationsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
number |
varchar(128) |
* |
delay |
numeric(3) |
* |
timeout |
numeric(3) |
* |
destination_prompt |
numeric(3) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
ring_group_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_ring_group_destinations_pkey |
ON id |
π |
pbx_ring_group_destinations_ring_group_id_id_b1dd9e79 |
ON ring_group_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_ring_group_desti_ring_group_id_id_b1dd9e79_fk_pbx_ring_ |
( ring_group_id_id ) ref public.pbx_ring_groups (id) |
Table public.pbx_ring_group_usersΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
ring_group_id_id |
uuid |
π β¬ |
user_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_ring_group_users_pkey |
ON id |
π |
pbx_ring_group_users_ring_group_id_id_f248dec4 |
ON ring_group_id_id |
π |
pbx_ring_group_users_user_uuid_78082a94 |
ON user_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_ring_group_users_ring_group_id_id_f248dec4_fk_pbx_ring_ |
( ring_group_id_id ) ref public.pbx_ring_groups (id) |
|
pbx_ring_group_users_user_uuid_78082a94_fk_pbx_users_user_uuid |
( user_uuid ) ref public.pbx_users (user_uuid) |
Table public.pbx_ring_groupsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
name |
varchar(64) |
|
* |
extension |
varchar(32) |
greeting |
varchar(254) |
|
strategy |
varchar(16) |
|
timeout_app |
varchar(32) |
|
timeout_data |
varchar(256) |
|
* |
call_timeout |
numeric(3) |
caller_id_name |
varchar(32) |
|
caller_id_number |
varchar(16) |
|
cid_name_prefix |
varchar(32) |
|
cid_number_prefix |
varchar(16) |
|
distinctive_ring |
varchar(32) |
|
ring_group_ringback |
varchar(128) |
|
* |
follow_me_enabled |
varchar(8) |
missed_call_app |
varchar(32) |
|
missed_call_data |
varchar(256) |
|
* |
forward_enabled |
varchar(8) |
forward_destination |
varchar(128) |
|
forward_toll_allow |
varchar(32) |
|
π |
context |
varchar(128) |
* |
enabled |
varchar(8) |
description |
varchar(64) |
|
dialplan_id |
uuid |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_uuid |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_ring_groups_pkey |
ON id |
π |
pbx_ring_groups_context_378e5e39 |
ON context |
π |
pbx_ring_groups_context_378e5e39_like |
ON context |
π |
pbx_ring_groups_domain_uuid_8ee40c93 |
ON domain_uuid |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_ring_groups_domain_uuid_8ee40c93_fk_pbx_domains_id |
( domain_uuid ) ref public.pbx_domains (id) |
Table public.pbx_sip_profile_domainsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
name |
varchar(128) |
* |
alias |
varchar(8) |
* |
parse |
varchar(8) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
sip_profile_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_sip_profile_domains_pkey |
ON id |
π |
pbx_sip_profile_domains_sip_profile_id_6a5cdae5 |
ON sip_profile_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_sip_profile_doma_sip_profile_id_6a5cdae5_fk_pbx_sip_p |
( sip_profile_id ) ref public.pbx_sip_profiles (id) |
Table public.pbx_sip_profile_settingsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
name |
varchar(64) |
value |
varchar(254) |
|
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
sip_profile_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_sip_profile_settings_pkey |
ON id |
π |
pbx_sip_profile_settings_sip_profile_id_3d874090 |
ON sip_profile_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_sip_profile_sett_sip_profile_id_3d874090_fk_pbx_sip_p |
( sip_profile_id ) ref public.pbx_sip_profiles (id) |
Table public.pbx_sip_profilesΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
* |
name |
varchar(64) |
hostname |
varchar(128) |
|
* |
enabled |
varchar(8) |
description |
varchar(254) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_sip_profiles_pkey |
ON id |
Table public.pbx_user_settingsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* π |
category |
varchar(32) |
* π |
subcategory |
varchar(64) |
* π |
value_type |
varchar(32) |
value |
varchar(254) |
|
* |
sequence |
numeric(11) |
* |
enabled |
varchar(8) |
description |
varchar(128) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
* π β¬ |
user_id_id |
bigint |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_user_settings_pkey |
ON id |
π |
pbx_user_settings_user_id_id_f9155e23 |
ON user_id_id |
π |
pbx_user_settings_category_abdd8fa8 |
ON category |
π |
pbx_user_settings_category_abdd8fa8_like |
ON category |
π |
pbx_user_settings_value_type_2a2d5624 |
ON value_type |
π |
pbx_user_settings_value_type_2a2d5624_like |
ON value_type |
π |
pbx_user_settings_subcategory_681bdf20 |
ON subcategory |
π |
pbx_user_settings_subcategory_681bdf20_like |
ON subcategory |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_user_settings_user_id_id_f9155e23_fk_pbx_users_id |
( user_id_id ) ref public.pbx_users (id) |
Table public.pbx_usersΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
bigserial |
* π β¬ |
user_uuid |
uuid |
* π |
username |
varchar(150) |
varchar(254) |
||
* |
status |
varchar(32) |
api_key |
varchar(254) |
|
* |
enabled |
varchar(8) |
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_id_id |
uuid |
* π β¬ |
user_id |
integer |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_users_pkey |
ON id |
π |
pbx_users_user_uuid_key |
ON user_uuid |
π |
pbx_users_username_key |
ON username |
π |
pbx_users_user_id_key |
ON user_id |
π |
pbx_users_username_bda12c52_like |
ON username |
π |
pbx_users_domain_id_id_cfe07cc2 |
ON domain_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_users_domain_id_id_cfe07cc2_fk_pbx_domains_id |
( domain_id_id ) ref public.pbx_domains (id) |
|
pbx_users_user_id_4712cf8b_fk_auth_user_id |
( user_id ) ref public.auth_user (id) |
Table public.pbx_varsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
category |
varchar(64) |
* |
name |
varchar(64) |
value |
varchar(254) |
|
command |
varchar(16) |
|
hostname |
varchar(128) |
|
* |
enabled |
varchar(8) |
* |
sequence |
numeric(11) |
description |
text |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_vars_pkey |
ON id |
Table public.pbx_voicemail_greetingsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
* |
filename |
text |
* |
name |
varchar(64) |
description |
varchar(128) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
voicemail_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_voicemail_greetings_pkey |
ON id |
π |
pbx_voicemail_greetings_voicemail_id_id_ee67c381 |
ON voicemail_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_voicemail_greeti_voicemail_id_id_ee67c381_fk_pbx_voice |
( voicemail_id_id ) ref public.pbx_voicemails (id) |
Table public.pbx_voicemailsΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π β¬ |
id |
uuid |
password |
varchar(16) |
|
greeting_id |
numeric(2) |
|
alternate_greeting_id |
numeric(2) |
|
mail_to |
varchar(256) |
|
sms_to |
varchar(32) |
|
cc |
varchar(64) |
|
* |
attach_file |
varchar(8) |
* |
local_after_email |
varchar(8) |
* |
enabled |
varchar(8) |
description |
varchar(256) |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
extension_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_voicemails_pkey |
ON id |
π |
pbx_voicemails_extension_id_id_f5c8e5c1 |
ON extension_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_voicemails_extension_id_id_f5c8e5c1_fk_pbx_extensions_id |
( extension_id_id ) ref public.pbx_extensions (id) |
Table public.pbx_xml_cdrΒΆ
Idx |
Name |
Data Type |
|---|---|---|
* π |
id |
uuid |
domain_name |
varchar(128) |
|
accountcode |
varchar(32) |
|
direction |
varchar(16) |
|
context |
varchar(128) |
|
caller_id_name |
varchar(32) |
|
caller_id_number |
varchar(32) |
|
caller_destination |
varchar(32) |
|
source_number |
varchar(32) |
|
destination_number |
varchar(32) |
|
start_epoch |
numeric(32) |
|
start_stamp |
timestamptz |
|
answer_epoch |
numeric(32) |
|
answer_stamp |
timestamptz |
|
end_epoch |
numeric(32) |
|
end_stamp |
timestamptz |
|
duration |
numeric(32) |
|
mduration |
numeric(32) |
|
billsec |
numeric(32) |
|
billmsec |
numeric(32) |
|
bridge_uuid |
uuid |
|
read_codec |
varchar(16) |
|
read_rate |
varchar(16) |
|
write_codec |
varchar(16) |
|
write_rate |
varchar(16) |
|
remote_media_ip |
varchar(128) |
|
network_addr |
varchar(128) |
|
record_path |
varchar(256) |
|
record_name |
varchar(64) |
|
leg |
varchar(8) |
|
pdd_ms |
numeric(32) |
|
rtp_audio_in_mos |
numeric(4,2) |
|
last_app |
varchar(32) |
|
last_arg |
text |
|
missed_call |
boolean |
|
cc_side |
varchar(16) |
|
cc_member_uuid |
uuid |
|
cc_queue_joined_epoch |
numeric(32) |
|
cc_queue |
uuid |
|
cc_member_session_uuid |
uuid |
|
cc_agent_uuid |
uuid |
|
cc_agent |
uuid |
|
cc_agent_type |
varchar(32) |
|
cc_agent_bridged |
varchar(8) |
|
cc_queue_answered_epoch |
numeric(32) |
|
cc_queue_terminated_epoch |
numeric(32) |
|
cc_queue_canceled_epoch |
numeric(32) |
|
cc_cancel_reason |
varchar(32) |
|
cc_cause |
varchar(32) |
|
waitsec |
numeric(32) |
|
conference_name |
varchar(256) |
|
conference_uuid |
uuid |
|
conference_member_id |
varchar(8) |
|
digits_dialed |
varchar(64) |
|
pin_number |
varchar(16) |
|
hangup_cause |
varchar(32) |
|
hangup_cause_q850 |
numeric(4) |
|
sip_hangup_disposition |
varchar(32) |
|
xml |
text |
|
json |
jsonb |
|
created |
timestamptz |
|
updated |
timestamptz |
|
synchronised |
timestamptz |
|
* |
updated_by |
varchar(64) |
π β¬ |
domain_id_id |
uuid |
π β¬ |
extension_id_id |
uuid |
Indexes
Type |
Name |
On |
|---|---|---|
π |
pbx_xml_cdr_pkey |
ON id |
π |
pbx_xml_cdr_domain_id_id_ccce6e81 |
ON domain_id_id |
π |
pbx_xml_cdr_extension_id_id_f5f7d64e |
ON extension_id_id |
Foreign Keys
Type |
Name |
On |
|---|---|---|
pbx_xml_cdr_domain_id_id_ccce6e81_fk_pbx_domains_id |
( domain_id_id ) ref public.pbx_domains (id) |
|
pbx_xml_cdr_extension_id_id_f5f7d64e_fk_pbx_extensions_id |
( extension_id_id ) ref public.pbx_extensions (id) |