8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
|
#FS_DIR="/opt"
|
||
|
FS_DIR_ETC="$FS_DIR/etc/freeswitch"
|
||
|
FS_DIR_MOD="$FS_DIR/usr/lib/freeswitch"
|
||
|
FS_DIR_LOG="$FS_DIR/tmp/freeswitch/log"
|
||
|
FS_DIR_DB="$FS_DIR/tmp/freeswitch/db"
|
||
|
|
||
|
OPTIONS="-conf $FS_DIR_ETC -log $FS_DIR_LOG -db $FS_DIR_DB -mod $FS_DIR_MOD"
|