mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-26 18:25:42 +00:00
Updated the wallpapers variable to be for the T46U (#5959)
The variable for setting the wallpaper was set to T43U even though this is a T46U. This update is to fix that.
This commit is contained in:
committed by
GitHub
parent
5373e97b40
commit
abdd532427
@@ -1577,11 +1577,11 @@ features.power_saving.intelligent_mode=
|
||||
##Single File Size: <=5MB
|
||||
##2MB of space should bereserved for the phone
|
||||
|
||||
wallpaper_upload.url = {$yealink_t43u_wallpaper}
|
||||
{if isset($yealink_t43u_wallpaper_filename)}
|
||||
phone_setting.backgrounds = Config:{$yealink_t43u_wallpaper_filename}
|
||||
wallpaper_upload.url = {$yealink_t46u_wallpaper}
|
||||
{if isset($yealink_t46u_wallpaper_filename)}
|
||||
phone_setting.backgrounds = Config:{$yealink_t46u_wallpaper_filename}
|
||||
{else}
|
||||
phone_setting.backgrounds = Config:yealink_t43u_wallpaper.png
|
||||
phone_setting.backgrounds = Config:yealink_t46u_wallpaper.png
|
||||
{/if}
|
||||
|
||||
## phone_setting.backgrounds_with_dsskey_unfold(Only support T48U/T48G/S)
|
||||
|
||||
Reference in New Issue
Block a user