From 320159175adced71da64efa80e9334f7bcab96c8 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Thu, 8 Oct 2009 10:36:06 +0200 Subject: added owner / group options to options.conf makes the usual setup LCR running as "root" and asterisk running as "asterisk" easier to configure. --- default/options.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'default') diff --git a/default/options.conf b/default/options.conf index 4875773..f63bd33 100644 --- a/default/options.conf +++ b/default/options.conf @@ -96,6 +96,14 @@ # Rights must have 0 in front, if octal values above are used. #socketrights 0700 +# Change user of LCR socket, where lcradmin or chan_lcr connects to. +# So: change to asterisk, if you have asterisk run as user "asterisk" e.g. +#socketuser asterisk + +# Change group of LCR socket, where lcradmin or chan_lcr connects to. +# So: change to asterisk, if you have asterisk run in group "asterisk" e.g. +#socketgroup asterisk + # Enable GSM network capability. # This option turns LCR into a GSM network. Additional options are specified # in 'gsm.conf'. You also need openbsc at compile time and of yourse - -- cgit v1.2.3-55-g7522