summaryrefslogtreecommitdiffstats
path: root/net/asterisk/files/asterisk.conf
blob: dc75bc07af46c0b14ed2ec2d82cf2dad718dd1d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# The init script will create below default directories automatically.
# In case you change these paths in your Asterisk configuration, make
# sure that your directories exist and have the appropriate permissions
# (Asterisk will use the user "asterisk", not root).

# dbdir     => '/var/lib/asterisk/astdb'
# logdir    => '/var/log/asterisk'
# rundir    => '/var/run/asterisk'
# spooldir  => '/var/spool/asterisk'
# varlibdir => '/var/lib/asterisk'

config asterisk 'general'
	option enabled '0'
	option interface 'wan'
	option log_stderr '1'
	option log_stdout '0'
	option options ''