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
    • License type: select Basic

Mobotix Configuration

Access the web interface

...

First time access credentials: admin : meinsm 

SIP Client Settings

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

...

  • Phone number or SIP Address: specify the number of user/ users who can receive calls from the Intercom
  • Dial Attempts and Dial Timeout: specify the number of dial attempts and timeout
  • SIP Proxy: select your PBX
  • Connection type: select SIP Video
  • After the message has been sent: select Intercom

Incoming call Settings

  • Go to Admin menu -> Audio and VoIP Telephony -> Incoming Calls Settings
  • Make sure that VoIP is activated in Phone Call-In

...

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/ SuperVision/ WP600AXX/ Android mobile app (iOS app is not supported).

The possibility to add an unlock button can be implemented only for Collaboration/ Vision/ SuperVision. 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

...