chrispopp Posted September 26, 2017 Report Posted September 26, 2017 Testing with a Yealink phone T46. I uploaded a logo on the web interface but it doesn't provision as the wallpaper on the screen. Any idea? Quote
Support Posted September 26, 2017 Report Posted September 26, 2017 Hi, After you upload the 480 X 272 pixel image and "confirm" it, go to your phones actual, physical interface and then navigate to Menu > Basic Settings > Wallpaper and then select the image that you want to upload and save it. That should do it. Quote
chrispopp Posted September 26, 2017 Author Report Posted September 26, 2017 I was able to upload it to a webserver, and then change the path in the customized cfg file. Seems to work alright. Doesn't work over https, only over regular http. Quote
Support Posted September 26, 2017 Report Posted September 26, 2017 Hi, Do you mean the web interface of the phone doesn't work over https for you? Quote
chrispopp Posted September 26, 2017 Author Report Posted September 26, 2017 No, I meant the https... Anyways, I modified the yealink PNP file: From: wallpaper_upload.url = {http-url rest}/domain/{domain}/image/logo/480x272.jpg phone_setting.backgrounds = Config:480x272.jpg To:wallpaper_upload.url = http://www.myserver.com/images/yealinkbg.jpg phone_setting.backgrounds = Config:yealinkbg.jpg Quote
Vodia PBX Posted September 27, 2017 Report Posted September 27, 2017 Why did that work work?! It should work... There are also ring tones that should be downloaded into the phone over HTTPS. IMHO not big secrets, but generally it is a good idea to encrypt everything. Quote
koolandrew Posted November 8, 2018 Report Posted November 8, 2018 Could someone help clarify how to provide different logos for different screen sizes as well as monochrome and colour for the different types of Yealink phones. Also it says in the Yealink doc that it has to be a .dob file, but it doesnt refer to it in the Vodia examples. Thanks Quote
Support Posted November 8, 2018 Report Posted November 8, 2018 Hi, For the web interface please use a SVG image. This will make sure that your logo will appear clear on all devices. For the provisioning of VoIP phones, please upload an image with a high resolution. The system will resize it according to the needs to the device. Just be sure that you're on the latest 61.1 and the rest will be taken care of by the PBX. Quote
koolandrew Posted November 9, 2018 Report Posted November 9, 2018 Thanks for quick reply and suggestion about upgrading, which needs to be done. Although i need to test caller id as i received other posts where people have concerns about this since the upgrade. In the mean time, this is what i did to change the file: #Configure the logo mode of the LCD screen; 0-Disabled (default), 1-System logo, 2-Custom logo; phone_setting.lcd_logo.mode = 2 #Configure wallpaper #http://192.168.1.100/wallpaper.jpg #wallpaper_upload.url = http://192.168.203.183/rest/domain/localhost/image/logo/480x272 wallpaper_upload.url = http://pbx-public-ip/Logos/t22p_logo.dob #wallpaper_upload.url = {https-url rest}/domain/{domain}/image/logo/480x272.jpg phone_setting.backgrounds = Config:480x272.jpg My questions remain, we have three phone models, old T22P and T28P, and a new T29G, which is colour. How do i set it up to load 3 different sizes and one with colour. Do i still need a .dob file, as per the Yealink website How do i set this up for some phones in the domain, as some phones will be loaded with these changes and some wont, according to their location preferences. I hope these questions arent rudimentary but we have always used our own system for provisioning but would like to start using Vodia. Thanks Quote
Support Posted November 9, 2018 Report Posted November 9, 2018 Hi, Not sure about the 22 and 28P model but we do have the entry for 29G model and it should be in this format: #Configure wallpaper {if_model T29G T46G T38G T32G} wallpaper_upload.url = {http-url}/logo-480x272.jpg phone_setting.backgrounds = Config:logo-480x272.jpg {fi_model} So please keep it in this format and remove .dob file settings from there and it should work as it currently works on our T58 model sitting on our desk. Quote
koolandrew Posted November 9, 2018 Report Posted November 9, 2018 Thanks for the reply so quick. 1. Is the http url the domain or public ip address? 2. Is there a way of changing this and other settings to only specific phone ( or extensions) according to requirements of the locations in the domain. Thx Quote
Support Posted November 9, 2018 Report Posted November 9, 2018 Hi, 1. It can be either, as long as it's resolvable and enabled for your phone to reach. 2. Look for "Customize" section on Extension, Domain and Admin level. We have shared a screenshot from the extension level. Quote
koolandrew Posted November 9, 2018 Report Posted November 9, 2018 Ok, i think im starting to get it. I thought maybe there was a way of selecting a group of phones, that would have different provisioning parameters. Thanks again for your input!! Quote
Support Posted November 9, 2018 Report Posted November 9, 2018 If you want to do it for a group of phones, then you will have to do it separately on the extension level of each phone. "Group" as such isn't defined on the PBX. Quote
Vodia PBX Posted November 9, 2018 Report Posted November 9, 2018 The idea about the logo is that this a a company logo - usually easily presentable as a vector with colors. The problem is that most VoIP phones today take a very technical view on it and provide a mechanism to upload a wall paper which on some phones stays there even if there is a call going on. This is not the same thing. We are now provisioning well over 100 different models that have color displays. It is not very easy to keep up with new displays and user interfaces - it would be great if new VoIP phone firmware would be able to pull a PNG or SVG image and handle the logo display locally and properly. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.