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">&lt;<a href="mailto:rrodolfos@gmail.com" target="_blank">rrodolfos@gmail.com</a>&gt;</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 &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt; wrote:<br>
&gt; Go ahead and update to latest git and make sure the problem still exists.<br>
&gt; (It probably will. :) The go to <a href="http://jira.freeswitch.org" target="_blank">jira.freeswitch.org</a> and open a ticket. I<br>
&gt; know that English is not your first language but that&#39;s okay, just do your<br>
&gt; best. If you really need to express something and are not sure how to do it<br>
&gt; in English then do it in Spanish and we&#39;ll use Google translate to help out.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; MC<br>
&gt;<br>
&gt; On Thu, May 17, 2012 at 9:21 AM, RrodolfoS . &lt;<a href="mailto:rrodolfos@gmail.com">rrodolfos@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; mod_say_es fail when tray pronounce voicemails messages dates, in<br>
&gt;&gt; english work well but in espanish fail.<br>
&gt;&gt;<br>
&gt;&gt; In spanish the ivr and voicemail intro work fine, except the<br>
&gt;&gt; voicemails messages.<br>
&gt;&gt;<br>
&gt;&gt; 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>
&gt;&gt;<br>
&gt;&gt; Configs details:<br>
&gt;&gt;<br>
&gt;&gt; Version<br>
&gt;&gt; FreeSWITCH Version 1.1.beta1 (git-4283408 2012-04-29 11-33-24 -0400)<br>
&gt;&gt;<br>
&gt;&gt; /usr/src/freeswitch/modules.conf<br>
&gt;&gt;  say/mod_say_es<br>
&gt;&gt;<br>
&gt;&gt; # make mod_say_es-install<br>
&gt;&gt;<br>
&gt;&gt; /usr/local/freeswitch/conf/freeswitch.xml<br>
&gt;&gt;  &lt;section name=&quot;languages&quot; description=&quot;Language Management&quot;&gt;<br>
&gt;&gt;    &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;lang/de/*.xml&quot;/&gt;<br>
&gt;&gt;    &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;lang/en/*.xml&quot;/&gt;<br>
&gt;&gt;    &lt;!-- &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;lang/es/*.xml&quot;/&gt; --&gt;<br>
&gt;&gt;    &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;lang/fr/*.xml&quot;/&gt;<br>
&gt;&gt;    &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;lang/ru/*.xml&quot;/&gt;<br>
&gt;&gt;    &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;lang/he/*.xml&quot;/&gt;<br>
&gt;&gt;  &lt;/section&gt;<br>
&gt;&gt;<br>
&gt;&gt; /usr/local/freeswitch/conf/vars.xml<br>
&gt;&gt;  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;default_language=es&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; /usr/local/freeswitch/conf/lang/es/es.xml<br>
&gt;&gt; &lt;include&gt;<br>
&gt;&gt;  &lt;language name=&quot;es&quot; say-module=&quot;es&quot;<br>
&gt;&gt; sound-prefix=&quot;$${sounds_dir}/es/mx/maria&quot; tts-engine=&quot;cepstral&quot;<br>
&gt;&gt; tts-voice=&quot;maria&quot;&gt;<br>
&gt;&gt;    &lt;phrases&gt;<br>
&gt;&gt;      &lt;macros&gt;<br>
&gt;&gt;        &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;demo/*.xml&quot;/&gt; &lt;!-- Note:<br>
&gt;&gt; this now grabs whole subdir, previously grabbed only demo.xml --&gt;<br>
&gt;&gt;        &lt;!-- voicemail_en_tts is purely implemented with tts, we have<br>
&gt;&gt; the files based one that is the default. --&gt;<br>
&gt;&gt;        &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;vm/sounds.xml&quot;/&gt; &lt;!--<br>
&gt;&gt; vm/tts.xml if you want to use tts and have cepstral --&gt;<br>
&gt;&gt;        &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;dir/sounds.xml&quot;/&gt; &lt;!--<br>
&gt;&gt; dir/tts.xml if you want to use tts and have cepstral --&gt;<br>
&gt;&gt;        &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;ivr/*.xml&quot;/&gt;  &lt;!-- IVR and<br>
&gt;&gt; custom phrases go here --&gt;<br>
&gt;&gt;      &lt;/macros&gt;<br>
&gt;&gt;      &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;vm/voicemail_ivr.xml&quot;/&gt;<br>
&gt;&gt;    &lt;/phrases&gt;<br>
&gt;&gt;  &lt;/language&gt;<br>
&gt;&gt; &lt;/include&gt;<br>
&gt;&gt;<br>
&gt;&gt; /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml<br>
&gt;&gt;    &lt;!-- Say --&gt;<br>
&gt;&gt;    &lt;load module=&quot;mod_say_es&quot;/&gt;<br>
&gt;&gt;    &lt;load module=&quot;mod_say_en&quot;/&gt;<br>
&gt;&gt;    &lt;!-- &lt;load module=&quot;mod_say_ru&quot;/&gt; --&gt;<br>
&gt;&gt;    &lt;!-- &lt;load module=&quot;mod_say_zh&quot;/&gt; --&gt;<br>
&gt;&gt;<br>
&gt;&gt; The spanish sounds are in /usr/local/freeswitch/sounds/es/mx/maria/<br>
&gt;&gt; with 8000, 16000, 32000, 44100 and 48000 sample rate mono.<br>
&gt;&gt;<br>
&gt;&gt; /usr/local/freeswitch/conf/lang/es are a modified copy of<br>
&gt;&gt; /usr/local/freeswitch/conf/lang/en<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; Join Us At ClueCon - Aug 7-9, 2012<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; Join Us At ClueCon - Aug 7-9, 2012<br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<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>