SlackBuilds Repository

15.0 > System > freeswitch (1.2.15)

FreeSWITCH is a scalable open source cross-platform telephony platform
designed to route and interconnect popular communication protocols
using audio, video, text or any other form of media. It was
created in 2006 to fill the void left by proprietary commercial
solutions. FreeSWITCH also provides a stable telephony platform on
which many telephony applications can be developed using a wide range
of free tools.

Unlike other SlackBuilds which have a /usr installation prefix, this
script will install FreeSWITCH to /opt/freeswitch instatead. This
is done to simplify the build process since FreeSWITCH attemps to
install itself into many non-standard directories in the prefix
directory. Therefore, it is installed as a self-contained and
easily-removable location in /opt.

This script also expects there to be a user and group
called "freeswitch", with uid and gid of 269 (see
http://slackbuilds.org/uid_gid.txt):
# groupadd -g 269 freeswitch
# useradd -u 269 -d /opt/freeswitch \
-s /bin/bash -g freeswitch freeswitch

If you execute the script without creating this user and group, it won't
build the FreeSWITCH package.

To enable building with PostgreSQL support, use:
# PGSQL=yes ./freeswitch.SlackBuild

To disable building with Python support, use:
# PYTHON=no ./freeswitch.SlackBuild

erlang-otp is another optional dependency (but this is autodetected).

Maintained by: Mario Preksavec
Keywords: freeswitch,telephony,voip,pbx,asterisk
ChangeLog: freeswitch

Homepage:
http://www.freeswitch.org/

Source Downloads:
freeswitch-sounds-en-us-callie-8000-1.0.22.tar.gz (cff509d878708ce5e6e7fedac7f683ef)
freeswitch-sounds-en-us-callie-16000-1.0.22.tar.gz (d9f7b0da8e2251ac6ab786fb18e52df6)
freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz (3d266ef251a48d00db6f3851c53240d8)
freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz (fa2dfe8f03c6cba79d0c7f843c1b5d36)
freeswitch-sounds-music-8000-1.0.8.tar.gz (f63ef3cc3507af079ae5c7b8b8a01e42)
freeswitch-sounds-music-16000-1.0.8.tar.gz (7fd0ca9a9e3878783baa39b8187743bf)
freeswitch-sounds-music-32000-1.0.8.tar.gz (7e03932ea81b8d0bf6d686f838b060b4)
freeswitch-sounds-music-48000-1.0.8.tar.gz (d06cd2a80379f224affab21f5180e4c6)
freeswitch-1.2.15.tar.bz2 (64b60dffd99f4a7f9799bb2865945258)

Download SlackBuild:
freeswitch.tar.gz
freeswitch.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds