File: asterisk.default

package info (click to toggle)
asterisk 1%3A1.2.13~dfsg-2etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 14,116 kB
  • ctags: 18,540
  • sloc: ansic: 202,323; sh: 21,940; makefile: 2,296; perl: 1,908; cpp: 1,605; yacc: 815; asm: 642; tcl: 113; php: 62; sql: 50; xml: 36
file content (25 lines) | stat: -rw-r--r-- 893 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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: extra 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="-D -g -vvv"
#
#
# RUNASTSAFE: run safe_asterisk rather than asterisk (will auto-restart upon
#             crash)
#RUNASTSAFE=yes