fixup! dectmngr: Disable dect_cmbs logging to file by default

To enable logging of communication between Host and DECT CMBS target the
following steps needs to be run:
$uci set dectmngr.general.log_dect_cmbs='1'
$uci commit
$/etc/init.d/dectmngr restart

Signed-off-by: Grzegorz Sluja <grzegorz.sluja@iopsys.eu>
This commit is contained in:
Grzegorz Sluja 2021-08-09 11:32:11 +02:00
parent f5afeba8ac
commit 99efedcf0f
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
config dectmngr 'general'
option log_dect_cmbs '0'

View file

@ -40,7 +40,7 @@ start_service() {
model_id="01.02.03" model_id="01.02.03"
[ -n "$model_id" -a ${#model_id} -eq 8 ] && opt_ext="$opt_ext -model $model_id" [ -n "$model_id" -a ${#model_id} -eq 8 ] && opt_ext="$opt_ext -model $model_id"
config_load asterisk config_load dectmngr
config_get_bool log_dect_cmbs general log_dect_cmbs 0 config_get_bool log_dect_cmbs general log_dect_cmbs 0
procd_open_instance procd_open_instance