...
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Setup & Configuration
Configure mod_ rss.conf.xml (in conf/autoload_configs):
...
Code Block |
---|
mkdir /opt/freeswitch/rss chown freeswitch.daemonfreeswitch /opt/freeswitch/rss chmod 755 /opt/freeswitch/rss |
...
Check whether your directory /usr/local/freeswitch/rss (or /opt/freeswitch/rss) exists and is accessible by the user who runs FreeSWITCH. If this doesn't work, try to use the full path above:
Ee.g.
Code Block |
---|
<feed name="Yahoo Business">/usr/local/freeswitch/rss/yahoobus.rss</feed> fetchURLFile("http://rss.news.yahoo.com/rss/business","/usr/local/freeswitch/rss/yahoobus.rss"); |
...
- Change /usr/src/freeswitch/src/mod/applications/mod_rss/mod_rss.c . Replace the English announcement strings with your localized string.
- In the directory /usr/src/freeswitch/src/mod/applications/mod_rss/ do a "make" and "make install" then.