Merge pull request #5064 from Len-PGH/patch-13

Update y000000000023.cfg
This commit is contained in:
FusionPBX 2020-01-15 13:52:35 -07:00 committed by GitHub
commit 8fccb1b952
1 changed files with 7 additions and 1 deletions

View File

@ -1063,12 +1063,18 @@ local_contact_image.url =
local_contact_image.tar.url =
#Configure the access URL for downloading the customized wallpaper;
wallpaper_upload.url = {$yealink_vp530_wallpaper}
{if isset($yealink_vp530_wallpaper_filename)}
phone_setting.backgrounds = Config:{$yealink_vp530_wallpaper_filename}
{else}
phone_setting.backgrounds = Config:yealink_vp530_wallpaper.png
{/if}
#Configure the phone background.
#If you set the custom image (new.png) as phone backgroup, the value is: phone_setting.backgrounds = Config:new.png
#If you set the system image (1.jpg) as phone backgroup, the value is: phone_setting.backgrounds = Resource:1.jpg
phone_setting.backgrounds = Config:yealink_vp530_wallpaper.png
#phone_setting.backgrounds = Config:yealink_vp530_wallpaper.png
#######################################################################################
## Call List ##