mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Provisioning - Yealink [T54W]: Better remote and/or local wallpaper/background compatibility.
This commit is contained in:
@@ -1606,7 +1606,7 @@ features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Backgrounds Settings ##
|
||||
## Backgrounds Settings ##
|
||||
#######################################################################################
|
||||
##File Formate:
|
||||
##SIP-T54S/T52S/T48S/T48G/T46G/T46S/T29G: .jpg/.png/.bmp/.jpeg;
|
||||
@@ -1616,11 +1616,19 @@ features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
##Single File Size: <=5MB
|
||||
##2MB of space should bereserved for the phone
|
||||
|
||||
##remote wallpaper
|
||||
{if isset($yealink_t54w_wallpaper)}
|
||||
wallpaper_upload.url = {$yealink_t54w_wallpaper}
|
||||
{if isset($yealink_t54w_wallpaper_filename)}
|
||||
phone_setting.backgrounds = Config:{$yealink_t54w_wallpaper_filename}
|
||||
{/if}
|
||||
##local wallpaper
|
||||
{else}
|
||||
phone_setting.backgrounds = Config:yealink_t54w_wallpaper.png
|
||||
{if isset($yealink_t54w_wallpaper_filename)}
|
||||
phone_setting.backgrounds = Resource:{$yealink_t54w_wallpaper_filename}
|
||||
{else}
|
||||
phone_setting.backgrounds = Resource:yealink_t54w_wallpaper.png
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
## phone_setting.backgrounds_with_dsskey_unfold(Only support T48G/S)
|
||||
|
||||
Reference in New Issue
Block a user