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:

...

  • Reload SIP by running the command: 

    Code Block
    callweaver -rx 'sip reload'


Allow overriding of Global Call groups settings 

...

Note

Collaboration 

Disable file transfer in Collaboration chat messages 

...

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

    Code Block
    g729_transcoding=yes

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

  • Run the command:

    Code Block
    callweaver -rx "sip reload"


Modify HD codecs on PBX 

Note

Supported devices:

  • Collaboration
  • Android / iOS apps
  • WorkForce / WelcomeConsole /  WP480 r3 /  WP490 r3

The feature also works for PBXs in WMS Network.

...

  • 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.

  • Run the command:

    Code Block
    callweaver -rx "sip reload"


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).

...

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.

...

  • Run the command: 

    Code Block
    callweaver -rx “sip"sip reload”reload"


Modify sending keep-alive packets via UDP packets to keep RTP ports opened

...

  • Add the following parameter to the file /etc/callweaver/sip-general-custom.conf 

    Code Block
     rtpkeepalive_mode=udp

    Available values: udp | rtp.

...



  • Run the command:

    Code Block
    callweaver -rx "sip reload"


Include the session-expires timer in UPDATE message

...