Thanks for doing the report. It may take some time as we have a very small number of engineers who are capable of doing this kind of work and they all have jobs, lives, families, etc. :)<br><br>-MC<br><br><div class="gmail_quote">
On Thu, May 17, 2012 at 9:32 PM, RrodolfoS . <span dir="ltr"><<a href="mailto:rrodolfos@gmail.com" target="_blank">rrodolfos@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Michael,<br>
<br>
I update Freeswitch today last git version:<br>
<br>
FreeSWITCH Version 1.2.0 (git-bbdcd33 2012-05-17 20-10-53 -0500)<br>
<br>
but fail persist.<br>
<br>
I did the bug report in jira, will wait for a response on failure.<br>
<br>
Thanks,<br>
<br>
RrodolfoS<br>
<br>
PD.:<br>
Actualice a la ultima versión de Freswitch desde Git, la falla<br>
persiste, también lo reporte en jira, esperare una respuesta sobre la<br>
falla,<br>
<br>
Muchas gracias por el interés!<br>
<br>
Saludos.<br>
<br>
On Thu, May 17, 2012 at 1:10 PM, Michael Collins <<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>> wrote:<br>
> Go ahead and update to latest git and make sure the problem still exists.<br>
> (It probably will. :) The go to <a href="http://jira.freeswitch.org" target="_blank">jira.freeswitch.org</a> and open a ticket. I<br>
> know that English is not your first language but that's okay, just do your<br>
> best. If you really need to express something and are not sure how to do it<br>
> in English then do it in Spanish and we'll use Google translate to help out.<br>
><br>
> Thanks,<br>
> MC<br>
><br>
> On Thu, May 17, 2012 at 9:21 AM, RrodolfoS . <<a href="mailto:rrodolfos@gmail.com">rrodolfos@gmail.com</a>> wrote:<br>
>><br>
>> mod_say_es fail when tray pronounce voicemails messages dates, in<br>
>> english work well but in espanish fail.<br>
>><br>
>> In spanish the ivr and voicemail intro work fine, except the<br>
>> voicemails messages.<br>
>><br>
>> The logs is the same of this <a href="http://www.freeswitch.es/node/14755" target="_blank">http://www.freeswitch.es/node/14755</a><br>
>><br>
>> Configs details:<br>
>><br>
>> Version<br>
>> FreeSWITCH Version 1.1.beta1 (git-4283408 2012-04-29 11-33-24 -0400)<br>
>><br>
>> /usr/src/freeswitch/modules.conf<br>
>> say/mod_say_es<br>
>><br>
>> # make mod_say_es-install<br>
>><br>
>> /usr/local/freeswitch/conf/freeswitch.xml<br>
>> <section name="languages" description="Language Management"><br>
>> <X-PRE-PROCESS cmd="include" data="lang/de/*.xml"/><br>
>> <X-PRE-PROCESS cmd="include" data="lang/en/*.xml"/><br>
>> <!-- <X-PRE-PROCESS cmd="include" data="lang/es/*.xml"/> --><br>
>> <X-PRE-PROCESS cmd="include" data="lang/fr/*.xml"/><br>
>> <X-PRE-PROCESS cmd="include" data="lang/ru/*.xml"/><br>
>> <X-PRE-PROCESS cmd="include" data="lang/he/*.xml"/><br>
>> </section><br>
>><br>
>> /usr/local/freeswitch/conf/vars.xml<br>
>> <X-PRE-PROCESS cmd="set" data="default_language=es"/><br>
>><br>
>> /usr/local/freeswitch/conf/lang/es/es.xml<br>
>> <include><br>
>> <language name="es" say-module="es"<br>
>> sound-prefix="$${sounds_dir}/es/mx/maria" tts-engine="cepstral"<br>
>> tts-voice="maria"><br>
>> <phrases><br>
>> <macros><br>
>> <X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note:<br>
>> this now grabs whole subdir, previously grabbed only demo.xml --><br>
>> <!-- voicemail_en_tts is purely implemented with tts, we have<br>
>> the files based one that is the default. --><br>
>> <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/> <!--<br>
>> vm/tts.xml if you want to use tts and have cepstral --><br>
>> <X-PRE-PROCESS cmd="include" data="dir/sounds.xml"/> <!--<br>
>> dir/tts.xml if you want to use tts and have cepstral --><br>
>> <X-PRE-PROCESS cmd="include" data="ivr/*.xml"/> <!-- IVR and<br>
>> custom phrases go here --><br>
>> </macros><br>
>> <X-PRE-PROCESS cmd="include" data="vm/voicemail_ivr.xml"/><br>
>> </phrases><br>
>> </language><br>
>> </include><br>
>><br>
>> /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml<br>
>> <!-- Say --><br>
>> <load module="mod_say_es"/><br>
>> <load module="mod_say_en"/><br>
>> <!-- <load module="mod_say_ru"/> --><br>
>> <!-- <load module="mod_say_zh"/> --><br>
>><br>
>> The spanish sounds are in /usr/local/freeswitch/sounds/es/mx/maria/<br>
>> with 8000, 16000, 32000, 44100 and 48000 sample rate mono.<br>
>><br>
>> /usr/local/freeswitch/conf/lang/es are a modified copy of<br>
>> /usr/local/freeswitch/conf/lang/en<br>
>><br>
>> _________________________________________________________________________<br>
>> Professional FreeSWITCH Consulting Services:<br>
>> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>><br>
>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
>> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
>><br>
>> Official FreeSWITCH Sites<br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>><br>
>> Join Us At ClueCon - Aug 7-9, 2012<br>
>><br>
>> FreeSWITCH-users mailing list<br>
>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
><br>
><br>
> _________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
><br>
> Join Us At ClueCon - Aug 7-9, 2012<br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>