freeswitch-stable: cleanup init script
[feed/telephony.git] / net / freeswitch-stable / files / freeswitch.config
1
2 config freeswitch 'general'
3 option enabled '0'
4 option user 'freeswitch'
5 option group 'freeswitch'
6 option log_stderr '1'
7 option log_stdout '1'
8 option options '-nonat -np'
9
10 config freeswitch 'directories'
11 option cache '/tmp/freeswitch/cache'
12 option db '/tmp/freeswitch/db'
13 option log '/tmp/freeswitch/log'
14 option recordings '/tmp/freeswitch/recordings'
15 option storage '/tmp/freeswitch/storage'
16 option temp '/tmp/freeswitch/temp'
17
18 config freeswitch 'hotplug'
19 #option interface 'wan'
20 #option mount_point '/mnt/usb'
21 option ntpd '0'
22 option timeout '60'
23