Add register_expires and network.static_dns_enable to the Yealink T42g and T46g templates.

This commit is contained in:
Mark Crane
2014-03-01 10:08:27 +00:00
parent 0d180ff41b
commit 96a3138fa4
2 changed files with 9 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ account.1.outbound_proxy_enable =
account.1.outbound_host = {$outbound_proxy_1}
account.1.outbound_port = 5060
account.1.sip_listen_port = 5060
#Configure the register expiry time (in seconds), the default value is 3600.
account.1.expires = {$register_expires_1}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $sip_transport_1 == 'udp'}account.1.transport = 0{/if}
{if $sip_transport_1 == 'tcp'}account.1.transport = 1{/if}
@@ -2912,8 +2914,9 @@ network.internet_port.type =
network.internet_port.ip =
network.internet_port.mask =
network.internet_port.gateway =
network.primary_dns=
network.secondary_dns =
network.primary_dns =
network.secondary_dns =
network.static_dns_enable = 0
#######################################################################################
## Line Key ##