From 0237a5b1c584a836f967e407ab1d8b4cbe580b91 Mon Sep 17 00:00:00 2001 From: yois615 <38441801+yois615@users.noreply.github.com> Date: Fri, 28 Aug 2020 12:30:22 -0400 Subject: [PATCH] Install FreeSWITCH 1.10.3 (#331) Previous version of this script pulled FreeSWITCH 1.6, but there is an official RPM package available for 1.10.3. I have tested this with my own system and haven't encountered problems. --- centos/resources/switch/package-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/resources/switch/package-release.sh b/centos/resources/switch/package-release.sh index 1cc1b40..99d09c0 100755 --- a/centos/resources/switch/package-release.sh +++ b/centos/resources/switch/package-release.sh @@ -14,7 +14,7 @@ verbose "Installing FreeSWITCH" yum -y install memcached curl gdb #install freeswitch packages -yum install -y http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm +yum install -y https://files.freeswitch.org/repo/yum/centos-release/freeswitch-release-repo-0-1.noarch.rpm epel-release 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