Yealink Forums

Full Version: Yealink T54W - disable wifi from template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi team,
I've been trying to disable the wifi feature on this phone via template from 3CX console and need some guidance. I edited the template (copy from default template, edit the file and save) and selected the new custom template when provisioning phones. I tried the following values but none seemed to work - the phone always have wifi enabled.

static.wifi.enable = 0
static.wifi.enable = "0"
wifi.enable = 0
wifi.enable = "0"

static.wifi.1.enable = 0
static.wifi.1.enable = "0"
wifi.1.enable = 0
wifi.1.enable = "0"

Is there a way to disable the wifi function from 3CX console using templates?

PS. bw.feature_key_sync = 1
(01-24-2022 12:55 PM)itops@vivcourt.com Wrote: [ -> ]hi team,
I've been trying to disable the wifi feature on this phone via template from 3CX console and need some guidance. I edited the template (copy from default template, edit the file and save) and selected the new custom template when provisioning phones. I tried the following values but none seemed to work - the phone always have wifi enabled.

static.wifi.enable = 0
static.wifi.enable = "0"
wifi.enable = 0
wifi.enable = "0"

static.wifi.1.enable = 0
static.wifi.1.enable = "0"
wifi.1.enable = 0
wifi.1.enable = "0"

Is there a way to disable the wifi function from 3CX console using templates?

PS. bw.feature_key_sync = 1

Hi,

static.wifi.enable = 0 should do the job, but make sure next parameter is also enabled.
static.wifi.function.enable = 1
(01-24-2022 06:45 PM)complex1 Wrote: [ -> ]
(01-24-2022 12:55 PM)itops@vivcourt.com Wrote: [ -> ]hi team,
I've been trying to disable the wifi feature on this phone via template from 3CX console and need some guidance. I edited the template (copy from default template, edit the file and save) and selected the new custom template when provisioning phones. I tried the following values but none seemed to work - the phone always have wifi enabled.

static.wifi.enable = 0
static.wifi.enable = "0"
wifi.enable = 0
wifi.enable = "0"

static.wifi.1.enable = 0
static.wifi.1.enable = "0"
wifi.1.enable = 0
wifi.1.enable = "0"

Is there a way to disable the wifi function from 3CX console using templates?

PS. bw.feature_key_sync = 1

Hi,

static.wifi.enable = 0 should do the job, but make sure next parameter is also enabled.
static.wifi.function.enable = 1

thanks complex1, issue sorted. "static.wifi.function.enable = 0" instead of "1" was used.
Reference URL's