freeswitch: rework init & hotplug
[feed/telephony.git] / net / freeswitch / files / freeswitch.conf
1
2 config freeswitch 'general'
3 option enabled '0'
4 option log_stderr '1'
5 option log_stdout '1'
6 option options '-nonat -np'
7 #option term_timeout '10' # seconds to wait after sending TERM signal
8
9 config freeswitch 'directories'
10 option cache '/tmp/freeswitch/cache'
11 option db '/tmp/freeswitch/db'
12 option log '/tmp/freeswitch/log'
13 option recordings '/tmp/freeswitch/recordings'
14 option storage '/tmp/freeswitch/storage'
15 option temp '/tmp/freeswitch/temp'
16
17 config freeswitch 'hotplug'
18 #option interface 'wan'
19 #option mount_point '/mnt/usb'
20 option ntpd '0'
21 option timeout '60'
22