forked from norman/fusionpbx-install.sh-github-mirror
Update source-release.sh
This commit is contained in:
@@ -19,11 +19,15 @@ pkg install --yes wget sudo libsndfile lua52 opus libmemcached libvorbis libogg
|
|||||||
#additional dependencies
|
#additional dependencies
|
||||||
#pkg install --yes libshout mpg123 lame
|
#pkg install --yes libshout mpg123 lame
|
||||||
|
|
||||||
#get the source
|
#get the source from git and run boostrap
|
||||||
git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch
|
#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
|
||||||
|
|
||||||
#prepare the source
|
#get the release from http
|
||||||
cd /usr/src/freeswitch && /bin/sh /usr/src/freeswitch/bootstrap.sh -j
|
cd /usr/src
|
||||||
|
fetch https://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.17.zip
|
||||||
|
unzip /usr/src/freeswitch-1.6.17.zip
|
||||||
|
mv /usr/src/freeswitch-1.6.17 freeswitch
|
||||||
|
|
||||||
#enable the modules
|
#enable the modules
|
||||||
sed -i' ' -e s:'#applications/mod_avmd:applications/mod_avmd:' /usr/src/freeswitch/modules.conf
|
sed -i' ' -e s:'#applications/mod_avmd:applications/mod_avmd:' /usr/src/freeswitch/modules.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user