File: asterisk.default

package info (click to toggle)
asterisk 1%3A1.0.7.dfsg.1-2sarge6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,652 kB
  • ctags: 14,423
  • sloc: ansic: 157,598; sh: 9,218; makefile: 1,686; perl: 1,594; cpp: 1,384; yacc: 719; asm: 642; sql: 50; xml: 36
file content (24 lines) | stat: -rw-r--r-- 873 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file allows you to alter the configuration of the Asterisk
# init.d script
#
# RUNASTERISK: run asterisk upon boot. Should be set to "yes" once you have
#              setup your configuration.
RUNASTERISK=no
#
#
# AST_REALTIME: if set to anything other than "no", asterisk will run in 
#               real-time priority (pass '-p' to asterisk). un-rem the 
#               following line to disable asterisk from running in real-time 
#               priority
#AST_REALTIME=yes
#
# PARAMS: exra parameters to pass to asterisk
#         The example here may help you in debugging, but is not intended for
#         production use.  When you give -G *only* that group will be used,
#         else all groups of the asterisk user.
#PARAMS="-g -vvv"
#
#
# RUNASTSAFE: run safe_asterisk rather than asterisk (will auto-restart upon
#             crash)
#RUNASTSAFE=yes