Use the FreeBSD FreeSWITCH package

This commit is contained in:
FusionPBX
2020-05-20 10:35:25 -06:00
committed by GitHub
parent 63499fce50
commit 8bb93195db

View File

@@ -15,12 +15,8 @@ cwd=$(pwd)
#send a message
echo "Installing the FreeSWITCH package"
#get the package
cd /usr/src && fetch https://www.fusionpbx.com/downloads/freebsd11/freeswitch-pgsql10-1.6.19_2.txz
#install the package
#pkg install --yes freeswitch
pkg install --yes /usr/src/freeswitch-pgsql10-1.6.19_2.txz
pkg install --yes freeswitch
#set the original working directory
cd $cwd