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 2021

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

Table of Contents


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

...

  • Run the command: 

    Code Block
    callweaver -rx "sip reload" 


Modify the behaviour of Colleague BLF keys if a colleague is a Call group member

The feature is is disabled by default .  If it is enabled, Colleague BLF keys (if a colleague is a Call group member) do not switch to an active state for incoming calls to Call Group before call answer (only Call group BLF turns on). This behavior works only for call strategy Call all 10. To enable itThere are two options for its configuration:

1. Disable updates for "ringing" status for "Call All 10" strategy. To enable such behavior

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

    Code Block
    send_cg_member_ring_notify=yes

...

  •  Available values:no - the feature is disabled; yes - the feature is enabled.

Once it is enabled, Colleague BLF keys do not switch to an active state for incoming calls to Call Group before call answer (only Call group BLF turns on).

2. (available in WMS 5.02) Disable updates for all early statuses including "ringing", "check who is calling", "cancelled" etc for "Call All 10/32" strategies (check the separate Article regarding the feature). To enable the behaviour:

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

    Html
    modparam("pv", "varset", "skip_cg_members_presence_on_wp=i:1")

     Available values:0 - the feature is disabled; 1- the feature is enabled.


  • Restart kamailio service:
Code Block
/etc/init.d/kamailio restart


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

    Code Block
    skip_cg_members_presence_on_wp=yes

     Available values:no - the feature is disabled; yes - the feature is enabled.


  • Restart callweaver service: 
Code Block
callweaver -rx "sip reload"


If the feature is enabled, the default devices mask is:


Code Block
modparam("pv", "varset", "device_presence_skip_event_dialog=s:(Wildix WP490GR[3|4])")



It can be changed in the config file /etc/kamailio/cfg.d/host_specific_custom.cfg.


Modify direct SDES-SRTP  
Anchor
sdessrtp
sdessrtp

...

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.

...