<br><br><div class="gmail_quote">On Tue, Apr 21, 2009 at 12:55 PM, Kristian Kielhofner <span dir="ltr">&lt;<a href="mailto:kristian.kielhofner@gmail.com">kristian.kielhofner@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m still figuring out my schedule!  I should know soon...</blockquote><div><br>Hehe, I&#39;m just giving you a hard time. However, we definitely want you at Cluecon.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Here is the description of what I am trying to do from my original post:<br>
<br>
I&#39;m trying to add Spanish support to say.  I&#39;m using something like:<br>
<br>
&lt;include&gt;<br>
 &lt;language name=&quot;es&quot; sound-path=&quot;$${base_dir}/sounds/es/mx/asterisk&quot;<br>
tts-engine=&quot;cepstral&quot; tts-voice=&quot;callie&quot;&gt;<br>
   &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;demo/*.xml&quot;/&gt; &lt;!-- Note: this<br>
now grabs whole subdir, previously grabbed only demo.xml --&gt;<br>
   &lt;!--voicemail_en_tts is purely implemented with tts, we have the<br>
files based one that is the default. --&gt;<br>
   &lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;vm/sounds.xml&quot;/&gt;  &lt;!--<br>
vm/tts.xml if you want to use tts and have cepstral --&gt;<br>
 &lt;/language&gt;<br>
&lt;/include&gt;<br>
<br>
in conf/lang/es which is included by freeswitch.conf:<br>
<br>
&lt;X-PRE-PROCESS cmd=&quot;include&quot; data=&quot;lang/es/*.xml&quot;/&gt;<br>
<br>
..right after English.  Yet I continue to get<br>
<br>
[ERR] switch_ivr.c:2014 switch_ivr_say() Invalid SAY Interface [es]!<br>
<br>
 Whenever trying to use say:<br>
<br>
&lt;action application=&quot;say&quot; data=&quot;es name_spelled pronounced<br>
${caller_id_number}&quot;/&gt;<br>
<br>
 What am I missing?</blockquote><div><br></div></div>Okay, dumb questions...<br>#1 - did you enable mod_say_es in modules.conf and compile it?<br>#2 - did you load mod_say_es in modules.conf.xml?<br><br>If I already asked those questions then my apologies....<br>
<br>-MC<br>