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: February 2021

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 parameters to the file /rw2/etc/callweaver/musiconhold-stream.conf:

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

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

...

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.

...

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

...