[Freeswitch-users] Language of the speech

Michael Jerris mike at jerris.com
Sun Aug 2 11:06:58 PDT 2009


how is going to play files that we don't have?

On Aug 2, 2009, at 8:18 AM, Rudolf Denert wrote:

> Hello,
>
> sorry but I don't understand your answer.
>
> BR
>
> ----- Ursprüngliche Mail -----
> Von: "Michael Jerris" <mike at jerris.com>
> An: freeswitch-users at lists.freeswitch.org
> Gesendet: Freitag, 31. Juli 2009 21:34:16 GMT +01:00 Amsterdam/ 
> Berlin/Bern/Rom/Stockholm/Wien
> Betreff: Re: [Freeswitch-users] Language of the speech
>
> 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