Yealink Forums
T38G screen savers - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Configuration (/forumdisplay.php?fid=24)
+--- Thread: T38G screen savers (/showthread.php?tid=2997)



T38G screen savers - RealWorldNerd - 12-12-2014 07:22 PM

Hi,

This question has probably been dealt with loads of times, but is there anyway to global set the screen saver photos on the T38G?

I can see how you can do it by login into each phone separately via a web browser, but what if you had loads of phones.

Surely it must be the case that many companies want to change the screen saver photos to more company specific ones and if they had loads of phones this would be a nightmare doing it individually.

Andy


RE: T38G screen savers - CWR - 12-13-2014 12:55 AM

I tried this once... and it worked. But the phones kept running out of memory and not receiving calls.

This is what I used back in the day.
Code:
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p1.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p2.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p3.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p4.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p5.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p6.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p7.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p8.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p9.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p10.png

[ bin:/phone/userdata/ScreenSaver/p1.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p1.png
[ bin:/phone/userdata/ScreenSaver/p2.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p2.png
[ bin:/phone/userdata/ScreenSaver/p3.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p3.png
[ bin:/phone/userdata/ScreenSaver/p4.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p4.png
[ bin:/phone/userdata/ScreenSaver/p5.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p5.png
[ bin:/phone/userdata/ScreenSaver/p6.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p6.png
[ bin:/phone/userdata/ScreenSaver/p7.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p7.png
[ bin:/phone/userdata/ScreenSaver/p8.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p8.png
[ bin:/phone/userdata/ScreenSaver/p9.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p9.png
[ bin:/phone/userdata/ScreenSaver/p10.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/pics/p10.png

There is no easy way to remove them though... one by one or a factory reset.