add voip_carriers.register_status

This commit is contained in:
Dave Horton
2023-04-01 19:09:03 -04:00
parent 97b17d9e1d
commit 7a67ed704c
2 changed files with 15 additions and 9 deletions

View File

@@ -357,6 +357,7 @@ smpp_inbound_password VARCHAR(64),
register_from_user VARCHAR(128),
register_from_domain VARCHAR(255),
register_public_ip_in_contact BOOLEAN NOT NULL DEFAULT false,
register_status VARCHAR(1024),
PRIMARY KEY (voip_carrier_sid)
) COMMENT='A Carrier or customer PBX that can send or receive calls';
@@ -648,4 +649,4 @@ ALTER TABLE accounts ADD FOREIGN KEY device_calling_application_sid_idxfk (devic
ALTER TABLE accounts ADD FOREIGN KEY siprec_hook_sid_idxfk (siprec_hook_sid) REFERENCES applications (application_sid);
SET FOREIGN_KEY_CHECKS=1;
SET FOREIGN_KEY_CHECKS=1;

View File

@@ -551,7 +551,7 @@
</location>
<size>
<width>293.00</width>
<height>520.00</height>
<height>540.00</height>
</size>
<zorder>6</zorder>
<SQLField>
@@ -732,6 +732,11 @@
<notNull><![CDATA[1]]></notNull>
<uid><![CDATA[E93A67DB-9A49-4980-9B25-CF1E7DC42F9B]]></uid>
</SQLField>
<SQLField>
<name><![CDATA[register_status]]></name>
<type><![CDATA[VARCHAR(1024)]]></type>
<uid><![CDATA[7C7DFE92-D7AC-4447-A1C2-E0F10C1EA26A]]></uid>
</SQLField>
<labelWindowIndex><![CDATA[24]]></labelWindowIndex>
<objectComment><![CDATA[A Carrier or customer PBX that can send or receive calls]]></objectComment>
<ui.treeExpanded><![CDATA[1]]></ui.treeExpanded>
@@ -1287,8 +1292,8 @@
<schema><![CDATA[]]></schema>
<comment><![CDATA[a regex-based pattern match for call routing]]></comment>
<location>
<x>44.00</x>
<y>821.00</y>
<x>18.00</x>
<y>864.00</y>
</location>
<size>
<width>254.00</width>
@@ -1985,8 +1990,8 @@
<schema><![CDATA[]]></schema>
<comment><![CDATA[A phone number that has been assigned to an account]]></comment>
<location>
<x>29.00</x>
<y>954.00</y>
<x>17.00</x>
<y>1010.00</y>
</location>
<size>
<width>265.00</width>
@@ -2716,10 +2721,10 @@
<SourceSidebarWidth><![CDATA[0.000000]]></SourceSidebarWidth>
<SQLEditorFileFormatVersion><![CDATA[4]]></SQLEditorFileFormatVersion>
<uid><![CDATA[58C99A00-06C9-478C-A667-C63842E088F3]]></uid>
<windowHeight><![CDATA[917.000000]]></windowHeight>
<windowHeight><![CDATA[868.000000]]></windowHeight>
<windowLocationX><![CDATA[0.000000]]></windowLocationX>
<windowLocationY><![CDATA[27.000000]]></windowLocationY>
<windowScrollOrigin><![CDATA[{383, 243.5}]]></windowScrollOrigin>
<windowLocationY><![CDATA[76.000000]]></windowLocationY>
<windowScrollOrigin><![CDATA[{0, 170}]]></windowScrollOrigin>
<windowWidth><![CDATA[1512.000000]]></windowWidth>
</SQLDocumentInfo>
<AllowsIndexRenamingOnInsert><![CDATA[1]]></AllowsIndexRenamingOnInsert>