<br><br><div class="gmail_quote">On Tue, Apr 21, 2009 at 12:55 PM, Kristian Kielhofner <span dir="ltr"><<a href="mailto:kristian.kielhofner@gmail.com">kristian.kielhofner@gmail.com</a>></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'm still figuring out my schedule! I should know soon...</blockquote><div><br>Hehe, I'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'm trying to add Spanish support to say. I'm using something like:<br>
<br>
<include><br>
<language name="es" sound-path="$${base_dir}/sounds/es/mx/asterisk"<br>
tts-engine="cepstral" tts-voice="callie"><br>
<X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this<br>
now grabs whole subdir, previously grabbed only demo.xml --><br>
<!--voicemail_en_tts is purely implemented with tts, we have the<br>
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>
</language><br>
</include><br>
<br>
in conf/lang/es which is included by freeswitch.conf:<br>
<br>
<X-PRE-PROCESS cmd="include" data="lang/es/*.xml"/><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>
<action application="say" data="es name_spelled pronounced<br>
${caller_id_number}"/><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>