ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Yealink Phone Configuration

    IT Discussion
    yealink voip
    2
    29
    2.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by scottalanmiller

      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?

      @JaredBusch

      1 Reply Last reply Reply Quote 2
      • DustinB3403D
        DustinB3403
        last edited by

        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?

        1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch
          last edited by JaredBusch

          I have a T46G on my desk that I can play with.

          Can you put your images someplace I can grab them?

          DustinB3403D 1 Reply Last reply Reply Quote 0
          • DustinB3403D
            DustinB3403 @JaredBusch
            last edited by

            @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.

            1 Reply Last reply Reply Quote 0
            • DustinB3403D
              DustinB3403
              last edited by DustinB3403

              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
              

              0_1535729956751_chrome_2018-08-31_11-39-08.png

              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.

              JaredBuschJ 1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @DustinB3403
                last edited by

                @dustinb3403 I've got the files. but I'm on a call. i'll poke at my phone shortly.

                1 Reply Last reply Reply Quote 1
                • DustinB3403D
                  DustinB3403
                  last edited by

                  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
                  
                  1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch
                    last edited by JaredBusch

                    @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
                    

                    0_1535733806957_8542f530-dbe0-490d-b9f0-c20442cdb032-image.png

                    DustinB3403D 1 Reply Last reply Reply Quote 0
                    • DustinB3403D
                      DustinB3403 @JaredBusch
                      last edited by

                      @jaredbusch hrm.

                      JaredBuschJ 1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch
                        last edited by JaredBusch

                        @scottalanmiller bug in the image parsing.. It should not parse code blocks...

                        1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch @DustinB3403
                          last edited by

                          @dustinb3403 said in Yealink Phone Configuration:

                          @jaredbusch hrm.

                          Where did you put the config? I used the MAC file, not the common file.

                          DustinB3403D 1 Reply Last reply Reply Quote 0
                          • DustinB3403D
                            DustinB3403 @JaredBusch
                            last edited by

                            @jaredbusch the common file.

                            1 Reply Last reply Reply Quote 0
                            • DustinB3403D
                              DustinB3403
                              last edited by

                              Why would the common not work for that. . . grr.

                              JaredBuschJ 1 Reply Last reply Reply Quote 0
                              • JaredBuschJ
                                JaredBusch @DustinB3403
                                last edited by

                                @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.

                                JaredBuschJ 1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch @JaredBusch
                                  last edited by

                                  @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.

                                  1 Reply Last reply Reply Quote 0
                                  • JaredBuschJ
                                    JaredBusch
                                    last edited by JaredBusch

                                    Totally ignored all of the settings.

                                    scratch that... saved on wrong terminal window.. rebooting again.

                                    1 Reply Last reply Reply Quote 0
                                    • JaredBuschJ
                                      JaredBusch
                                      last edited by

                                      Worked just fine

                                      DustinB3403D 1 Reply Last reply Reply Quote 0
                                      • DustinB3403D
                                        DustinB3403 @JaredBusch
                                        last edited by

                                        @jaredbusch said in Yealink Phone Configuration:

                                        Worked just fine

                                        Where are you setting this, for the model config?

                                        JaredBuschJ 1 Reply Last reply Reply Quote 0
                                        • JaredBuschJ
                                          JaredBusch @DustinB3403
                                          last edited by JaredBusch

                                          @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 config y000000000028.cfg (28 because it is a T46G).

                                          1 Reply Last reply Reply Quote 0
                                          • DustinB3403D
                                            DustinB3403
                                            last edited by

                                            So I have the config templates from here

                                            I guess it's not possible to upload a common template into their DMP software. . . ?

                                            JaredBuschJ 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post