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.

...

Note

Note: Before configuration, you need to connect external modules (e.g. MX-OPT-IO1 for door opening). The menu becomes available only after the connection.

Setting these parameters allows using an unlock button (described in the next chapter).

...

Note

Note: Video preview is supported by Collaboration/ Vision/ WP600AXX/ Android mobile app (iOS app is not supported).

The functionality of possibility to add an unlock button can be implemented only for Collaboration/ Vision. On other devices, you need to manually press the specified DTMF to open the door.



  • 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

...