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 List of custom config parameters that allow changing various settings in config files.

Created: August 2018

Updated: July 2020

Permalink: https://confluence.wildix.com/x/0AiIAQ

Table of Contents

Users

2 PBXs in WMS Network, each with its own Active Directory for users

...

The option allows selecting a specific GSM gateway for SMS sending for each separate user (available starting from WMS v. 4.03.44914.04):

  • Access smsd-route.conf file via SSH as root: 

    Code Block
    nano-tiny /etc/wildix/smsd-route.conf


  • Specify user extension and MAC address of GSM gateway, for example:

    Code Block
    101,9c7533014b00
    102,9c7533014b00
    103,9c7533014b00
    104,9c7533014b01


...

  • Reload SIP by running the command: 

    Code Block
    callweaver -rx'sip reload'


Enable Direct RTP between Kite and Web phone (WMS 5.0)

Note

Full ICE support for Kite and WebRTC phone:

  • endpoints in the same network - media goes directly
  • endpoints in different networks and open/ moderate NAT - STUN is used to find the best pair of candidates
  • endpoints in different networks, strict NAT - media goes through TURN (on PBX)

The feature is disabled by default. To enable it, add the following line to the file /rw2/etc/kamailio/host_specific_custom.cfg

Code Block
modparam("pv", "varset", "ice_drtp=i:1")

...

Note

Integrations

Hotel PMS

WHoteld package supports some custom configuration parameters that can be changed by editing the file /etc/wildix/whoteld_manager_custom.conf.

...