asterisk: enable settings

This commit is contained in:
hayzamjs 2022-11-16 18:04:05 +01:00
parent 38c27414b0
commit f97ce9a811
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@
# varlibdir => '/var/lib/asterisk'
config asterisk 'general'
option enabled '0'
option enabled '1'
option log_stderr '1'
option log_stdout '0'
option options ''

View file

@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2014 OpenWrt.org
START=99
START=92
USE_PROCD=1
@ -51,7 +51,6 @@ start_service() {
procd_open_instance
procd_set_param command $COMMAND
procd_append_param command \
-U "$NAME" \
$options \
-f
# forward stderr to logd