Add mod_translate to debian packaging
This commit is contained in:
parent
f0853c6eca
commit
324d65b616
|
@ -469,6 +469,7 @@ Recommends:
|
||||||
freeswitch-mod-spandsp (= \${binary:Version}),
|
freeswitch-mod-spandsp (= \${binary:Version}),
|
||||||
freeswitch-mod-spy (= \${binary:Version}),
|
freeswitch-mod-spy (= \${binary:Version}),
|
||||||
freeswitch-mod-stress (= \${binary:Version}),
|
freeswitch-mod-stress (= \${binary:Version}),
|
||||||
|
freeswitch-mod-translate (= \${binary:Version}),
|
||||||
freeswitch-mod-valet-parking (= \${binary:Version}),
|
freeswitch-mod-valet-parking (= \${binary:Version}),
|
||||||
freeswitch-mod-vmd (= \${binary:Version}),
|
freeswitch-mod-vmd (= \${binary:Version}),
|
||||||
freeswitch-mod-voicemail (= \${binary:Version}),
|
freeswitch-mod-voicemail (= \${binary:Version}),
|
||||||
|
|
|
@ -214,6 +214,10 @@ Module: applications/mod_stress
|
||||||
Description: Voice stress detection
|
Description: Voice stress detection
|
||||||
This module attempts to detect voice stress on an audio channel.
|
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
|
Module: applications/mod_valet_parking
|
||||||
Description: Valet parking
|
Description: Valet parking
|
||||||
This module implements the valet call parking strategy.
|
This module implements the valet call parking strategy.
|
||||||
|
|
Loading…
Reference in New Issue