Yealink Phone Configuration
-
So what I'm trying to do is upload multiple screensavers to a set of phones at once. Which according to the documentation is possible.
This is a sample config file I adjusted, which should work, but the phone never seems to download more than the first screensaver image.
screensaver.wait_time= 120 screensaver.type= 1 screensaver.picture_change_interval = 60 screensaver.clock_move_interval = 30 screensaver.display_clock.enable = 1 screensaver.upload_url = http://192.168.2.174/backgrounds/YEALINK_BG_Wordmark.jpg screensaver.upload_url = http://192.168.2.174/backgrounds/YEALINK_BG_Wordmark-BLeft.jpg screensaver.upload_url = http://192.168.2.174/backgrounds/YEALINK_BG_Wordmark-Tleft.jpg screensaver.upload_url = http://192.168.2.174/backgrounds/YEALINK_BG_Wordmark-TRight.jpg screensaver.delete = 0
Is anyone able to assist?
-
In the documentation the example URL shows both multiple entries (like above) and
screensaver.upload_url = http://192.168.2.174/backgrounds/all
Should I drop the
all
portion and have it simply point to the path? -
I have a T46G on my desk that I can play with.
Can you put your images someplace I can grab them?
-
@jaredbusch said in Yealink Phone Configuration:
I have a T46G on my desk that I can play with.
Can you put your images someplace I can grab them?
I can email them to you if you'd like.
-
So I've got it so it took 2 of the 4 images I want to use as my backgrounds.
screensaver.clock_move_interval=60 local_time.ntp_server1=192.168.2.74 local_time.ntp_server2=192.168.11.42 features.intercom.enable=0 features.intercom.allow=0 sfb.phone_lock.time_out=1 screensaver.wait_time=120 local_time.dhcp_time=1 screensaver.display_clock.enable=1 local_time.time_zone=-5 screensaver.picture_change_interval=15 features.intercom.tone=0 screensaver.delete=0 screensaver.upload_url=http://192.168.2.174/backgrounds/all local_time.time_format=0 sfb.phone_lock_with_pc.enable=1 screensaver.type=1 local_time.time_zone_name=United States
Why it won't grab the other two though. . . when I know for a fact I can manually upload all 4 to the phone and have it work without issue.
-
@dustinb3403 I've got the files. but I'm on a call. i'll poke at my phone shortly.
-
This is what the documentation says.
It configures the access URL of the custom screen saver image. Example: screensaver.upload_url = http://192.168.10.25/Screencapture.jpg During the auto provisioning process, the IP phone connects to the HTTP provisioning server “192.168.10.25”, and downloads the screen saver image “Screencapture.jpg”. If you want to upload multiple screen saver images to the phone simultaneously, you can configure as following: screensaver.upload_url = http://192.168.10.25/Screencapture.jpg screensaver.upload_url = http://192.168.10.25/Screensaver.jpg
-
@dustinb3403 said in Yealink Phone Configuration:
it worked on the first try for me.
screensaver.upload_url = http://pbx.domain.com:84/YEALINK_BG_Wordmark.jpg screensaver.upload_url = http://pbx.domain.com:84/YEALINK_BG_Wordmark-Tleft.jpg screensaver.upload_url = http://pbx.domain.com:84/YEALINK_BG_Wordmark-TRight.jpg screensaver.upload_url = http://pbx.domain.com:84/YEALINK_BG_Wordmark-BLeft.jpg screensaver.picture_change_interval=15 screensaver.wait_time=5 screensaver.display_clock.enable=1 screensaver.type=1
-
@jaredbusch hrm.
-
@scottalanmiller bug in the image parsing.. It should not parse code blocks...
-
@dustinb3403 said in Yealink Phone Configuration:
@jaredbusch hrm.
Where did you put the config? I used the MAC file, not the common file.
-
@jaredbusch the common file.
-
Why would the common not work for that. . . grr.
-
@dustinb3403 said in Yealink Phone Configuration:
Why would the common not work for that. . . grr.
It might. I simply didn't test there, and was looking for differences.
-
@jaredbusch said in Yealink Phone Configuration:
@dustinb3403 said in Yealink Phone Configuration:
Why would the common not work for that. . . grr.
It might. I simply didn't test there, and was looking for differences.
Moved it to the
y000000000028.cfg
and just defaulted my phone. -
Totally ignored all of the settings.scratch that... saved on wrong terminal window.. rebooting again.
-
Worked just fine
-
@jaredbusch said in Yealink Phone Configuration:
Worked just fine
Where are you setting this, for the model config?
-
@dustinb3403 said in Yealink Phone Configuration:
@jaredbusch said in Yealink Phone Configuration:
Worked just fine
Where are you setting this, for the model config?
I have used both the MAC.cfg (
001565abcdef.cfg
) and the common configy000000000028.cfg
(28 because it is a T46G). -
So I have the config templates from here
I guess it's not possible to upload a common template into their DMP software. . . ?