mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-05 03:41:53 +00:00
e3dedc4f33
* Updated revision number
* Fixed init problem reported by Jay Binks (FSSCRIPTS-1)
* Added a patch to the debian build system add more features (thanks to Hadley Rich) (FSBUILD-45)
- Added en-us-callie sounds and music on hold packages
- Added recommends and suggests
- Added mod_say_es and mod_say_nl
- Updated descriptions
- Added mod_cdr_csv
* Fixed typos and some errors in the previus patch.
* Modified monit script. Now it should work.
* The debian build system now bootstrap automagically if it's necessary and all scripts are in place.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8926 d0543943-73ff-0310-b7d9-9358b9ac24b2
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
# Startup settings for FreeSWITCH
|
|
|
|
# Enable initd (let init handle start and stop of freeswitch).
|
|
# Set to "true" (lowercase) to enable.
|
|
|
|
FREESWITCH_ENABLED="false"
|
|
|
|
# The parameters Freeswitch should be started with
|
|
|
|
FREESWITCH_PARAMS="-nc"
|
|
|