Scroll export button | ||||||||
---|---|---|---|---|---|---|---|---|
|
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"
...