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>

...

Html
<div class="fb-like" data-href="https://confluence.wildix.com/x/cQeIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>


Info

Permalink: https://confluence.wildix.com/x/fQaIAQcQeIAQ

Problem

The file system is broken on the PBX or the PBX doesn't switch on.

...

  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

...