Mike Jerris b1b21d0695 cleanup unused 7 лет назад
..
source ddf34ab39a mod_curl is back in the packaged game and some weird source dir from debian ;)) 14 лет назад
.gitignore 6869888845 Ignore debian/freeswitch-init.provided_by in git 8 лет назад
AUTHORS 02a0a2a068 FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects. 9 лет назад
README.Debian b202d35094 Make debian/README files more markdown-like 10 лет назад
README.source e45837198c debian/README.source updated 9 лет назад
apt_sources.list e78c440585 FS-8019 debian/util.sh ignored -T option 9 лет назад
bootstrap.sh bec45386a2 drop mod_ldap for meta-all 7 лет назад
changelog 1050a2a9f9 debian: version bump 12 лет назад
compat 4ce0f57a8b debian: add new and vastly improved packaging for Debian 12 лет назад
control-modules 160e8f12c0 [ubuntu packages] FS-9465 #resolve Add xenial instrumentation to debian/utils.sh script 8 лет назад
copyright b1b21d0695 cleanup unused 7 лет назад
docs 4ce0f57a8b debian: add new and vastly improved packaging for Debian 12 лет назад
freeswitch-doc.docs 4ce0f57a8b debian: add new and vastly improved packaging for Debian 12 лет назад
freeswitch-doc.install 4ce0f57a8b debian: add new and vastly improved packaging for Debian 12 лет назад
freeswitch-mod-java.install.tmpl fcaf888452 debian: install freeswitch.jar with mod_java 12 лет назад
freeswitch-mod-managed.install.tmpl b35869da62 debian: Handle mod_managed .dll more idiomatically 11 лет назад
freeswitch-mod-perl.install.tmpl ffa24ef6a5 FS-8426 place freeswitch.pm into /usr/share/perl5 9 лет назад
freeswitch-mod-pocketsphinx.install.tmpl 4ce0f57a8b debian: add new and vastly improved packaging for Debian 12 лет назад
freeswitch-mod-python.install.tmpl fbacd42c98 FS-5660 - add freeswitch.py to the freeswitch-mod-python debian package 9 лет назад
freeswitch-systemd.freeswitch.service 61dc7bdd35 FS-9642 #resolve do not limit time for real time threads with systemd. this causes systemd to randomly restart FreeSWITCH without notice as to why. %backport=1.6 8 лет назад
freeswitch-systemd.freeswitch.tmpfile b2bcc8b2dd FS-8194 FS-7910 FS-7937 systemd service improvements 9 лет назад
freeswitch-sysvinit.freeswitch.default 918c68accf -rp is not an ok default option it should not be used in normal circumstances it forces an unsafe environment with realtime threads on single cpu systems. Real time mode will enable by default on systems with enough cpus 10 лет назад
freeswitch-sysvinit.freeswitch.init cd68e0fe1b FS-7909 working directory is now /var/log/freeswitch 9 лет назад
freeswitch-timezones.install af4f1045b8 Create freeswitch-timezones debian package 10 лет назад
freeswitch.install fbcb1c7ae2 debian: don't install scripts/ with freeswitch 12 лет назад
freeswitch.postinst 3b4b839ed4 FS-8948 #resolve Handle non-existent config in Debian postinst 8 лет назад
freeswitch.postrm 8bbfe99e19 debian: whitespace 12 лет назад
freeswitch.preinst 8bbfe99e19 debian: whitespace 12 лет назад
freeswitch.prerm 580c1704ba FS-8285 9 лет назад
gbp.conf 7d5062f9c9 debian: don't force-create the orig tarball 12 лет назад
libfreeswitch-dev.install 7624ca0ba6 debian: don't distribute .la file with libfreeswitch-dev 12 лет назад
libfreeswitch1.install a9977a7cac debian: separate out libfreeswitch1 12 лет назад
license-reconcile.yml d6fe10979d remove opezap from tree, it has been replaced by freetdm 10 лет назад
python-esl.install e5d247df29 FS-6972 Packaging a version of the python ESL wrapper for python. 9 лет назад
rules 135d13a0a1 FS-5936 ESL.pm packaged for Debian 8 лет назад
util.sh 3fca86c81f Remove superfluous semicolon 8 лет назад

README.Debian

FreeSWITCH for Debian
=====================

This debian packaging breaks out every module of freeswitch into a
separate package, so be sure to verify that you are actually
installing all the modules that you need.

As a break from the past, we now install all files into their correct
FHS locations.

This package does not install any configuration for freeswitch into
/etc/freeswitch. We leave you, the system administrator completely
responsible for that directory. If you install one of the conf
packages, it will install the corresponding sample configuration to
/usr/share/freeswitch/conf and you'll need to copy the bits you need
to /etc/freeswitch.

If you just want to get a working demo system up quickly, I'd
recommend doing the following:

aptitude install -y -r -o APT::Install-Suggests=true freeswitch-meta-vanilla
cp -a /usr/share/freeswitch/conf/vanilla /etc/freeswitch
/etc/init.d/freeswitch start
fs_cli

-- Travis Cross , Sun, 23 Feb 2014 17:10:49 +0000