Andrey Volk e9e8e7fe1a Bump sofia-sip library requirement to version 1.13.17 há 11 meses atrás
..
source ddf34ab39a mod_curl is back in the packaged game and some weird source dir from debian ;)) há 14 anos atrás
.gitignore 6869888845 Ignore debian/freeswitch-init.provided_by in git há 8 anos atrás
AUTHORS 02a0a2a068 FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects. há 9 anos atrás
README.Debian b202d35094 Make debian/README files more markdown-like há 10 anos atrás
README.source 6609ce9510 Fix some typos (most found by codespell) há 3 anos atrás
apt_sources.list e78c440585 FS-8019 debian/util.sh ignored -T option há 9 anos atrás
bootstrap.sh e9e8e7fe1a Bump sofia-sip library requirement to version 1.13.17 há 11 meses atrás
changelog 1050a2a9f9 debian: version bump há 12 anos atrás
compat 4ce0f57a8b debian: add new and vastly improved packaging for Debian há 12 anos atrás
control-modules d91947f587 [Build-System] Add Debian 12 Bookworm support há 1 ano atrás
copyright 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete). há 2 anos atrás
docs 4ce0f57a8b debian: add new and vastly improved packaging for Debian há 12 anos atrás
freeswitch-doc.docs 4ce0f57a8b debian: add new and vastly improved packaging for Debian há 12 anos atrás
freeswitch-doc.install 4ce0f57a8b debian: add new and vastly improved packaging for Debian há 12 anos atrás
freeswitch-mod-java.install.tmpl fcaf888452 debian: install freeswitch.jar with mod_java há 12 anos atrás
freeswitch-mod-managed.install.tmpl b35869da62 debian: Handle mod_managed .dll more idiomatically há 11 anos atrás
freeswitch-mod-perl.install.tmpl ffa24ef6a5 FS-8426 place freeswitch.pm into /usr/share/perl5 há 9 anos atrás
freeswitch-mod-pocketsphinx.install.tmpl 4ce0f57a8b debian: add new and vastly improved packaging for Debian há 12 anos atrás
freeswitch-mod-python.install.tmpl a4603c7cb8 [Packaging] Fix a conflict between freeswitch-mod-python and freeswitch-mod-python3 Debian packages há 3 anos atrás
freeswitch-mod-python3.install.tmpl a4603c7cb8 [Packaging] Fix a conflict between freeswitch-mod-python and freeswitch-mod-python3 Debian packages há 3 anos atrás
freeswitch-systemd.freeswitch.service 70dc40e680 FS-11704 "DAEMON_OPTS=-ncwait -nonat" in freeswitch.server causing startup failure há 5 anos atrás
freeswitch-systemd.freeswitch.tmpfile b2bcc8b2dd FS-8194 FS-7910 FS-7937 systemd service improvements há 9 anos atrás
freeswitch-sysvinit.freeswitch.default 77f52bb6a8 FS-7928 FS-7618 systemd and package build improvements há 9 anos atrás
freeswitch-sysvinit.freeswitch.init cd68e0fe1b FS-7909 working directory is now /var/log/freeswitch há 9 anos atrás
freeswitch-timezones.install af4f1045b8 Create freeswitch-timezones debian package há 10 anos atrás
freeswitch.dirs ead0122a16 fix FS-9298 há 6 anos atrás
freeswitch.install 8a5aa4209f Fix FS-9865 há 6 anos atrás
freeswitch.postinst 3b4b839ed4 FS-8948 #resolve Handle non-existent config in Debian postinst há 8 anos atrás
freeswitch.postrm 8bbfe99e19 debian: whitespace há 12 anos atrás
freeswitch.preinst 8bbfe99e19 debian: whitespace há 12 anos atrás
freeswitch.prerm 580c1704ba FS-8285 há 9 anos atrás
gbp.conf 7d5062f9c9 debian: don't force-create the orig tarball há 12 anos atrás
libfreeswitch-dev.install 7624ca0ba6 debian: don't distribute .la file with libfreeswitch-dev há 12 anos atrás
libfreeswitch1.install a9977a7cac debian: separate out libfreeswitch1 há 12 anos atrás
license-reconcile.yml 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete). há 2 anos atrás
python-esl.install e5d247df29 FS-6972 Packaging a version of the python ESL wrapper for python. há 9 anos atrás
rules 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete). há 2 anos atrás
util.sh d91947f587 [Build-System] Add Debian 12 Bookworm support há 1 ano atrás

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