An open API service indexing awesome lists of open source software.

https://github.com/bdfoster/fs-debian-installer

FreeSWITCH Installer for Debian
https://github.com/bdfoster/fs-debian-installer

Last synced: about 1 year ago
JSON representation

FreeSWITCH Installer for Debian

Awesome Lists containing this project

README

          

Freeswitch Debian Installer
Author: Brian Foster (with help from the FreeSWITCH wiki and mailing lists)
This installer is known to work with Debian 6.0/Squeeze and 7.0/Wheezy. It is not tested
for any other Debian versions or Debian-based distro, although it could work. Open an issue
if you find this does work on Ubuntu, Mint, etc. and include release information.

Questions, Comments, Concerns? Email bdfoster@davri.com

At the end of this script, the outcome will be that:
- System environment is set up for FS use
- Proper user/group is created and permissions set properly for /usr/local/freeswitch/
- FS is installed properly (using code from latest stable branch)
- MOH and callie's prompts are installed (in every available format/bitrate/etc.)

Misc. Functions:
./fs-debian-installer.sh

* update-fs: Shuts down FS, does a make current
* update-fs-alt: Re-bootstrap/Re-configure, then does a make current
* backup-fs-configs: backs up everything under /../conf/ to a location
you specify (set $BACKUP_FS_CONFIGS_LOC in the script)
* remove-fs: Shuts down FS, removes /usr/local/freeswitch and the FS source
folder

This install script is ment for use by system integrators looking for a way to automate their
processes by giving them a template of how installs should be done. It can also be used by
our budding FS users to setup a FS environment recommended by the community as a whole.

Feedback is always appreciated. Please open an issue on github
(http://github.com/bdfoster/fs-debian-installer/issues) if you find any bugs or if you have
an idea that would make this script more useful for you.