From fb214b8d56dd0fba6c5865fd811ab3ed49a712e0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 22 May 2018 23:48:30 -0700 Subject: [PATCH] Update source-release.sh --- freebsd/resources/switch/source-release.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/freebsd/resources/switch/source-release.sh b/freebsd/resources/switch/source-release.sh index 56fc532..489b678 100755 --- a/freebsd/resources/switch/source-release.sh +++ b/freebsd/resources/switch/source-release.sh @@ -20,13 +20,13 @@ pkg install --yes gcc49 wget sudo libsndfile lua52 opus libmemcached libvorbis l #pkg install --yes libshout mpg123 lame #get the source from git and run boostrap -git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch -cd /usr/src/freeswitch && /bin/sh /usr/src/freeswitch/bootstrap.sh -j +#git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch +#cd /usr/src/freeswitch && /bin/sh /usr/src/freeswitch/bootstrap.sh -j #get the release from https -#cd /usr/src && fetch https://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.17.zip -#cd /usr/src && unzip /usr/src/freeswitch-1.6.17.zip -#mv /usr/src/freeswitch-1.6.17 /usr/src/freeswitch +cd /usr/src && fetch https://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.20.zip +cd /usr/src && unzip /usr/src/freeswitch-1.6.20.zip +mv /usr/src/freeswitch-1.6.20 /usr/src/freeswitch #enable the modules sed -i' ' -e s:'#applications/mod_avmd:applications/mod_avmd:' /usr/src/freeswitch/modules.conf