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: December 2020

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

Table of Contents


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

...

Note

Supported devices:

  • WorkForce / WelcomeConsole / WP480G r3/ WP490G r3/ WP410 r2
  • BPI / PRI Media gateways
  • FXS Media gateways


Note

Note: The feature is disabled by default in WMS 4.

...

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

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

    Available values: "sdes_srtp=i:0" - to disable and "sdes_srtp=i:1" - to enable.

  • Run the command:

    Code Block
    /etc/init.d/kamailio restart


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

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

...

Note

During ongoing calls, a green lock on a phone's screen indicates that Direct SDES-SRTP is established.

...

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.

...

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.

...