mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix wifi function enabled (#7332)
This commit is contained in:
@@ -50,10 +50,10 @@ static.wifi.1.eap_password = {$yealink_wifi_1_password}
|
||||
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||
|
||||
##V83 Add
|
||||
static.wifi.function.enable ={$yealink_ip_address_mode}
|
||||
static.wifi.function.enable = {$yealink_wifi_function_enable}
|
||||
|
||||
##V84 SP4 ADD
|
||||
static.network.wifi.ip_address_mode=
|
||||
static.network.wifi.ip_address_mode = {$yealink_ip_address_mode}
|
||||
static.network.wifi.preference =
|
||||
static.network.wifi.internet_port.type =
|
||||
static.network.wifi.internet_port.ip=
|
||||
@@ -556,7 +556,8 @@ features.idle_recording.enable=
|
||||
## Features USB ##
|
||||
#######################################################################################
|
||||
##V83 Add
|
||||
static.usb.power.enable =
|
||||
{if ($usb.power.enable) }
|
||||
static.usb.power.enable = {$usb.power.enable}
|
||||
|
||||
##V84 Add
|
||||
static.usbdisk.function.enable=
|
||||
|
||||
Reference in New Issue
Block a user