Polycom auto provisioning with custom wallpaper

Status
Not open for further replies.

hamagid

Member
Dec 14, 2020
73
6
8
33
Is there a possibility to add a custom wallpaper/logo to the polycom VVX500 with the auto provisioning?

I have looked at the template but I don't see anything there.
 

ad5ou

Active Member
Jun 12, 2018
884
196
43
The default templates don't have every programmable option but it can be added. Check the firmware documentation for applicable settings.
I haven't set anything specific for vvx500 but have custom backgrounds on the x50 series (250,350,450) phones.
Code:
<bg bg.logo="{$polycom_bg_logo}">
    <bg.background bg.background.enabled="1" bg.background.enabled.VVX101="0" bg.background.enabled.VVX150="0" bg.background.enabled.VVX201="0">
    </bg.background>
     <bg.color bg.color.selection="2,1"
    bg.color.selection.VVX250="2,2"
    bg.color.selection.VVX350="2,2"
    bg.color.selection.VVX101=""
    bg.color.selection.VVX150=""
    bg.color.selection.VVX201="">
      <bg.color.bm bg.color.bm.1.em.name=""
    bg.color.bm.1.name="{$polycom_background_1}"
    bg.color.bm.2.em.name=""
    bg.color.bm.2.name="{$polycom_background_2}">
      </bg.color.bm>
    </bg.color>
    </bg

I also added new default settings in fusion for the new variables.
1656355980112.png
 
  • Like
Reactions: hamagid
Status
Not open for further replies.