add voip_carriers.e164_leading_plus for carrier-level configuration of E.164 dial string

This commit is contained in:
Dave Horton
2020-07-16 09:45:59 -04:00
parent 326b1b673e
commit 4efee5a8b8
5 changed files with 36 additions and 11 deletions
+1
View File
@@ -95,6 +95,7 @@ name VARCHAR(64) NOT NULL UNIQUE ,
description VARCHAR(255),
account_sid CHAR(36) COMMENT 'if provided, indicates this entity represents a customer PBX that is associated with a specific account',
application_sid CHAR(36) COMMENT 'If provided, all incoming calls from this source will be routed to the associated application',
e164_leading_plus BOOLEAN NOT NULL DEFAULT false,
PRIMARY KEY (voip_carrier_sid)
) ENGINE=InnoDB COMMENT='A Carrier or customer PBX that can send or receive calls';