Merge pull request #392 from micmac1/openwrt-18.06-AST-2018-010
[feed/telephony.git] / net / freeswitch-stable / files / freeswitch.default
1 ### FreeSWITCH configuration ###
2
3 # Uncomment once you verified your configuration, otherwise the init script will
4 # not start FreeSWITCH.
5 #ENABLE_FREESWITCH="yes"
6
7 #FS_USER=freeswitch
8 #FS_GROUP=freeswitch
9
10 #FS_DIR_CACHE="/tmp/freeswitch/cache"
11
12 # Don't point FS_DIR_DB toward a flash drive, e.g. the flash drive of your
13 # router. FreeSWITCH will be writing constantly to its databases, which would
14 # degrade the flash over time. Point it to a tmpfs destination like /dev/shm or
15 # /tmp instead in order for the writes to go to RAM.
16 #FS_DIR_DB="/tmp/freeswitch/db"
17
18 #FS_DIR_LOG="/tmp/freeswitch/log"
19 #FS_DIR_RECORDINGS="/tmp/freeswitch/recordings"
20 #FS_DIR_STORAGE="/tmp/freeswitch/storage"
21 #FS_DIR_TEMP="/tmp/freeswitch/temp"
22
23 # The following is added to the command line when starting FreeSWITCH:
24 OPTIONS="-nonat -np"
25
26 ### Hotplug configuration ###
27
28 # Only used by the FreeSWITCH hotplug script (available in a seperate package).
29
30 # Provide the interface that needs to change its state to "up" (if unset the
31 # hotplug script does nothing):
32 #FS_HOTPLUG_INTERFACE="wan"
33
34 # You can add conditions which need to be met before FreeSWITCH is started.
35
36 # Uncomment to check if something is mounted here:
37 #FS_HOTPLUG_MOUNTPOINT="/mnt/usb"
38
39 # Uncomment to check if ntpd is running and has set the system time:
40 #FS_HOTPLUG_NTPD="check"
41
42 # Uncomment to change the default timeout of 60 seconds that the hotplug script
43 # waits for a condition to turn from false to true:
44 #FS_HOTPLUG_TIMEOUT="20"