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: January 2022

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

Table of Contents


To make any changes to config files, access them via SSH as root:

...

Note

Collaboration 

Disable file transfer in Collaboration chat messages 

...

Note

Use case: User can set "Call control only" mode to be automatically enabled by adding a parameter in the URI (useful when it is needed to share the link among all employees or bookmark the page) How-to: add ?sip=no to PBX domain name ->https://pbxname.wildixin.com/collaboration/?sip=no

...

Change the default Departments

...

tree separator
Anchor
departmentsastree
departmentsastree

...

Starting from WMS Beta 5.04.

...

The feature allows to create 20220304.2, the Colleagues tab in Collaboration shows only the list of Departments and there is possibility to create a multilevel hierarchy of Departments and display them in a tree view on the Colleagues tab in Collaboration.

To enable this option, add the following line in /rw2/etc/env.custom.ini:

Code Block
DEPARTMENTS_AS_TREE=true

By default, the value of the parameter is “false” and the Colleagues tab in Collaboration displays the list of Groups. When the parameter is set to “true”, the Colleagues tab displays Departments.

Documentation: How to configure Departments tree

...

Note
The support starts from WMS Beta 5.04.20211227.3

By default, the separator “/” is used to indicate the

When indicating the Department path in WMS -> Users -> Edit User -> Departments fieldDepartment field, the default separator "/" should be used. For example: 

Department: UK/ Marketing

To change the default separator to another character ("\" or "|"), edit the following parameter in the /rw2/etc/env.custom.ini:

Code Block
DEPARTMENTS_TREE_SEPARATOR=\

Documentation: How to configure Departments tree

...

The option allows setting a specific GSM gateway for SMS sending for each separate user:

  • Edit the config file /etc/wildix/smsd-route.conf  by specifying user extension and MAC address of GSM gateway, for example:

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


...

  • Create a new config file template.conf including GTM ID in the file /rw2/etc/pbx/, for example, use the command: 

    Code Block
    echo 'gtm=GTM-12345678' > template.conf

    where 123445678 is Google Tag Manager ID.

...