diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 2521a588d0..c8cf1cb71d 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -464,6 +464,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 154be79653..0ac0296cd9 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.