It may be desirable to disable some or all of the Icons on the Idle Screen of a Poly Trio or CCX phone.
If the Poly Trio or CCX runs in Microsoft Teams mode or Zoom Rooms mode customization is not possible as our respective partners provide the UI for these.
UC Software 5.4.2 AA or later added the ability to hide the following menu options (more are listed >here< or later admin guides):
Example:
<changes> <homescreen homeScreen.settings.enable="0" /> <contacts feature.contacts.enabled="0" /> <calllist feature.callList.enabled="0" /> <bluetooth feature.bluetooth.enabled="0" /> <hidesignout feature.lync.hideSignOut="1" /> <calendar homeScreen.calendar.enable="0" /> </changes>
Or import the attached unzipped files as required via the Web Interface:
Result:
Removing of the MeetNow Key:
<test softkey.feature.MeetNow="0"/>
Removing of the Present Key:
<test softkey.feature.present="0"/>
Removing of the Redial Key:
<test homeScreen.redial.enable="0"/>
Remove Place a Call / Dial a Number:
<test homeScreen.placeACall.enable="0" />
Removing of the Camera Key (Only when a Polycom EagleEye USB is used
<test homeScreen.camera.enable="0" />
If official support is required please check how to phone or open a case here
----------------Custom Icon Support for Contacts and Lines since UC Software 5.8.0:
You can configure up to 24 custom icons to display on a Poly Trio or CCX system for registered lines or for user photos can for contacts saved in the Local Contact Directory and favourites on the home screen.
Poly recommends uploading PNG images that are 106 x 106 pixels with a size of 100 KB or smaller. The maximum image size you can upload is 200 x 200 pixels, however, the phone automatically scales the icons to 106 x 106 pixels.
<icons icons.1="ftp://icon:icons@10.252.149.100/icon1.png" reg.1.icon="1" />
The 000000000000.cfg can use the ICONS_DIRECTORY="" section to define a Sub directory
If official support is required please check how to phone or open a case here
----------------UC Software 7.1.0 added a new Parameter to be able to swipe on the home screen to have access to all the icons instead of having to go via the Hamburger menu
<?xml version="1.0" standalone="yes"?>
<!-- up.homeScreen.scrolling.enabled="0" configuration parameter that by default should maintain the previous home screen behavior (where you can't scroll to a second page of main menu items if there are more than 6 -->
<changes>
<web up.homeScreen.scrolling.enabled="1"/>
</changes>
If official support is required please check how to phone or open a case here
----------------