fixed some mangling configuration files
[openwrt/svn-archive/archive.git] / net / freeswitch / files / freeswitch.default
1 #FS_DIR="/opt"
2 FS_DIR_ETC="$FS_DIR/etc/freeswitch"
3 FS_DIR_MOD="$FS_DIR/usr/lib/freeswitch"
4 FS_DIR_DB="$FS_DIR/tmp/freeswitch/db"
5 FS_DIR_LOG="$FS_DIR/tmp/freeswitch/log"
6 FS_DIR_SCRIPTS="$FS_DIR/usr/share/freeswitch/scripts"
7 FS_DIR_HTDOCS="$FS_DIR/usr/share/freeswitch/htdocs"
8 FS_DIR_RECORDINGS="/var/lib/freeswitch/recordings" # NOTE: must be changed in config as well
9 FS_DIR_VM_STORAGE="/var/lib/freeswitch/storage" # NOTE: must be changed in config as well
10
11 OPTIONS="-conf $FS_DIR_ETC -log $FS_DIR_LOG -db $FS_DIR_DB -mod $FS_DIR_MOD -htdocs $FS_DIR_HTDOCS -scripts $FS_DIR_SCRIPTS"