Update package-release.sh
Fix the issue of the files.freeswitch.org site not available
This commit is contained in:
parent
5fd536fa22
commit
1cdae247bc
|
|
@ -14,7 +14,12 @@ verbose "Installing FreeSWITCH"
|
||||||
yum -y install memcached curl gdb
|
yum -y install memcached curl gdb
|
||||||
|
|
||||||
#install freeswitch packages
|
#install freeswitch packages
|
||||||
yum install -y https://files.freeswitch.org/repo/yum/centos-release/freeswitch-release-repo-0-1.noarch.rpm epel-release
|
#yum install -y https://files.freeswitch.org/repo/yum/centos-release/freeswitch-release-repo-0-1.noarch.rpm epel-release
|
||||||
|
echo "signalwire" > /etc/yum/vars/signalwireusername
|
||||||
|
echo 'please get your token from this site: https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Installation/HOWTO-Create-a-SignalWire-Personal-Access-Token_67240087/#attachments'
|
||||||
|
echo "please enter your token:"
|
||||||
|
read token
|
||||||
|
echo $token > /etc/yum/vars/signalwiretoken
|
||||||
yum install -y freeswitch-config-vanilla freeswitch-lang-* freeswitch-sounds-* freeswitch-lua freeswitch-xml-cdr
|
yum install -y freeswitch-config-vanilla freeswitch-lang-* freeswitch-sounds-* freeswitch-lua freeswitch-xml-cdr
|
||||||
|
|
||||||
#remove the music package to protect music on hold from package updates
|
#remove the music package to protect music on hold from package updates
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue