Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

Info

The Article explains how to disable updates for early call statutes for BLF "Colleague" configured for call group members with “Call All 10/ 32” strategy on WelcomeConsole/ WP490.

Call Groups Documentation: link

Created: February 2021

Permalink: https://wildix.atlassian.net/wiki/x/HxnOAQ

Table of Contents

Introduction

...

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


    Easy html macrocode
    modparam("pv", "varset", "skip_cg_members_presence_on_wp=i:1")


  • Restart kamailio service:

    Code Block
    /etc/init.d/kamailio restart


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

    Code Block
    skip_cg_members_presence_on_wp=yes


  • Restart callweaver service: 

    Code Block
    callweaver -rx "sip reload"


...