Yealink t22 and t38g set account.1.transport = 1 for TCP.
This commit is contained in:
parent
b0bd055d54
commit
323a486b01
|
|
@ -41,7 +41,7 @@ account.1.outbound_host = {$outbound_proxy_1}
|
||||||
account.1.outbound_port = 5060
|
account.1.outbound_port = 5060
|
||||||
|
|
||||||
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
|
#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;
|
#Enable or disable the timer to periodically refresh the DNS-SRV query result; 0-Disabled (default), 1-Enabled;
|
||||||
#Require reboot;
|
#Require reboot;
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ account.1.outbound_host =
|
||||||
account.1.outbound_port =
|
account.1.outbound_port =
|
||||||
|
|
||||||
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
|
#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.
|
#Configure the address of the backup outbound proxy server.
|
||||||
account.1.backup_outbound_host =
|
account.1.backup_outbound_host =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue