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
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to