2
0
Travis Cross e49f8c65f7 Remove explicit set of WorkingDirectory 9 жил өмнө
..
source ddf34ab39a mod_curl is back in the packaged game and some weird source dir from debian ;)) 14 жил өмнө
.gitignore 37648ced3e Add freeswitch-all debian package 11 жил өмнө
AUTHORS 6923953d45 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 6923953d45 FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects. 9 жил өмнө
bootstrap.sh 6923953d45 FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects. 9 жил өмнө
changelog 1050a2a9f9 debian: version bump 12 жил өмнө
compat 4ce0f57a8b debian: add new and vastly improved packaging for Debian 12 жил өмнө
control-modules 535cfbbd4f FS-7426: #resolve fix typo in control-modules for debian build 9 жил өмнө
copyright 6923953d45 FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects. 9 жил өмнө
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 aa2380a04c Install perl module files needed by mod_perl 11 жил өмнө
freeswitch-mod-pocketsphinx.install.tmpl 4ce0f57a8b debian: add new and vastly improved packaging for Debian 12 жил өмнө
freeswitch-systemd.freeswitch.service e49f8c65f7 Remove explicit set of WorkingDirectory 9 жил өмнө
freeswitch-systemd.install 4ce0f57a8b debian: add new and vastly improved packaging for Debian 12 жил өмнө
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 e3a647810c debian: Allow use of secondary groups 10 жил өмнө
freeswitch-timezones.install af4f1045b8 Create freeswitch-timezones debian package 10 жил өмнө
freeswitch.install fbcb1c7ae2 debian: don't install scripts/ with freeswitch 12 жил өмнө
freeswitch.postinst 9dd7173b6e Avoid overaggressive chmod/chown on upgrade 10 жил өмнө
freeswitch.postrm 8bbfe99e19 debian: whitespace 12 жил өмнө
freeswitch.preinst 8bbfe99e19 debian: whitespace 12 жил өмнө
freeswitch.prerm 258ad092ac debian: massage the prerm script to pass lintian 12 жил өмнө
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 жил өмнө
rules 7437b3112f Debian rules update to handle a pre-bootstrapped orig file 9 жил өмнө
util.sh 4738da1325 When using the debian/utils.sh script to build FreeSWITCH packages, 9 жил өмнө

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