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 guide explains how to use paging on a Wildix system.

Created: March 2018

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

Table of Contents

RTP multicast and SIP paging

...

  • Paging over SIP calls means that the PBX sends a single SIP call to each device of user who is present in the Paging group

The paging methor is selected automatically by the system, no special configuration is required - the PBX administrator must only create a Paging group, as described in Chatper Paging - Admin Guide - English. Paging over RTP is preferred (if possible based on network configuration and available devices), if it is not available, paging is sent via SIP calls. 

Requirements and supported devices

...

Note

For Cloud / Virtual PBXs: limitation on the number of calls is based on CPU capabilities, if CPU MHz value is higher than 700, then 15 SIP calls are allowed. You can check CPU information via SSH using the command

Code Block
cat /proc/cpuinfo     


...