Yealink t22 and t38g set account.1.transport = 1 for TCP.
This commit is contained in:
parent
546a694367
commit
03104413fa
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue