diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index b514dc8341..b2cad2e85d 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -469,6 +469,7 @@ Recommends: freeswitch-mod-spandsp (= \${binary:Version}), freeswitch-mod-spy (= \${binary:Version}), freeswitch-mod-stress (= \${binary:Version}), + freeswitch-mod-translate (= \${binary:Version}), freeswitch-mod-valet-parking (= \${binary:Version}), freeswitch-mod-vmd (= \${binary:Version}), freeswitch-mod-voicemail (= \${binary:Version}), diff --git a/debian/control-modules b/debian/control-modules index c53654d3ba..a4c8c9473f 100644 --- a/debian/control-modules +++ b/debian/control-modules @@ -214,6 +214,10 @@ Module: applications/mod_stress Description: Voice stress detection This module attempts to detect voice stress on an audio channel. +Module: applications/mod_translate +Description: Number translation + This module implements number translation. + Module: applications/mod_valet_parking Description: Valet parking This module implements the valet call parking strategy.