Yealink T48G Template (#2921)
This commit is contained in:
parent
c77a7e4583
commit
279efc42bc
|
|
@ -27,9 +27,26 @@ network.secondary_dns = {$dns_server_secondary}
|
|||
network.pppoe.user =
|
||||
network.pppoe.password =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network Advanced ##
|
||||
## Network ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
static.network.ip_address_mode = {$yealink_ip_address_mode}
|
||||
|
||||
#Enable or disable LLDP; 0-Disabled, 1-Enabled (default);
|
||||
#Require reboot;
|
||||
static.network.lldp.enable = {$yealink_lldp_enable}
|
||||
|
||||
#Configure the interval(in seconds) the phone broadcasts the LLDP request. It ranges from 1 to 3600, the default value is 60.
|
||||
static.network.lldp.packet_interval =
|
||||
|
||||
#Enable or disable CDP; 0-Disabled, 1-Enabled (default);
|
||||
static.network.cdp.enable = {$yealink_cdp_enable}
|
||||
|
||||
#The interval (in seconds) for the IP phone to send CDP requests. Integer from 1 to 3600
|
||||
static.network.cdp.packet_interval =
|
||||
|
||||
#Configure the duplex mode and the speed of the WAN port.
|
||||
#0-Auto negotiate (default), 1-Full duplex 10Mbps, 2-Full duplex 100Mbps, 3-Half duplex 10Mbps, 4-Half duplex 100Mbps;
|
||||
network.internet_port.speed_duplex =
|
||||
|
|
@ -38,6 +55,7 @@ network.pc_port.speed_duplex =
|
|||
network.pc_port.dhcp_server = 1
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## VLAN ##
|
||||
#######################################################################################
|
||||
|
|
|
|||
|
|
@ -961,36 +961,6 @@ local_time.time_zone_name = {$yealink_time_zone_name}
|
|||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = 2
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
{/if}
|
||||
{if isset($dns_server_secondary)}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
{/if}
|
||||
{if isset($dns_server_primary)}
|
||||
network.static_dns_enable = 1
|
||||
{else}network.static_dns_enable = 0
|
||||
{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Account 3 Basic Settings ##
|
||||
|
|
@ -1456,32 +1426,9 @@ account.3.xsi.host =
|
|||
account.3.xsi.server_type =
|
||||
account.3.xsi.port =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = 2
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Account 4 Basic Settings ##
|
||||
|
|
@ -1947,32 +1894,9 @@ account.4.xsi.host =
|
|||
account.4.xsi.server_type =
|
||||
account.4.xsi.port =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = 2
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Account 5 Basic Settings ##
|
||||
|
|
@ -2438,32 +2362,9 @@ account.5.xsi.host =
|
|||
account.5.xsi.server_type =
|
||||
account.5.xsi.port =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = 2
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Account 6 Basic Settings ##
|
||||
|
|
@ -2928,33 +2829,9 @@ account.6.xsi.host =
|
|||
account.6.xsi.server_type =
|
||||
account.6.xsi.port =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## NETWORK ##
|
||||
#######################################################################################
|
||||
##0-ipv4, 1-ipv6, 2-ipv4&ipv6
|
||||
network.ip_address_mode = 2
|
||||
|
||||
network.ipv6_prefix = 64
|
||||
network.ipv6_internet_port.type =
|
||||
network.ipv6_internet_port.ip =
|
||||
network.ipv6_internet_port.gateway =
|
||||
network.ipv6_primary_dns =
|
||||
network.ipv6_secondary_dns =
|
||||
network.ipv6_icmp_v6.enable =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP (default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, subnet mask, gateway and DNS server;
|
||||
#Require Reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
|
||||
{if isset($dns_server_secondary)}network.secondary_dns = {$dns_server_secondary}{/if}
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Line Key ##
|
||||
|
|
|
|||
Loading…
Reference in New Issue