From d15330ac3319fe446e0c5b4b4ec10c209bee4f4c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Jun 2019 09:40:10 -0600 Subject: [PATCH] Update source-release.sh --- ubuntu/resources/switch/source-release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubuntu/resources/switch/source-release.sh b/ubuntu/resources/switch/source-release.sh index 4d24327..d549b6a 100755 --- a/ubuntu/resources/switch/source-release.sh +++ b/ubuntu/resources/switch/source-release.sh @@ -41,6 +41,9 @@ sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_memcache:applica sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_curl:applications/mod_curl:' sed -i /usr/src/freeswitch/modules.conf -e s:'#formats/mod_shout:formats/mod_shout:' +#disable module as it causes the compile to fail +sed -i /usr/src/freeswitch/modules.conf -e s:'applications/mod_signalwire:#applications/mod_signalwire:' + # prepare the build #./configure --prefix=/usr/local/freeswitch --enable-core-pgsql-support --disable-fhs ./configure -C --enable-portable-binary --disable-dependency-tracking \