<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><extension name="rss"><br> <condition field="destination_number" expression="^752$"><br> <action application="set" data="tts_engine=flite"/><br>
<br> <action application="set" data="tts_voice=kal"/><br> <action application="javascript" data="news.js"/><br> <action application="rss"/><br>
</condition><br> </extension><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>