Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

*The guide uses Pumpkin tftp server.


Step 1. Firmware download

  1. Download the Firmware file for your Wildix phone, save it locally (for example, to your PC) 
  2. Rename the file to recovery.rom
Warning

Make sure you download the correct firmware for your phone model. The first two digits in the firmware name refer to the phone model (e.g. '67'.145.7.104 – firmware version starting from "67" can be only used for WP490GR3). If you have doubts, check the current firmware version used by the phone.

Also make sure you download the correct version of the firmware file. Branch of the recovery firmware (e.g. 67.145.'7'.104) must match with the branch version of the firmware that was previously installed on the phone.

Latest WMS 3.88 & WMS 4.0:

  • WP480GR3 - 63.145.10.2.rom - LINK
  • WP490GR3 - 67.145.8.81.rom - LINK
  • WelcomeConsole - 68.145.2.11.rom or 68.145.1.89.rom - LINK (download the correct branch 1 or 2, depending on the firmware version that was previously installed on the phone)
  • WP410R2 - 50.145.6.162.rom - LINK


  • WP480(G)R2 - 55.145.6.111.rom - LINK
  • WP490(G)R2 - 59.145.6.148.rom - LINK


Earlier WMS 3.88:

  • WP480GR3 - 63.145.7.237.rom or 63.145.8.109.rom - LINK (download the correct branch 7 or 8, depending on the firmware version that was previously installed on the phone)
  • WP490GR3 - 67.145.7.104.rom - LINK
Note

You can also download the Firmware files directly from the PBX. For more details, read chapter.

...

  1. Turn the phone's power supply off
  2. Press and hold the Transfer Key then power the device up.


    Note

    On some older phone models Transfer key is missing; use F1 key.


  3. Select Edit navigate to Tftp, enter the IP address of the local machine where you hosting the tftp server.

  4. Select Save and then Recover (On older phone models, select Burn).

Appendix: How to download Firmware files from the PBX

You can also download the firmware files directly from your PBX:

...

  1. Temporarily enable SSH for this PBX in WMP: 
    1. Go to WMP -> PBX per user
    2. Select your company and your customer
    3. Click Options button (Three dots) and select Edit
    4. Click Advanced features
    5. Select Enable SSH option
  2. Access the PBX via tftp client using credentials:
    • Host: stfp://xxxxx.wildixin.com

    • Username: admin

    • Password: “admin password to PBX”

    • Port: 2222


  3. Navigate to the firmware files, example of the path: firmwares > wildix2 > 63.145.10.7.rom (or the latest firmware version available)


    Warning

    Make sure you download the correct firmware for your phone model. The first two digits in the firmware name refer to the phone model (e.g. '67'.145.7.104 – firmware version starting from "67" can be only used for WP490GR3). If you have doubts, check the current firmware version used by the phone.


  4. Download and rename the file to recovery.rom, save this to a location that can be referenced.

  5. Proceed as described in 

Appendix: How to use TFTP on the PBX to upload the firmware

Note

This procedure cannot be applied for Cloud PBX. Please use an external tftp server as described in chapter

...

  1. Download the latest FW for your phone model

    Note

    Note: FW can be downloaded from the PBX, path to the Firmware files:
    WP490G 2017 – /firmwares/wildix2/67.145.7.xx.rom
    WP480G 2017 – /firmwares/wildix2/63.145.7.xx.rom
    WP490/490G 2015-2016 – /firmwares/wildix2/59.145.6.xx.rom
    WP480/480G 2015-2016 – /firmwares/wildix2/55.145.6.xx.rom
    WP410 – /firmwares/wildix2/50.145.6.xx.rom


    Warning

    Make sure you download the correct firmware for your phone model. The first two digits in the firmware name refer to the phone model (e.g. '67'.145.7.104 – firmware version starting from "67" can be only used for WP490GR3). If you have doubts, check the current firmware version used by the phone.


  2. Starting from 2017 tftp server is turned off by default on the PBX, so it’s necessary to run the command: 


    Code Block
    /etc/init.d/atftpd restart


  3. Rename the file to recovery.rom and upload it to the PBX, folder /srv/tftp/
  4. Turn the phone's power supply off
  5. Press and hold the Transfer Key then power the device up 

    Note

    On some older phone models Transfer key is missing; use F1 key.



  6. Select Edit navigate to Tftp, enter the IP address of the local machine where you hosting the tftp server.

  7. Select Save and then Recover (On older phone models, select Burn).

...