Yealink Forums
Provision multiple wallpapers - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: Provision multiple wallpapers (/showthread.php?tid=40852)



Provision multiple wallpapers - Xobee Networks_Support - 05-16-2017 11:06 PM

Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.


RE: Provision multiple wallpapers - anonymous1712222627012 - 05-17-2017 03:39 AM

(05-16-2017 11:06 PM)Xobee Networks Wrote:  Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.

Dear customer,
This is Paul from Yealink Technical Support Team, nice to meet you.
Yes, it’s possible to provision a T48G/S with two or more custom wallpapers.
1. You need to upload the custom wallpaper one by one. Then the custom wallpaper you upload will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
For example, you first Autop:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image.png,
after that, the image.png will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
Then you Autop the other custom wallpaper:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image2,
Attached pictures for your reference.

2. Now, you can select a custom wallpaper according to your favorite.
For example:
#!version:1.0.0.1
phone_setting.backgrounds = image.jpg
phone_setting.backgrounds_with_dsskey_unfold = image2.jpg

Any problem, please feel free to contact us.

BR
Paul


RE: Provision multiple wallpapers - anonymous1712222627012 - 05-17-2017 05:38 AM

(05-16-2017 11:06 PM)Xobee Networks Wrote:  Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.


Dear customer,
This is Paul from Yealink Technical Support Team, nice to meet you.
Yes, it’s possible to provision a T48G/S with two or more custom wallpapers.
1. You need to upload the custom wallpaper one by one. Then the custom wallpaper you upload will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
For example, you first provision:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image.png,

after that, the image.png will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.

Then you provision the other custom wallpaper:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image2,

Attached are the pictures for your reference.
2. Now, you can select a custom wallpaper according to your favorite.
For example:
#!version:1.0.0.1
phone_setting.backgrounds = image.jpg
phone_setting.backgrounds_with_dsskey_unfold = image2.jpg

Any problem, please feel free to contact us.

BR
Paul


RE: Provision multiple wallpapers - Xobee Networks_Support - 05-17-2017 07:46 PM

(05-17-2017 05:38 AM)Paul Wrote:  
(05-16-2017 11:06 PM)Xobee Networks Wrote:  Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.


Dear customer,
This is Paul from Yealink Technical Support Team, nice to meet you.
Yes, it’s possible to provision a T48G/S with two or more custom wallpapers.
1. You need to upload the custom wallpaper one by one. Then the custom wallpaper you upload will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
For example, you first provision:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image.png,

after that, the image.png will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.

Then you provision the other custom wallpaper:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image2,

Attached are the pictures for your reference.
2. Now, you can select a custom wallpaper according to your favorite.
For example:
#!version:1.0.0.1
phone_setting.backgrounds = image.jpg
phone_setting.backgrounds_with_dsskey_unfold = image2.jpg

Any problem, please feel free to contact us.

BR
Paul

Thank you, that worked!


RE: Provision multiple wallpapers - Xobee Networks_Support - 05-17-2017 07:47 PM

(05-17-2017 05:38 AM)Paul Wrote:  
(05-16-2017 11:06 PM)Xobee Networks Wrote:  Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.


Dear customer,
This is Paul from Yealink Technical Support Team, nice to meet you.
Yes, it’s possible to provision a T48G/S with two or more custom wallpapers.
1. You need to upload the custom wallpaper one by one. Then the custom wallpaper you upload will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
For example, you first provision:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image.png,

after that, the image.png will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.

Then you provision the other custom wallpaper:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image2,

Attached are the pictures for your reference.
2. Now, you can select a custom wallpaper according to your favorite.
For example:
#!version:1.0.0.1
phone_setting.backgrounds = image.jpg
phone_setting.backgrounds_with_dsskey_unfold = image2.jpg

Any problem, please feel free to contact us.

BR
Paul

Thank you, that worked!