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