[Pkg-voip-commits] r4512 - in /asterisk/trunk/debian: README.Debian asterisk.init

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Wed Sep 19 09:21:01 UTC 2007


Author: tzafrir-guest
Date: Wed Sep 19 09:21:01 2007
New Revision: 4512

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4512
Log:
Sync documentation with 1.2 .

Modified:
    asterisk/trunk/debian/README.Debian
    asterisk/trunk/debian/asterisk.init

Modified: asterisk/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/README.Debian?rev=4512&op=diff
==============================================================================
--- asterisk/trunk/debian/README.Debian (original)
+++ asterisk/trunk/debian/README.Debian Wed Sep 19 09:21:01 2007
@@ -14,7 +14,7 @@
 User, Groups, Permissions
 =========================
 By default the package will create user and group 'asterisk' and will run as
-them. It will optionally run with real-time priority (-p). It will also add
+them. It will run with real-time priority (-p) by default. It will also add
 itself to the group audio to enable the daemon to access sound cards. Running
 as root is disabled in /etc/init.d/asterisk for security reasons. If you use
 zaptel devices (like zaphfc too), you need to set permissions on /dev/zap to
@@ -23,8 +23,9 @@
 will not have any access still. When no -G is given to the asterisk PARAMS,
 then asterisk will automatically initialize all groups of the asterisk user. 
 
-To change those values you can edit /etc/default/asterisk. You need to set
-RUNASTERISK=yes to make asterisk autostart upon boot.
+To change those values you can edit /etc/default/asterisk. 
+
+Alternatively, edit /etc/asterisk/asterisk.conf .
 
 init.d Script Commands
 ======================
@@ -40,6 +41,11 @@
 might not be able to restart the daemon without altering permissions to the
 files first.
 
+Alternatively use '/etc/init.d/asterisk debug'.
+
+Asterisk is run with a umask of 007 by default, to allow writing 
+group-owned voicemail files. To change this value, set the value if 'UMASK'
+in /etc/default/asterisk .
 
 Getting started with config and more features
 =============================================

Modified: asterisk/trunk/debian/asterisk.init
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/asterisk.init?rev=4512&op=diff
==============================================================================
--- asterisk/trunk/debian/asterisk.init (original)
+++ asterisk/trunk/debian/asterisk.init Wed Sep 19 09:21:01 2007
@@ -41,7 +41,7 @@
 ASTSAFE_PIDFILE="/var/run/asterisk/asterisk_safe.pid"
 PIDFILE_DIR=`dirname $PIDFILE`
 UMASK=007 # by default
-
+#MAXFILES=1024 # (the system default)
 
 # by default: use real-time priority
 PARAMS=""




More information about the Pkg-voip-commits mailing list