Provisioning Server YEALINK phones
Provisioning Server YEALINK phones
(OP)
I have not used the provisioning server for the UCX/Yealink phones. I am not familiar with TFTP servers.
Anyone have any advice for where to start?? I would like to be able to upload firmware and configure multiple phones simultaneously.
Presently - I am configuring 1 at a time. I know there is a better way.
Anyone have any advice for where to start?? I would like to be able to upload firmware and configure multiple phones simultaneously.
Presently - I am configuring 1 at a time. I know there is a better way.
RE: Provisioning Server YEALINK phones
There are multiple ways from this point to point the phones at the UCx to retrieve config files.
If DHCP server can provide Option 66, you can have the DHCP server supply the Provisioning servier IP address along with the LAN IP address.
If no option 66, plug all your Yealink Phones into the network. After they have received IP addresses, go to Batch Configuration in the UCx and Click on magnifying glass to scan the network. It will find all the Yealink phones and present you with a list including a link to each phones IP address. Click on the IP address of a phone and it will bring you to the phones GUI. From there go to Settings/AutoProvision and at the TFTP server setting enter TFTP://xxx.xxx.xxx.xxx where xxx is the IP address of the UCX. Click confirm and then click on Auto Provision.
If you have your config files in order the phone will register itself and you will see it appear in Reports/Extension Overview.
If you take the time to learn how the Common and Mac .cfg files work it will be a breeze to deploy these phones. If you can get the IT Vendor to enable Opt 66 on the DHCP server you will not have to do anything but plug the phone in. The config files will do the rest.
Note, Each Model phone has it's own Common .cfg file example: T23G uses something like y0000000044.cfg and the T29G will use something like y0000000043.
You can find out the type of Common.cfg file the phone is looking for by turning on Packet Capture, Do a Auto Provision on a Yealink phone through the Gui and then review the Packet Capture in Wireshark. It will tell the name of the file that particular model of phone is looking for.
Or, you or Weston can give me a call sometime and I will send you some information that will get you started.
RE: Provisioning Server YEALINK phones
call you if we run into questions. (thank you again!)
RE: Provisioning Server YEALINK phones
http://support.yealink.com/documentFront/forwardTo...
RE: Provisioning Server YEALINK phones
tail -f /var/log/asterisk/full
boot the phone and watch to see what files is requested
enter 'control c' to end the tail
RE: Provisioning Server YEALINK phones