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 November 2020

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

Table of Contents


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

...

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


...

  • Add the following line to the file /rw2/etc/kamailio/host_specific_custom.cfg

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

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

Disable sharing geolocation on PBX (WMS 5.02)

Specifically this option can be used to block geolocation on Vision/ SuperVision phones since the ACL "Can/cannot - View geolocation via Collaboration - Group"  can't be applied.

To block geolocation sharing:

  • Edit the file /rw2/etc/ejabberd/ejabberd_mod_wildix_presence.yml by changing the following parameter to false

    Code Block
    allow_location: false

    Available values: true - location is allowed, false - location is blocked.


  • Restart the server: 

    Code Block
    /etc/init.d/ejabberd restart


Note

Notes:

  • Users in Collaboration can still view their own statuses
  • If geolocation is blocked only on PBX A and not blocked on PBX B in WMS Network, users from PBX A are still able to view geolocation of PBX B users

Enable online streaming of mp3 http/ https sources as music on hold (WMS 5.02)

The feature is disabled by default. When enabled, it allows setting online streaming of mp3 http/ https sources as music on hold.

To enable:

  • Add the following parameters to the file /rw2/etc/callweaver/musiconhold-stream.conf:

    Code Block
    [radio]
    mode=custom
    application=/usr/sbin/cw_play_http_stream.shhttp://stream.104.6rtl.com/rtl-live/mp3-192

    where "http://stream.104.6rtl.com/rtl-live/mp3-192" is your stream source.


  • Run the command: 

    Code Block
    rcallweaver -rx "moh reload"



  • Add Dialplan application Set -> Music on hold -> radio

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.

...

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.

...