[Freeswitch-users] Language of the speech

Michael Jerris mike at jerris.com
Fri Jul 31 12:34:16 PDT 2009


we don;t have any german sound files?

On Jul 31, 2009, at 10:31 AM, Rudolf Denert wrote:

> Hi again,
>
> does anybody know why my freeswitch doesn't play German speech-files?
>
> Here is my construct:
>
> I'm generating a random number in my lua script:
> rand = math.random(11, 1000);
>
> The I want that the freeswitch says the "random number":
> session:execute("say", "de name_spelled iterated " ..test_nummer);
>
> It works fine in English but I don't bring the freeswitch to say the  
> number in german. I installed the freeswitch-lang- 
> de_1.0.3-1_i386.deb, change the line in freeswitch.xml:
> <section name="phrases" description="Speech Phrase Management">
>    <macros>
>      <X-PRE-PROCESS cmd="include" data="lang/de/*.xml"/>
>    </macros>
> </section>
>
> Here is an extraction from the fs_cli:
> 2009-07-31 16:23:47 [DEBUG] switch_core_state_machine.c:152  
> switch_core_standard_on_execute() sofia/external/anonymous at anonymous.invalid 
>  Execute set(default_language=de)
> 2009-07-31 16:23:47 [DEBUG] mod_dptools.c:711 set_function() sofia/external/anonymous at anonymous.invalid 
>  SET [default_language]=[de]
>
> But I don't here any German speech only the English on
>
> Does anybody of you have an idea? Thanks a lot again.





More information about the FreeSWITCH-users mailing list