From f97ce9a811ba68409fed14159925ff18e5260d78 Mon Sep 17 00:00:00 2001 From: hayzamjs Date: Wed, 16 Nov 2022 18:04:05 +0100 Subject: [PATCH] asterisk: enable settings --- net/asterisk/files/asterisk.conf | 2 +- net/asterisk/files/asterisk.init | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/asterisk/files/asterisk.conf b/net/asterisk/files/asterisk.conf index d6d461c..aca0356 100644 --- a/net/asterisk/files/asterisk.conf +++ b/net/asterisk/files/asterisk.conf @@ -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 '' diff --git a/net/asterisk/files/asterisk.init b/net/asterisk/files/asterisk.init index 2e02f06..a9f1633 100644 --- a/net/asterisk/files/asterisk.init +++ b/net/asterisk/files/asterisk.init @@ -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