From b480ea5e627972539a868d3715e4243e844f40da Mon Sep 17 00:00:00 2001 From: emak-Corey Date: Mon, 12 Jun 2023 20:39:52 -0400 Subject: [PATCH] Enable mod_translate when building FreeSWITCH Required for Advanced > Number Translations app. --- debian/resources/switch/source-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index d3589a5..dbcc920 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -120,6 +120,7 @@ sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_cidlookup:applic sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_memcache:applications/mod_memcache:' sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_nibblebill:applications/mod_nibblebill:' sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_curl:applications/mod_curl:' +sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_translate:applications/mod_translate:' 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:'#say/mod_say_es:say/mod_say_es:'