fusionpbx-# \d v_gateways
Table "public.v_gateways"
Column | Type | Collation | Nullable | Default
----------------------+---------+-----------+----------+---------
gateway_uuid | uuid | | not null |
domain_uuid | uuid | | |
gateway | text | | |
username | text | | |
password | text | | |
distinct_to | text | | |
auth_username | text | | |
realm | text | | |
from_user | text | | |
from_domain | text | | |
proxy | text | | |
register_proxy | text | | |
outbound_proxy | text | | |
expire_seconds | numeric | | |
register | text | | |
register_transport | text | | |
retry_seconds | numeric | | |
extension | text | | |
ping | text | | |
caller_id_in_from | text | | |
supress_cng | text | | |
sip_cid_type | text | | |
codec_prefs | text | | |
channels | numeric | | |
extension_in_contact | text | | |
context | text | | |
profile | text | | |
hostname | text | | |
enabled | text | | |
description | text | | |
Indexes:
"v_gateways_pkey" PRIMARY KEY, btree (gateway_uuid)