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>

...

Warning

Important: perform this procedure only if HDD looks like on the picture below!

Image Added


  1. Connect HDD to your PC using USB mSATA adapter
  2. Donwnload the disk image: https://files.wildix.com/images/wms3/WMS_3.86_30112017.img 
  3. Use disk dump utility to burn the image to the HDD of your PBX
  4. The command syntax depends on your OS:

    Code Block
    – dd if=wms.img of=<dev_msata> //pat


  5. Install the HDD back to your PBX and boot the system

...

carlton@nb-carlton:~/tmp$ wget http://wildix.com/image_pbx/03072017/WMS_3.85_03072017_atom.img
–2017-11-15 13:25:27– http://wildix.com/image_pbx/03072017/WMS_3.85_03072017_atom.img
Resolving wildix.com (wildix.com)… 23.251.143.78
Connecting to wildix.com (wildix.com)|23.251.143.78|:80… connected.
HTTP request sent, awaiting response… 200 OKLength: 1000000000 (954M) [application/octet-stream] Saving to: ‘WMS_3.85_03072017_atom.img’

...