mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-30 12:39:19 +00:00
Yealink t22 and t38g set account.1.transport = 1 for TCP.
This commit is contained in:
@@ -41,7 +41,7 @@ account.1.outbound_host = {$outbound_proxy_1}
|
||||
account.1.outbound_port = 5060
|
||||
|
||||
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
|
||||
account.1.transport =
|
||||
account.1.transport = 1
|
||||
|
||||
#Enable or disable the timer to periodically refresh the DNS-SRV query result; 0-Disabled (default), 1-Enabled;
|
||||
#Require reboot;
|
||||
|
||||
@@ -41,7 +41,7 @@ account.1.outbound_host =
|
||||
account.1.outbound_port =
|
||||
|
||||
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
|
||||
account.1.transport =
|
||||
account.1.transport = 1
|
||||
|
||||
#Configure the address of the backup outbound proxy server.
|
||||
account.1.backup_outbound_host =
|
||||
|
||||
Reference in New Issue
Block a user