Hi,
Can anyone please advise me on setting a screensaver on a VVX601?
Since I do not want to use USB sticks I am using a page on our website. The page is just a PHP script to select a 480*272px image from the folder at random.
I came up with the configuration below, but managed to get it wrong. What I have ended up with is my images displayed as a ‘background’ (with the Voicemail / Time header and New Call / Forward /etc. footer), and default Polycom images displayed full screen as a screensaver.
mb.main.idleTimeout="120" mb.idleDisplay.refresh="120" mb.idleDisplay.home="myurl" up.screenSaver.waitTime="30" up.screenSaver.type="2" up.screenSaver.enabled="1"
Thanks.
Hello @Westyfield2,
welcome back to the Polycom Community.
It is always useful to include the currently used UC Software version as issues experienced or a question asked may already be addressed in a newer release.
This also allows yourself and others to check against current software release notes, Administrator Guides or FAQ post’s.
The above is also stated in the "Must Read First" and is the absolute minimum requirement every new post should include. .
In addition providing us with this basic information gives Polycom an idea what Software Versions are used in the field and avoids wasting time trying to troubleshoot issues which have already been addressed.
Therefore the Polycom VoIP FAQ contains this post here:
Question: How can I find out my SIP or UC Software Version of my Phone?
Resolution: Please check here
Some of the parameters used are for selected Phone models only:
up.screenSaver.type
From the UC Software 5.8.0 Admin Guide:
I suggest you check the admin guide and maybe try to use the Idle Display Home parameter instead.
Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.
Best Regards
Steffen Baier
Polycom Global Services
If official support is required please check how to phone or open a case here
----------------Polycom VVX601 - Version 5.6.0.17325
Hi,
I have got it working using the below two configuration settings:
mb.idleDisplay.home="myurl” mb.idleDisplay.refresh="120"
This shows just my images URL without any accidental default images.
Two questions:
Thanks.