Skip to end of banner
Go to start of banner

Integration of Mobotix T25 IP Video Door Station with Wildix IP PBX

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

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

WMS Configuration 

Create a Dialplan procedure 

To be able to manage calls from the intercom, you need to create a separate Dialplan procedure:

  • Go to WMS -> Dialplan -> Dialplan rules
  • Click to add a new procedure
  • Specify the called number ("333" in the example) and a number/ numbers (e.g. Call group) of users who can receive calls from the intercom

Note: You can also add a Called number used for managing calls from the Intercom to the existing procedure used for incoming calls ("users" for example).

Add an Intercom user

  • 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

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

Fill in the following fields in SIP Accounts:

  • SIP Address: enter the extension number of the Intercom user and IP address/ domain name of PBX
  • Authentication: enter the extension number and SIP Password 

    How to generate the SIP Password:

    • Go to WMS -> Users and select the intercom extension (106 in our example)
    • Click Set passwords
    • Click on Generate near SIP/VoIP, copy this password from WMS
    • Click Ok to confirm
  • Server: enter IP address/ domain name of your PBX
  • Available as proxy and Use as Registrar should be checked off
  • Click Set to save the settings

Outgoing Calls Settings

Go to Admin menu -> Audio and VoIP Telephony -> Outgoing Calls Settings.

Add a new profile:

  • 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

Remote control Settings

Note: Before configuration, you need to connect external modules. 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

Door open function from Wildix IP phones/ Collaboration

Video preview before answer and an unlock button

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

The functionality of an unlock button can be implemented only for Collaboration/ Vision.



  • 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


  • No labels