mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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:
parent
f5afeba8ac
commit
99efedcf0f
2 changed files with 3 additions and 1 deletions
2
dectmngr/files/etc/config/dectmngr
Normal file
2
dectmngr/files/etc/config/dectmngr
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
config dectmngr 'general'
|
||||
option log_dect_cmbs '0'
|
||||
|
|
@ -40,7 +40,7 @@ start_service() {
|
|||
model_id="01.02.03"
|
||||
[ -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
|
||||
|
||||
procd_open_instance
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue