- Joined
- May 18, 2017
- Messages
- 51
- Reaction score
- 10
We have been using v15 for two years, and have had our company logo on the phones. everytime 3cx did an update, i would have to go and modify the template to force our custom background with the following code:
Our company logo is located in C:\ProgramData\3CX\Instance1\Data\Http\Interface\provisioning\provisioning id\logo
Since we upgraded to v16 last week, i have not been able to have our logo on the phones. Instead it's the 3cx black logo background. How can i get our company logo to show back up on the phones. We have the PRO edition of 3cx.
{IF ua=SIP-T29G}
phone_setting.backgrounds = Config: custom logo
{ENDIF}
{IF ua=SIP-T48S}
phone_setting.backgrounds = Config: custom logo
{ENDIF}
{IF ua=SIP-T29G}
wallpaper_upload.url = %%PROVLINKLOCAL%%/logo/our custom logo
screensaver.upload_url= %%PROVLINKLOCAL%%/logo/our custom logo
screensaver.type= 0
{ENDIF}
{IF ua=SIP-T48S}
wallpaper_upload.url = %%PROVLINKLOCAL%%/logo/our custom logo
screensaver.upload_url= %%PROVLINKLOCAL%%/logo/our custom logo
screensaver.type= 0
{ENDIF}
Our company logo is located in C:\ProgramData\3CX\Instance1\Data\Http\Interface\provisioning\provisioning id\logo
Since we upgraded to v16 last week, i have not been able to have our logo on the phones. Instead it's the 3cx black logo background. How can i get our company logo to show back up on the phones. We have the PRO edition of 3cx.