aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/init.d
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-27 15:25:22 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-27 15:25:22 +0000
commit8e4d50cbf3c21b66010ef42d0b216237c09a2654 (patch)
treed05424ab8f1cbcdd5fa040a7aafe7561bc39129a /contrib/init.d
parent63afda503d4333883a0fbf314e208f6d87f3917a (diff)
Add missing file (pointed out by TheDavidFactor on #asterisk-dev) referenced by revision 239231.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@259189 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib/init.d')
-rw-r--r--contrib/init.d/etc_default_asterisk42
1 files changed, 42 insertions, 0 deletions
diff --git a/contrib/init.d/etc_default_asterisk b/contrib/init.d/etc_default_asterisk
new file mode 100644
index 000000000..0b41f455e
--- /dev/null
+++ b/contrib/init.d/etc_default_asterisk
@@ -0,0 +1,42 @@
+# Startup configuration for the Asterisk daemon
+
+# Uncomment the following and set them to the user/groups that you
+# want to run Asterisk as. NOTE: this requires substantial work to
+# be sure that Asterisk's environment has permission to write the
+# files required for its operation, including logs, its comm
+# socket, the asterisk database, etc.
+#AST_USER="asterisk"
+#AST_GROUP="asterisk"
+
+# If you DON'T want Asterisk to start up with terminal colors, comment
+# this out.
+COLOR=yes
+
+# If you want Asterisk to run with a non-default configuration file,
+# uncomment the following option, and set the value appropriately.
+#ALTCONF=/etc/asterisk/asterisk.conf
+
+# In the case of a crash, Asterisk may create a core file. Uncomment
+# if you want this behavior.
+#COREDUMP=yes
+
+# Asterisk may establish a maximum load average for the system. This
+# may be useful to prevent a flood of calls from taking down the system.
+#MAXLOAD=4
+
+# Or, if you'd prefer, you can limit the maximum number of calls.
+#MAXCALLS=1000
+
+# Default console verbosity. This may be raised or lowered on the console.
+#VERBOSITY=3
+
+# Enable internal timing if the DAHDI timer is available. The default
+# behaviour is that outbound packets are phase locked to inbound packets.
+# Enabling this option causes them to be locked to the internal DAHDI
+# timer instead.
+#INTERNALTIMING=yes
+
+# Start all recordings into a temporary directory, before moving them to
+# their final location.
+#TEMPRECORDINGLOCATION=yes
+