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>

...

Info

The Guide explains how to connect Mobotix T25 IP Video Door Station to a Wildix PBX and configure an unlock button with a video preview before answer.

Created: October 2018

Updated: January 2020

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

...

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  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

...

  • Click Set to save the settings

Incoming Calls Settings

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

Remote

...

Control 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).

...

  • Go to Admin menu -> Audio and VoIP Telephony -> SIP Client Settings
  • Access Remote Control Settings
  • Select an external module used as a door opener, for example, IO Module in Signal Out Function A
  • Click Set
  • DTMF code "1" can be used to open the door

Jpeg Streaming Settings (required only for W-AIR Handsets) 
Anchor
mobotixjpeg
mobotixjpeg

Configure a camera image settings located on the top of the intercom home page:

  • Frame rate: 2fps 

  • Image size: PDA (160x120)   


  • Image Quality: Normal 


  • JPEG Quality: 20%(Low) 



Door open function from Wildix IP phones/ Collaboration

...

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

Example of video preview with an unlock button:

JPEG streaming on W-AIR Handsets

Note

Supported handsets: W-AIR LifeSaver, W-AIR Office and W-AIR Med.

  • Before proceeding, make sure you set the necessary jpeg settings in Jpeg Streaming Settings
  • Modify the Dialplan procedure used by the intercom by adding the Custom application -> SIPAddHeader(Call-Info: icon="http://10.100.4.134/record/current.jpg>")

where:

  • 10.100.4.134 – IP address of the intercom
  • /record/current.jpg– function which retrieves a camera image 

    Note

    Note: the Custom application works only for W-AIR Handsets and on local PBXs.


Dialplan example:


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>

...