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

    Yealink Device Management Platform

    IT Discussion
    centos7 yealink skype for business
    4
    28
    4.7k
    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 DustinB3403

      Trying to setup a Yealink DMP server on CentOS7, I have one device that I am working on, but the device never registers.

      What am I missing?

      Both the phone and the server are on the same network, we have the DHCP options set, option 66, with it ported to the server address:443

      @JaredBusch @scottalanmiller @Dashrender

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

        Nmap from centOS has this

         nmap -sT -O localhost
        
        Starting Nmap 6.40 ( http://nmap.org ) at 2018-05-24 15:25 EDT
        Nmap scan report for localhost (127.0.0.1)
        Host is up (0.00014s latency).
        Other addresses for localhost (not scanned): 127.0.0.1
        Not shown: 993 closed ports
        PORT     STATE SERVICE
        22/tcp   open  ssh
        25/tcp   open  smtp
        80/tcp   open  http
        443/tcp  open  https
        3001/tcp open  nessus
        3306/tcp open  mysql
        9090/tcp open  zeus-admin
        No exact OS matches for host (If you know what OS is running on it, see http://n                                                                                                                                                             map.org/submit/ ).
        TCP/IP fingerprint:
        OS:SCAN(V=6.40%E=4%D=5/24%OT=22%CT=1%CU=38792%PV=N%DS=0%DC=L%G=Y%TM=5B0711B
        OS:F%P=x86_64-redhat-linux-gnu)SEQ(SP=105%GCD=1%ISR=10C%TI=Z%CI=I%TS=A)SEQ(
        OS:TI=Z%CI=RI%TS=A)SEQ(TI=Z%TS=A)OPS(O1=MFFD7ST11NW7%O2=MFFD7ST11NW7%O3=MFF
        OS:D7NNT11NW7%O4=MFFD7ST11NW7%O5=MFFD7ST11NW7%O6=MFFD7ST11)WIN(W1=AAAA%W2=A
        OS:AAA%W3=AAAA%W4=AAAA%W5=AAAA%W6=AAAA)ECN(R=Y%DF=Y%T=40%W=AAAA%O=MFFD7NNSN
        OS:W7%CC=Y%Q=)T1(R=Y%DF=Y%T=40%S=O%A=S+%F=AS%RD=0%Q=)T2(R=N)T3(R=N)T4(R=Y%D
        OS:F=Y%T=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T4(R=N)T5(R=Y%DF=Y%T=40%W=0%S=Z%A=S+
        OS:%F=AR%O=%RD=0%Q=)T5(R=N)T6(R=Y%DF=Y%T=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T6(R
        OS:=N)T7(R=Y%DF=Y%T=40%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=)T7(R=N)U1(R=Y%DF=N%T=40
        OS:%IPL=164%UN=0%RIPL=G%RID=G%RIPCK=G%RUCK=G%RUD=G)IE(R=Y%DFI=N%T=40%CD=S)I
        OS:E(R=N)
        
        Network Distance: 0 hops
        
        OS detection performed. Please report any incorrect results at http://nmap.org/s                                                                                                                                                             ubmit/ .
        Nmap done: 1 IP address (1 host up) scanned in 18.97 seconds
        
        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          Have no used it. Out of curiosity, how much does that cost?

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

            @scottalanmiller it's free.

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @DustinB3403
              last edited by

              @dustinb3403 said in Yealink Device Management Platform:

              @scottalanmiller it's free.

              How do you get it? On their website they just say to contact sales.

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

                @scottalanmiller said in Yealink Device Management Platform:

                @dustinb3403 said in Yealink Device Management Platform:

                @scottalanmiller it's free.

                How do you get it? On their website they just say to contact sales.

                http://support.yealink.com/documentFront/forwardToDocumentFrontDisplayPage

                DIRECT LINK

                http://support.yealink.com/documentFront/forwardToDocumentDetailPage?documentId=243

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

                  My devices are never local so I have never bothered with this.

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

                    I guess I could attempt some type of magic to point to a hosted system with DHCP options.

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

                      @jaredbusch said in Yealink Device Management Platform:

                      My devices are never local so I have never bothered with this.

                      That's the big thing that never made me spend time looking into it, I wonder if it could be good enough to overcome the pain of setting it up.

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

                        So the setup is pretty straightforward, but some of the naming of files is a bit weird.

                        On the CentOS7 server, ports 22,25,443,3001,3306 and 9090 are open. Which apparently are the same ports required for the phones and this server to find each other.

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @DustinB3403
                          last edited by

                          @dustinb3403 said in Yealink Device Management Platform:

                          So the setup is pretty straightforward, but some of the naming of files is a bit weird.

                          On the CentOS7 server, ports 22,25,443,3001,3306 and 9090 are open. Which apparently are the same ports required for the phones and this server to find each other.

                          Weird. You are running it on premises, I assume?

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

                            @scottalanmiller in this case, yes, all on the same subnet as well.

                            Just trying to simplify the provisioning process a bit, update firmware etc.

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @DustinB3403
                              last edited by

                              @dustinb3403 said in Yealink Device Management Platform:

                              @scottalanmiller in this case, yes, all on the same subnet as well.

                              Just trying to simplify the provisioning process a bit, update firmware etc.

                              Yeah, I get it, just wondering what the use case experience is to tell if it is worth putting more effort into.

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

                                @scottalanmiller well setting up the server was the easy bit, it's determining why the phones and server aren't communicating that is the challenge.

                                Corrected as I realized I hadn't completed my thought. . .

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

                                  So I'm still trying to figure this out, and I'm thinking im losing it.

                                  This is in the documentation:

                                  Deploying the Devices

                                  1. Connect devices into the network.
                                  2. The devices perform mutual TLS authentication using default certificates.
                                  3. The devices obtain the provisioning server address from the DHCP option 66, 43, 160 or 161.
                                    The DHCP option value must meet following format:
                                    http://<IP address>:<28443>/dm.cfg (for example: http://10.2.62.12:28443/dm.cfg)

                                  Based on that, I would assume I can use anyone 1 of the four DHCP options listed, is there any reason I would need all four?

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

                                    The deployment guide can be found here.

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

                                      @DustinB3403 ,
                                      I know you got this all working. How is it now that oyu have used it more?

                                      From reading the Skype for Business pages of hte Yealink site, it seems that this is needed to customize the phones.

                                      https://www.yealink.com/onepage_65.html

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

                                        @JaredBusch said in Yealink Device Management Platform:

                                        @DustinB3403 ,
                                        I know you got this all working. How is it now that oyu have used it more?

                                        From reading the Skype for Business pages of hte Yealink site, it seems that this is needed to customize the phones.

                                        https://www.yealink.com/onepage_65.html

                                        So in terms of a solution, it works well enough. We had a trial for a year (the license something really cheap we were quote $122 / ~30 phones / 1 time).

                                        It's mostly a convenient way login to a phone, pull performance stats from it as well as push some configuration options too it.

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

                                          @DustinB3403 said in Yealink Device Management Platform:

                                          @JaredBusch said in Yealink Device Management Platform:

                                          @DustinB3403 ,
                                          I know you got this all working. How is it now that oyu have used it more?

                                          From reading the Skype for Business pages of hte Yealink site, it seems that this is needed to customize the phones.

                                          https://www.yealink.com/onepage_65.html

                                          So in terms of a solution, it works well enough. We had a trial for a year (the license something really cheap we were quote $122 / ~30 phones / 1 time).

                                          It's mostly a convenient way login to a phone, pull performance stats from it as well as push some configuration options too it.

                                          Ah, well if you dump the config of a Yealink phone with the Skype for Business firmware, there are almost no options in the dump and settings made manually apparently get reset with the device resyncs.

                                          So looks like it iwll have to be that thingor nothing unless I can find some settings in Office 365 for it.

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

                                            @JaredBusch said in Yealink Device Management Platform:

                                            @DustinB3403 said in Yealink Device Management Platform:

                                            @JaredBusch said in Yealink Device Management Platform:

                                            @DustinB3403 ,
                                            I know you got this all working. How is it now that oyu have used it more?

                                            From reading the Skype for Business pages of hte Yealink site, it seems that this is needed to customize the phones.

                                            https://www.yealink.com/onepage_65.html

                                            So in terms of a solution, it works well enough. We had a trial for a year (the license something really cheap we were quote $122 / ~30 phones / 1 time).

                                            It's mostly a convenient way login to a phone, pull performance stats from it as well as push some configuration options too it.

                                            Ah, well if you dump the config of a Yealink phone with the Skype for Business firmware, there are almost no options in the dump and settings made manually apparently get reset with the device resyncs.

                                            So looks like it iwll have to be that thingor nothing unless I can find some settings in Office 365 for it.

                                            Yeah, this worked well enough. I had no complaints with it. And since we're going full tilt with SfB I'll be looking to purchase a license for this.

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