From 2c426f047eb62b8a22eaef5bb24356f0e2557b31 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Jan 2022 21:12:37 -0700 Subject: [PATCH] Correct the path for mod_verto --- ubuntu/resources/switch/source-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/resources/switch/source-release.sh b/ubuntu/resources/switch/source-release.sh index c029d9b..bcc9d82 100755 --- a/ubuntu/resources/switch/source-release.sh +++ b/ubuntu/resources/switch/source-release.sh @@ -89,7 +89,7 @@ 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:' sed -i /usr/src/freeswitch/modules.conf -e s:'#formats/mod_pgsql:formats/mod_pgsql:' -sed -i /usr/src/freeswitch/modules.conf -e s:'#formats/mod_verto:formats/mod_verto:' +sed -i /usr/src/freeswitch/modules.conf -e s:'#endpoints/mod_verto:endpoints/mod_verto:' #sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_avmd:applications/mod_avmd:' #disable module or install dependency libks to compile signalwire