mod_say_he
About
mod_say_he is based on mod_say_en and modified to support Hebrew language. It comes also with recordings.
The Hebrew audio files are still incomplete. The required sound files should be up soon.
Click here to expand Table of Contents
Configuration
Start by enabling or adding the following on you modules.conf file:
modules.conf
mod_say_he
If you are adding Hebrew to an existing installation, you will need to manually add the needed changes to your current configuration files. Add the following in the say section to conf/autoload_configs/modules.conf.xml in the installation directory.
conf/autoload_configs/modules.conf.xml
<load module="mod_say_he">
Same goes for conf/freswitch.xml in the installation directory. Add the following:
conf/freswitch.xml
<X-PRE-PROCESS cmd="include" data="lang/he/*.xml"/>
Compiling mod_say_he
If you want to manually install and compile mod_say_he, execute:
Compiling mod_say_he
make mod_say_he-install
/usr/local/freeswitch/bin/fs_cli
reload mod_say_he
Usage Example
In order to make it active you have to set the default language and the path to the recordings in your dialplan. Here is an example:
<action application="set" data="default_language=he"/>
And another example of pronouncing a number:
<action application="say" data="he number pronounced masculine 8744697"/>
The recordings were done by Daniel Barakan. For bugs and issues use jira.freeswitch.org
The previous version of the module was developed by Eli Hayun (elihay@savion.huji.ac.il) and Yehavi Bourvine (yehavi@savion.huji.ac.il). It has been archived here.