support use sips scheme for outbound tls gateway (#332)

* support use sips scheme for outbound tls gateway

* support use sips scheme for outbound tls gateway

* update license
This commit is contained in:
Hoan Luu Huu
2024-06-15 20:17:05 +07:00
committed by GitHub
parent 4337a55a27
commit 48e1a72ef3
5 changed files with 53 additions and 6 deletions
+1
View File
@@ -459,6 +459,7 @@ outbound BOOLEAN NOT NULL COMMENT 'if true, include in least-cost routing when p
voip_carrier_sid CHAR(36) NOT NULL,
is_active BOOLEAN NOT NULL DEFAULT 1,
send_options_ping BOOLEAN NOT NULL DEFAULT 0,
use_sips_scheme BOOLEAN NOT NULL DEFAULT 0,
pad_crypto BOOLEAN NOT NULL DEFAULT 0,
protocol ENUM('udp','tcp','tls', 'tls/srtp') DEFAULT 'udp' COMMENT 'Outbound call protocol',
PRIMARY KEY (sip_gateway_sid)