From 1fb06497dd37d6df1c59ebd8206b796ad1d108f4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 25 Jan 2022 23:56:12 -0700 Subject: [PATCH] Disable some modules skinny and verto --- debian/resources/switch/source-release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index 4073b77..42df120 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -102,6 +102,8 @@ sed -i /usr/src/freeswitch/modules.conf -e s:'#formats/mod_pgsql:formats/mod_pgs #disable module or install dependency libks to compile signalwire sed -i /usr/src/freeswitch/modules.conf -e s:'applications/mod_signalwire:#applications/mod_signalwire:' +sed -i /usr/src/freeswitch/modules.conf -e s:'endpoints/mod_skinny:#endpoints/mod_skinny:' +sed -i /usr/src/freeswitch/modules.conf -e s:'endpoints/mod_verto:#endpoints/mod_verto:' # prepare the build #./configure --prefix=/usr/local/freeswitch --enable-core-pgsql-support --disable-fhs