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>

...

  • Go to WMS -> Users
  • Click + to add a new user
  • Fill in the following fields:
    • Full name: name of the Intercom user
    • Extension: extension number used by the intercom
    • Dialplan: select the Dialplan procedure used by the intercom

Mobotix Configuration

Access the web interface

To be able to connect to the web interface, you need to know the IP address released to the intercom by the DHCP server used in your network (router or PBX).

First time access credentials: admin : meinsm 

SIP Client Settings

Access Admin Menu

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 

...