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 to change various settings in config files.

Created: August 2018

Updated: December 2018

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

Table of Contents


Note

For Custom provisioning parameters, read the document Provisioning Custom Settings

...

  • Add the parameter g729_transcoding=yes to [general] section

Allow overriding of Global Call groups settings 

The option allows overriding Global Call groups settings and saving custom parameters after each system upgrade.

To override Global Call group settings, you need to edit queues-general-custom.conf which is included in file queues.conf.

  • Access queues-general-custom.conf via SSH as root: 

    Code Block
    nano-tiny /rw2/etc/callweaver/queues-general-custom.conf 


  • Add a custom parameter, for example, autofill = yes (by default, the file queues.conf contains autofill = no parameter)
  • Save changes

Html
<div class="fb-like" data-href="https://confluence.wildix.com/x/0AiIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...