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

This document explains how to set up the integration of 2N intercom Helios IP with Wildix IP PBX.

Updated: May November 2021

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

Table of Contents

Step 1: WMS Configuration

...

  • 409:admin – User name and password for access to the intercom, set up in Services > HTTP API > Account 1
  • 10.100.4.133 – IP address of the intercom. In

    Note

    Note in case of a Cloud PBX

    , if

    : If it is on the same local network as the intercom, use the intercom's private IP address, otherwise replace it with the intercom’s public IP address.

    Also, redirecting the port 80 towards the intercom will be needed if public IP address is used.


  • /api/camera/snapshot – function which allows downloading images from an internal or external IP camera connected to the intercom
  • width=1280&height=960 – video resolution

...

  • 10.100.4.133 – IP address of the intercom. In

    Note

    Note in case of a Cloud PBX

    , if

    : If it is on the same local network as the intercom, use the intercom's private IP address, otherwise replace it with the intercom’s public IP address.

    Also, redirecting the port 80 towards the intercom will be needed if public IP address is used.


  • /api/camera/snapshot – function which allows downloading images from an internal or external IP camera connected to the intercom
  • width=160&height=120 – video resolution
  • source=internal – parameter defining that the video source is from internal camera

...