Skip to content
Snippets Groups Projects
freeswitch.default 1.32 KiB
Newer Older
### FreeSWITCH configuration ###

#FS_USER=freeswitch
#FS_GROUP=freeswitch

#FS_DIR_CACHE="/tmp/freeswitch/cache"

# Don't point FS_DIR_DB toward a flash drive, e.g. the flash drive of your
# router. FreeSWITCH will be writing constantly to its databases, which would
# degrade the flash over time. Point it to a tmpfs destination like /dev/shm or
# /tmp instead in order for the writes to go to RAM.
#FS_DIR_DB="/tmp/freeswitch/db"

#FS_DIR_LOG="/tmp/freeswitch/log"
#FS_DIR_RECORDINGS="/tmp/freeswitch/recordings"
#FS_DIR_STORAGE="/tmp/freeswitch/storage"
#FS_DIR_TEMP="/tmp/freeswitch/temp"

# The following is added to the command line when starting FreeSWITCH:
OPTIONS="-nonat -np"

### Hotplug configuration ###

# Only used by the FreeSWITCH hotplug script (available in a seperate package).

# Provide the interface that needs to change its state to "up" (if unset the
# hotplug script does nothing):
#FS_HOTPLUG_INTERFACE="wan"

# You can add conditions which need to be met before FreeSWITCH is started.

# Uncomment to check if something is mounted here:
#FS_HOTPLUG_MOUNTPOINT="/mnt/usb"

# Uncomment to check if ntpd is running and has set the system time:
#FS_HOTPLUG_NTPD="check"

# Uncomment to change the default timeout of 60 seconds that the hotplug script
# waits for a condition to turn from false to true:
#FS_HOTPLUG_TIMEOUT="20"