Freeswitch Install for Postgres Core, Db, Configuration, Dialplan, Directory with Lua
install postgres & lib
apt-get install postgresql libpq-dev
Install FS from repo
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/d…
↧