Added variables to configure screensaver (#6070)
I made sure that the variable I added was consistent with the same naming convention for T46S,
This commit is contained in:
parent
f09d6c191d
commit
f9e2267e99
|
|
@ -1369,8 +1369,8 @@ expansion_module.2.key.{$row.device_key_id}.xml_phonebook =
|
|||
#Enable or disable the always forward feature; 0-Disabled (default), 1-Enabled;
|
||||
forward.always.enable =
|
||||
forward.always.target =
|
||||
forward.always.on_code = {$yealink_forward_always_on_code}
|
||||
forward.always.off_code = {$yealink_forward_always_off_code}
|
||||
forward.always.on_code = {$yealink_forward_always_on_code}
|
||||
forward.always.off_code = {$yealink_forward_always_off_code}
|
||||
|
||||
#######################################################################################
|
||||
## Forward Busy ##
|
||||
|
|
@ -1674,3 +1674,9 @@ directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_usern
|
|||
#Before using this parameter, you should store the desired firmware (x.71.x.x.rom) to the provisioning server.
|
||||
firmware.url = {$yealink_firmware_url}/{$yealink_firmware_t46g}
|
||||
|
||||
#######################################################################################
|
||||
## Screensaver ##
|
||||
#######################################################################################
|
||||
screensaver.mode=
|
||||
screensaver.wait_time= {$yealink_screensaver_wait}
|
||||
screensaver.display_clock.enable=
|
||||
|
|
|
|||
Loading…
Reference in New Issue