<div dir="ltr">It seems like you answered your own question if its not working.<div>This module has fallen into disuse and you should file a JIRA <a href="https://freeswitch.org/jira">https://freeswitch.org/jira</a> </div><div>Provide examples and steps to reproduce.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 8, 2016 at 3:44 PM, Dave Horton <span dir="ltr">&lt;<a href="mailto:daveh@beachdognet.com" target="_blank">daveh@beachdognet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I’m trying to get a basic example mod_rss app to work, as per the example in <a href="https://wiki.freeswitch.org/wiki/Mod_rss" rel="noreferrer" target="_blank">https://wiki.freeswitch.org/wiki/Mod_rss</a>,<br>
but running into multiple failures.<br>
<br>
The current blocking problem is that mod_rss is complaining of ill-formed xml syntax in the downloaded rss document:<br>
<br>
2016-06-08 16:21:08.815054 [WARNING] mod_rss.c:414 Error [[error near line 553]: unexpected closing tag &lt;/rss&gt;]<br>
<br>
However, I have inspected the document (the specific document is available at <a href="http://www.dansdeals.com/feed" rel="noreferrer" target="_blank">http://www.dansdeals.com/feed</a>) and it is valid syntax,<br>
and there is in fact an opening &lt;rss&gt; tag in the document.<br>
<br>
Before this, I ran into several problems that I had to hack the code to even get the basic menu to play and detect dtmf properly:<br>
<br>
1) The Main Menu text was putting in angle brackets into the text for some reason, causing them to get read out as “greater than”.<br>
Almost looks like someone thought they were formatting xml ?<br>
<br>
         //switch_snprintf(buf + len, sizeof(buf) - len, &quot;%d: %s. /&gt;&quot;, idx + 1, feed_names[idx]);<br>
<br>
2) The buffer into which dtmf was being collected was not properly zeroed out, so that dtmf entry of ‘1’ got treated as ‘1000’ by mod_rss, causing the session to end.<br>
<br>
I am running FreeSWITCH Version 1.6.8+git~20160505T153832Z~99de0ad502~64bit (git 99de0ad 2016-05-05 15:38:32Z 64bit)<br>
<br>
Either I am doing something wrong, or this doesn’t seem to work at all…..<br>
<br>
Dave<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬<div><br><div>☞ <a href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>  ☞ <a href="http://cluecon.com/" target="_blank">http://cluecon.com/</a>  ☞ <a href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a></div><div><div>☞ <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch ☞ <u><a href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a></u><br><br></div><div>ClueCon Weekly Development Call <br></div><div>☎ <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a>  ☎ +19193869900 </div><div><br></div></div></div><div><a href="https://www.youtube.com/watch?v=9XXgW34t40s" style="color:rgb(17,85,204);font-size:12.8000001907349px" target="_blank">https://www.youtube.com/watch?v=9XXgW34t40s</a></div><div><a href="https://www.youtube.com/watch?v=NLaDpGQuZDA" target="_blank">https://www.youtube.com/watch?v=NLaDpGQuZDA</a><br></div></div></div></div></div></div></div>
</div>