- Joined
- Nov 20, 2014
- Messages
- 8
- Reaction score
- 0
Hello,
I'm an intern working on provisioning SPA525/G2 phones for my office. One of the requested features from my boss was that the background image would be our companies logo and I did so by changing the path to the background image and adding that file into the image folder of the phone. The problem now is that people want to be able to change the background image and having the set path does not allow them to change that. Is there any kind of loophole I can write in the template that would allow users to have the default as the company logo and be able to change the background as they wish?
Thank you!
Here is the current code for the background image
I'm an intern working on provisioning SPA525/G2 phones for my office. One of the requested features from my boss was that the background image would be our companies logo and I did so by changing the path to the background image and adding that file into the image folder of the phone. The problem now is that people want to be able to change the background image and having the set path does not allow them to change that. Is there any kind of loophole I can write in the template that would allow users to have the default as the company logo and be able to change the background as they wish?
Thank you!
Here is the current code for the background image
Code:
<!--# Logo Provisioning Update #-->
<Logo_Type group="User/Screen">Download BMP Picture</Logo_Type>
<Text_Logo group="User/Screen"/>
<Background_Picture_Type group="User/Screen">Download BMP Picture</Background_Picture_Type>
<BMP_Picture_Download_URL group="User/Screen">http://%%param::PBXPUBLICIP%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/company_logo.jpg</BMP_Picture_Download_URL>