July 2017
Intermediate to advanced
434 pages
12h 59m
English
In a new, bare, clean Debian 8 64-bit machine, execute the following as root, from the command line (following is repository for FreeSWITCH 1.6; for 1.8, please search for latest instructions on http://freeswitch.org/confluence):
apt-get update
apt-get -y upgrade
apt-get install -y wget ca-certificates
wget -O - https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
apt-get update
apt-get install -y freeswitch-meta-all
A FreeSWITCH installation, complete with all its accessories, files, and default configuration, is now deployed on the machine.
We still have an (optional, but ...
Read now
Unlock full access