From 324d65b616516baff2c8897ffe6a866d5455d57c Mon Sep 17 00:00:00 2001 From: Travis Cross <tc@traviscross.com> Date: Tue, 23 Apr 2013 10:29:31 +0000 Subject: [PATCH] Add mod_translate to debian packaging --- debian/bootstrap.sh | 1 + debian/control-modules | 4 ++++ 2 files changed, 5 insertions(+) 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.