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>

...

First time access credentials: admin : meinsm 

SIP Client Settings

Go to Admin menu -> Audio and VoIP Telephony -> SIP Client Settings.

...

  • Go to WMS -> Dialplan -> Dialplan rules and select the Dialplan procedure used for managing intercom calls
  • Add 2 Custom applications:
    • SIPAddHeader(Camera:http://10.100.4.134/record/current.jpg) adds a video preview
      where:
      10.100.4.134 – IP address of the intercom
      /record/current.jpg - picture URL

    • SIPAddHeader(Unlock-Button:1) adds an unlock button 
      where:
      1 - DTMF code to unlock the door

Example of video preview with an unlock button:


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

...