mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43: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}
|
static.wifi.show_scan_prompt = {$yealink_wifi_scan_prompt}
|
||||||
|
|
||||||
##V83 Add
|
##V83 Add
|
||||||
static.wifi.function.enable ={$yealink_ip_address_mode}
|
static.wifi.function.enable = {$yealink_wifi_function_enable}
|
||||||
|
|
||||||
##V84 SP4 ADD
|
##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.preference =
|
||||||
static.network.wifi.internet_port.type =
|
static.network.wifi.internet_port.type =
|
||||||
static.network.wifi.internet_port.ip=
|
static.network.wifi.internet_port.ip=
|
||||||
@@ -556,7 +556,8 @@ features.idle_recording.enable=
|
|||||||
## Features USB ##
|
## Features USB ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
##V83 Add
|
##V83 Add
|
||||||
static.usb.power.enable =
|
{if ($usb.power.enable) }
|
||||||
|
static.usb.power.enable = {$usb.power.enable}
|
||||||
|
|
||||||
##V84 Add
|
##V84 Add
|
||||||
static.usbdisk.function.enable=
|
static.usbdisk.function.enable=
|
||||||
|
|||||||
Reference in New Issue
Block a user