[Freeswitch-users] Mod RSS Err for reading news
unknown
chris.chen2004 at gmail.com
Mon Jul 28 08:38:19 PDT 2008
Hi there, I need your help for the RSS applications under freeswitch. I
followed the instructions on http://wiki.freeswitch.org/wiki/Mod_rss
and built one extension to test out the RSS in default.xml
<extension name="rss">
<condition field="destination_number" expression="^752$">
<action application="set" data="tts_engine=flite"/>
<action application="set" data="tts_voice=kal"/>
<action application="javascript" data="news.js"/>
<action application="rss"/>
</condition>
</extension>
But I still got the errors as follows:
2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!
2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!
2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!
2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!
2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!
2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!
2008-07-28 15:21:09 [ERR] mod_spidermonkey.c:2495 js_fetchurl_file() Error!
2008-07-28 15:21:09 [ERR] switch_core_speech.c:60 switch_core_speech_open()
inva
lid speech module [cepstral]!
2008-07-28 15:21:09 [ERR] mod_rss.c:266 rss_function() Invalid TTS module!
Could anybody direct me to the right track? I have the flite TTS engine and
want to use that, no cepstral on the freeswitch.
Thanks,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080728/0f558099/attachment-0002.html
More information about the FreeSWITCH-users
mailing list