mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Yealink Wifi Settings variables (#7094)
* Update y000000000067.cfg Update the Yealink T42S template to add variables for Wifi settings. * Update y000000000065.cfg Update the Yealink T48S template to add variables for Wifi settings. * Update y000000000066.cfg Update the Yealink T46S template to add variables for Wifi settings. * Update y000000000068.cfg Update the Yealink T41S template to add variables for Wifi settings. * Update y000000000069.cfg Update the Yealink T27g template to add variables for Wifi settings. * Update y000000000046.cfg Update the Yealink T29G template to add variables for Wifi settings. * Update y000000000028.cfg Update the Yealink T46G template to add variables for Wifi settings. * Update y000000000035.cfg Update the Yealink T48G template to add variables for Wifi settings.
This commit is contained in:
@@ -28,6 +28,34 @@ network.pppoe.user =
|
||||
network.pppoe.password =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network WiFi ##
|
||||
#######################################################################################
|
||||
##static.wifi.X.label=
|
||||
##static.wifi.X.ssid=
|
||||
##static.wifi.X.priority=
|
||||
##static.wifi.X.security_mode=
|
||||
##static.wifi.X.cipher_type=
|
||||
##static.wifi.X.password=
|
||||
##static.wifi.X.eap_type=
|
||||
##static.wifi.X.eap_user_name=
|
||||
##static.wifi.x.eap_password=
|
||||
##(X ranges from 1 to 5)
|
||||
##Only T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G Models support these parameters.
|
||||
|
||||
static.wifi.enable = {$yealink_wifi_enable}
|
||||
static.wifi.1.label = {$yealink_wifi_1_label}
|
||||
static.wifi.1.ssid = {$yealink_wifi_1_ssid}
|
||||
static.wifi.1.priority = {$yealink_wifi_1_priority}
|
||||
static.wifi.1.security_mode = {$yealink_wifi_1_security}
|
||||
static.wifi.1.cipher_type = {$yealink_wifi_1_cipher}
|
||||
static.wifi.1.password = {$yealink_wifi_1_password}
|
||||
static.wifi.1.eap_type = {$yealink_wifi_1_type}
|
||||
static.wifi.1.eap_user_name = {$yealink_wifi_1_username}
|
||||
static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
||||
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network Advanced ##
|
||||
#######################################################################################
|
||||
|
||||
@@ -28,6 +28,34 @@ network.pppoe.user =
|
||||
network.pppoe.password =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network WiFi ##
|
||||
#######################################################################################
|
||||
##static.wifi.X.label=
|
||||
##static.wifi.X.ssid=
|
||||
##static.wifi.X.priority=
|
||||
##static.wifi.X.security_mode=
|
||||
##static.wifi.X.cipher_type=
|
||||
##static.wifi.X.password=
|
||||
##static.wifi.X.eap_type=
|
||||
##static.wifi.X.eap_user_name=
|
||||
##static.wifi.x.eap_password=
|
||||
##(X ranges from 1 to 5)
|
||||
##Only T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G Models support these parameters.
|
||||
|
||||
static.wifi.enable = {$yealink_wifi_enable}
|
||||
static.wifi.1.label = {$yealink_wifi_1_label}
|
||||
static.wifi.1.ssid = {$yealink_wifi_1_ssid}
|
||||
static.wifi.1.priority = {$yealink_wifi_1_priority}
|
||||
static.wifi.1.security_mode = {$yealink_wifi_1_security}
|
||||
static.wifi.1.cipher_type = {$yealink_wifi_1_cipher}
|
||||
static.wifi.1.password = {$yealink_wifi_1_password}
|
||||
static.wifi.1.eap_type = {$yealink_wifi_1_type}
|
||||
static.wifi.1.eap_user_name = {$yealink_wifi_1_username}
|
||||
static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
||||
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Network Advanced ##
|
||||
#######################################################################################
|
||||
|
||||
@@ -37,17 +37,17 @@ static.network.ipv6_prefix =
|
||||
##(X ranges from 1 to 5)
|
||||
##Only T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G Models support these parameters.
|
||||
|
||||
static.wifi.enable =
|
||||
static.wifi.1.label =
|
||||
static.wifi.1.ssid =
|
||||
static.wifi.1.priority =
|
||||
static.wifi.1.security_mode =
|
||||
static.wifi.1.cipher_type =
|
||||
static.wifi.1.password =
|
||||
static.wifi.1.eap_type =
|
||||
static.wifi.1.eap_user_name =
|
||||
static.wifi.1.eap_password =
|
||||
static.wifi.show_scan_prompt =
|
||||
static.wifi.enable = {$yealink_wifi_enable}
|
||||
static.wifi.1.label = {$yealink_wifi_1_label}
|
||||
static.wifi.1.ssid = {$yealink_wifi_1_ssid}
|
||||
static.wifi.1.priority = {$yealink_wifi_1_priority}
|
||||
static.wifi.1.security_mode = {$yealink_wifi_1_security}
|
||||
static.wifi.1.cipher_type = {$yealink_wifi_1_cipher}
|
||||
static.wifi.1.password = {$yealink_wifi_1_password}
|
||||
static.wifi.1.eap_type = {$yealink_wifi_1_type}
|
||||
static.wifi.1.eap_user_name = {$yealink_wifi_1_username}
|
||||
static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
||||
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -37,17 +37,17 @@ static.network.ipv6_prefix =
|
||||
##(X ranges from 1 to 5)
|
||||
##Only T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G Models support these parameters.
|
||||
|
||||
static.wifi.enable =
|
||||
static.wifi.1.label =
|
||||
static.wifi.1.ssid =
|
||||
static.wifi.1.priority =
|
||||
static.wifi.1.security_mode =
|
||||
static.wifi.1.cipher_type =
|
||||
static.wifi.1.password =
|
||||
static.wifi.1.eap_type =
|
||||
static.wifi.1.eap_user_name =
|
||||
static.wifi.1.eap_password =
|
||||
static.wifi.show_scan_prompt =
|
||||
static.wifi.enable = {$yealink_wifi_enable}
|
||||
static.wifi.1.label = {$yealink_wifi_1_label}
|
||||
static.wifi.1.ssid = {$yealink_wifi_1_ssid}
|
||||
static.wifi.1.priority = {$yealink_wifi_1_priority}
|
||||
static.wifi.1.security_mode = {$yealink_wifi_1_security}
|
||||
static.wifi.1.cipher_type = {$yealink_wifi_1_cipher}
|
||||
static.wifi.1.password = {$yealink_wifi_1_password}
|
||||
static.wifi.1.eap_type = {$yealink_wifi_1_type}
|
||||
static.wifi.1.eap_user_name = {$yealink_wifi_1_username}
|
||||
static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
||||
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -27,6 +27,32 @@ network.secondary_dns = {$dns_server_secondary}
|
||||
network.pppoe.user =
|
||||
network.pppoe.password =
|
||||
|
||||
#######################################################################################
|
||||
## Network WiFi ##
|
||||
#######################################################################################
|
||||
##static.wifi.X.label=
|
||||
##static.wifi.X.ssid=
|
||||
##static.wifi.X.priority=
|
||||
##static.wifi.X.security_mode=
|
||||
##static.wifi.X.cipher_type=
|
||||
##static.wifi.X.password=
|
||||
##static.wifi.X.eap_type=
|
||||
##static.wifi.X.eap_user_name=
|
||||
##static.wifi.x.eap_password=
|
||||
##(X ranges from 1 to 5)
|
||||
##Only T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G Models support these parameters.
|
||||
|
||||
static.wifi.enable = {$yealink_wifi_enable}
|
||||
static.wifi.1.label = {$yealink_wifi_1_label}
|
||||
static.wifi.1.ssid = {$yealink_wifi_1_ssid}
|
||||
static.wifi.1.priority = {$yealink_wifi_1_priority}
|
||||
static.wifi.1.security_mode = {$yealink_wifi_1_security}
|
||||
static.wifi.1.cipher_type = {$yealink_wifi_1_cipher}
|
||||
static.wifi.1.password = {$yealink_wifi_1_password}
|
||||
static.wifi.1.eap_type = {$yealink_wifi_1_type}
|
||||
static.wifi.1.eap_user_name = {$yealink_wifi_1_username}
|
||||
static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
||||
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||
|
||||
#######################################################################################
|
||||
## Network ##
|
||||
|
||||
@@ -37,18 +37,17 @@ static.network.ipv6_prefix =
|
||||
##(X ranges from 1 to 5)
|
||||
##Only T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G Models support these parameters.
|
||||
|
||||
static.wifi.enable =
|
||||
static.wifi.1.label =
|
||||
static.wifi.1.ssid =
|
||||
static.wifi.1.priority =
|
||||
static.wifi.1.security_mode =
|
||||
static.wifi.1.cipher_type =
|
||||
static.wifi.1.password =
|
||||
static.wifi.1.eap_type =
|
||||
static.wifi.1.eap_user_name =
|
||||
static.wifi.1.eap_password =
|
||||
static.wifi.show_scan_prompt =
|
||||
|
||||
static.wifi.enable = {$yealink_wifi_enable}
|
||||
static.wifi.1.label = {$yealink_wifi_1_label}
|
||||
static.wifi.1.ssid = {$yealink_wifi_1_ssid}
|
||||
static.wifi.1.priority = {$yealink_wifi_1_priority}
|
||||
static.wifi.1.security_mode = {$yealink_wifi_1_security}
|
||||
static.wifi.1.cipher_type = {$yealink_wifi_1_cipher}
|
||||
static.wifi.1.password = {$yealink_wifi_1_password}
|
||||
static.wifi.1.eap_type = {$yealink_wifi_1_type}
|
||||
static.wifi.1.eap_user_name = {$yealink_wifi_1_username}
|
||||
static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
||||
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||
|
||||
#######################################################################################
|
||||
## Network Internet ##
|
||||
|
||||
@@ -27,6 +27,32 @@ network.secondary_dns = {$dns_server_secondary}
|
||||
network.pppoe.user =
|
||||
network.pppoe.password =
|
||||
|
||||
#######################################################################################
|
||||
## Network WiFi ##
|
||||
#######################################################################################
|
||||
##static.wifi.X.label=
|
||||
##static.wifi.X.ssid=
|
||||
##static.wifi.X.priority=
|
||||
##static.wifi.X.security_mode=
|
||||
##static.wifi.X.cipher_type=
|
||||
##static.wifi.X.password=
|
||||
##static.wifi.X.eap_type=
|
||||
##static.wifi.X.eap_user_name=
|
||||
##static.wifi.x.eap_password=
|
||||
##(X ranges from 1 to 5)
|
||||
##Only T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G Models support these parameters.
|
||||
|
||||
static.wifi.enable = {$yealink_wifi_enable}
|
||||
static.wifi.1.label = {$yealink_wifi_1_label}
|
||||
static.wifi.1.ssid = {$yealink_wifi_1_ssid}
|
||||
static.wifi.1.priority = {$yealink_wifi_1_priority}
|
||||
static.wifi.1.security_mode = {$yealink_wifi_1_security}
|
||||
static.wifi.1.cipher_type = {$yealink_wifi_1_cipher}
|
||||
static.wifi.1.password = {$yealink_wifi_1_password}
|
||||
static.wifi.1.eap_type = {$yealink_wifi_1_type}
|
||||
static.wifi.1.eap_user_name = {$yealink_wifi_1_username}
|
||||
static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
||||
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||
|
||||
#######################################################################################
|
||||
## Network ##
|
||||
|
||||
@@ -40,17 +40,17 @@ static.network.ipv6_prefix =
|
||||
##(X ranges from 1 to 5)
|
||||
##Only T54S/T52S/T48G/T48S/T46G/T46S/T42S/T41S/T29G/T27G Models support these parameters.
|
||||
|
||||
static.wifi.enable =
|
||||
static.wifi.1.label =
|
||||
static.wifi.1.ssid =
|
||||
static.wifi.1.priority =
|
||||
static.wifi.1.security_mode =
|
||||
static.wifi.1.cipher_type =
|
||||
static.wifi.1.password =
|
||||
static.wifi.1.eap_type =
|
||||
static.wifi.1.eap_user_name =
|
||||
static.wifi.1.eap_password =
|
||||
static.wifi.show_scan_prompt =
|
||||
static.wifi.enable = {$yealink_wifi_enable}
|
||||
static.wifi.1.label = {$yealink_wifi_1_label}
|
||||
static.wifi.1.ssid = {$yealink_wifi_1_ssid}
|
||||
static.wifi.1.priority = {$yealink_wifi_1_priority}
|
||||
static.wifi.1.security_mode = {$yealink_wifi_1_security}
|
||||
static.wifi.1.cipher_type = {$yealink_wifi_1_cipher}
|
||||
static.wifi.1.password = {$yealink_wifi_1_password}
|
||||
static.wifi.1.eap_type = {$yealink_wifi_1_type}
|
||||
static.wifi.1.eap_user_name = {$yealink_wifi_1_username}
|
||||
static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
||||
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
Reference in New Issue
Block a user