<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The changes were related to fixing some performance bottlenecks in mod_fifo related to db operations. &nbsp;Is there any particular one that is causing the problem or are you reverting the entire change?<div><br></div><div>Please update details on&nbsp;<a href="http://jira.freeswitch.org/browse/FS-4903">http://jira.freeswitch.org/browse/FS-4903</a></div><div><br></div><div>Thanks</div><div>Mike</div><div><br><div><div>On Mar 18, 2013, at 6:43 PM, Thierry Panthier &lt;<a href="mailto:thierry.devel@gmail.com">thierry.devel@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div style="">Hi,</div><div style=""><br></div><div style="">I'm currently using a FreeSWITCH version from the stable branch (checked out on 29/01/2013), which works perfectly fine.</div><div style=""><br></div><div style="">
Yesterday I tried to use version 1.2.7 (with the exact same configuration) but my fifo stopped working. Basically every call never leaves the queue, they hang in there <i>waiting</i> forever.</div><div style=""><br></div><div style="">
I compared these versions and I noticed the following modification:</div><div style=""><br></div><div><font face="courier new, monospace">- fifo_execute_sql_queued(&amp;sql, SWITCH_TRUE, <b>SWITCH_TRUE</b>);</font></div><div>
<font face="courier new, monospace">+ fifo_execute_sql_queued(&amp;sql, SWITCH_TRUE, <b>SWITCH_FALSE</b>);</font></div><div><br></div><div style="">What was the motivation for this change?</div><div style=""><br></div><div style="">
If I revert the changes (use the old mod_fifo) everything works fine!</div><div style=""><br></div><div style="">Is anyone out there having a similar problem?</div><div style=""><br></div></div></blockquote></div><br></div></body></html>