Added yealink common files for each model and created folder for new … (#2913)

* Added yealink common files for each model and created folder for new conference phone models

* Modified Yealink t46g templates and added 3 new variables
This commit is contained in:
TekMason
2017-11-20 01:11:25 -05:00
committed by FusionPBX
parent 3c82d3822b
commit 8be1a00ef2
38 changed files with 179 additions and 133 deletions
+17 -12
View File
@@ -28,8 +28,24 @@ 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 =
@@ -109,17 +125,6 @@ network.802_1x.client_cert_url =
#Require reboot;
network.vpn_enable = {$yealink_network_vpn_enable}
#######################################################################################
## LLDP ##
#######################################################################################
#Enable or disable the LLDP feature; 0-Disabled, 1-Enabled (default);
#Require reboot;
network.lldp.enable =
#Configure the interval(in seconds) the phone broadcasts the LLDP request. It ranges from 1 to 3600, the default value is 60.
#Require reboot;
network.lldp.packet_interval =
#######################################################################################
## SNMP ##
#######################################################################################