Debian 9 officially FS

Debian 9 “Stretch” is now officially supported by FreeSWITCH™ .

Dependencies are available from FreeSWITCH repository via the «apt-get build-dep freeswitch» command.

Debian 9 «Stretch» is the reference platform for FreeSWITCH™ as of version 1.8 and is STRONGLY recommended for all applications due to its stability and broad support for the system libraries needed by FreeSWITCH.

https://freeswitch.org/confluence/display/FREESWITCH/Debian+9+Stretch

apt-get update && apt-get install -y gnupg2 wget
 
wget -O - https://files.freeswitch.org/repo/deb/freeswitch-1.8/fsstretch-archive-keyring.asc | apt-key add -
 
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.8/ stretch main" > /etc/apt/sources.list.d/freeswitch.list
echo "deb-src http://files.freeswitch.org/repo/deb/freeswitch-1.8/ stretch main" >> /etc/apt/sources.list.d/freeswitch.list
 
# you may want to populate /etc/freeswitch at this point.
# if /etc/freeswitch does not exist, the standard vanilla configuration is deployed
apt-get build-dep freeswitch
apt-get update && apt-get install -y freeswitch-meta-all
 fs_cli -rRS
Только авторизованные участники могут оставлять комментарии.
  • blog/debian_9_officially_fs.txt
  • Последние изменения: 2019/05/17