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 to change various settings in config files.

Created: August 2018

Updated: October 2019February 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

...

  1. Make import of users via Active Directory on Server PBX
  2. Access Client PBX and move users from Server PBX to Client PBX
  3. Enable Active Directory sync on Client PBX: connect as root via SSH to Client PBX and create the file /rw2/etc/ad_connect.conf
  4. Copy the contents of the file ad_connect.conf from Server PBX to Client PBX

Result: Single Sign-On for Active Directory works for users on Client PBX.

Note

Limitation: the option "Remove existing users which are not received from the backend" does not work in this configuration; do not enable it.

...

  • Add the parameter g729_transcoding=yes

Disable HD codecs on

...

PBX 

Note

Notes:

  • Currently supported devices: Collaboration, Android v. 4.01.12, iOS v. 7.1.35284 apps, WelcomeConsole v. 68.145.2.1, WP480 r3 v. 63.145.8.111, WP490 r3 v. 67.145.8.75 
  • The feature works for PBXs in WMS Network

...

The feature is enabled by default starting from WMS version 4.01.4428944329.3236. To disable it:

  • Edit the file /etc/callweaver/sip-general-custom.conf by adding the following lines: 

...


The feature is enabled by default starting from WMS version 4 4.01.4423144251.3031. To disable it:

  • Edit the file /etc/callweaver/sip-general-custom.conf by adding the following lines: 

...

Code Block
callweaver -rx "sip reload" 

Enable Direct SDES-SRTP (Beta version, 4.03)

Note

Supported devices:

  • BPI/ PRI Media gateways
  • WP480G r3/ WP490G r3/ WelcomeConsole

The feature is disabled by default. To enable it:

  • Edit the file etc/kamailio/cfg.d/host_specific_custom.cfg by adding the following lines: 

Code Block
modparam("pv", "varset", "device_caps_sdes_srtp=s:(Wildix WP4[8|9]0GR[3|4])|(Wildix .*BRI)|(Wildix Wildix W0[1-2]PRI)")
modparam("pv", "varset", "sdes_srtp=i:1")

  • (only for BRI/ PRI mgw) Add a custom provisioning parameter SRTPForceUse=yes to [wildixgw] section of the file /rw2/etc/provision.conf

  • Send the new configuration to devices via Configure / Sync device option in WMS -> Devices

Trunks

Enable Q-value (serial forking) for trunk registration

...

The option allows overriding of Global Call groups settings (see the chapter below) and saving custom parameters after each system upgrade.

...

With persistentmembers enabled, all dynamically added Call group members (via Feature code "Call group management" 97, WebAPI "Call group login" and Contact center feature in Collaboration) are stored in their Call groups and therefore saved after the system restart. 

  • autofill = no 

With autofill disabled, a Call group attempts to deliver calls to members in a serial manner. This means only one call is attempted to be distributed to members at a time. Additional callers are not distributed to members until that caller is connected to a member. With autofill enabled, callers are distributed to available agents simultaneously. The parameter allows you to more efficiently distribute calls between Call group members, especially if there are several callers in a queue and several members can accept a call. 

Note

General information regarding Call groups: WMS Start Guide

How to set up call distribution in Call groups: Call distribution in Call groups Admin Guide

Integrations

Hotel PMS

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

...