<div dir="ltr">Hi there, I need your help for the RSS applications under freeswitch. I followed the instructions on <a href="http://wiki.freeswitch.org/wiki/Mod_rss">http://wiki.freeswitch.org/wiki/Mod_rss</a><br>and built one extension to test out the RSS in default.xml<br>
<br>&lt;extension name=&quot;rss&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^752$&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;tts_engine=flite&quot;/&gt;<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;tts_voice=kal&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;javascript&quot; data=&quot;news.js&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;rss&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp; &lt;/extension&gt;<br><br>But I still got the errors as follows:<br><br>2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!<br>2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!<br>
2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!<br>2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!<br>2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!<br>
2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!<br>2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!<br>2008-07-28 15:21:09 [ERR] switch_core_speech.c:60 switch_core_speech_open() inva<br>
lid speech module [cepstral]!<br>2008-07-28 15:21:09 [ERR] mod_rss.c:266 rss_function() Invalid TTS module!<br><br>Could anybody direct me to the right track? I have the flite TTS engine and want to use that, no cepstral on the freeswitch.<br>
<br>Thanks,<br><br>Chris<br><br></div>