New Post on freeswitch.org from kathleen<br>
check it out at http://ift.tt/1FkkF5y<br>
Freeswitch Week in Review (Master Branch) November 16th-22nd<br><p>Hello, again. This week in the FreeSWITCH master branch we had 25 commits. The new features for this week are: the addition of `connect-timeout` option for curl API command, allow setting CURL timeout from curl API command , respecting unmasked when creating new files in mod_sndfile , the addition of ignore_connect_fail config setting (to not kill the call when redis is down when using redis back-end for limit), support for additional curl auth methods in mod_curl , fifo_position macro, improvements to timerfd implementation (to be more accurate) , and mod_rayo to no longer support SSLv2/3 due to security concerns.</p>
<p>New features that were added:</p>
<ul>
<li>1ee325d Add `connect-timeout` option for curl API command</li>
<li>f1df8d6 Allow setting CURL timeout from curl API command</li>
<li>c73afe1 FS-7004 Respect unmasked when creating new files in mod_sndfile [Jira: <a href="http://ift.tt/1pgbVcN">http://ift.tt/1pgbVcN</a>]</li>
<li>6f660c3 Updated mod_rayo to no longer support SSLv2/3</li>
<li>f198d82 FS-5666 Add ignore_connect_fail config setting to not kill the call when redis is down when using redis back-end for limit [Jira: <a href="http://ift.tt/1pgbVcP">http://ift.tt/1pgbVcP</a>]</li>
<li>250234d FS-5800 Add support for additional curl auth methods in mod_curl [Jira: <a href="http://ift.tt/1pgbVcR">http://ift.tt/1pgbVcR</a>]</li>
<li>1e92619 FS-6097 &ndash; added fifo_position macro [Jira: <a href="http://ift.tt/1FkkFCz">http://ift.tt/1FkkFCz</a>]</li>
<li>da6043f Improve timerfd implementation to be more accurate</li>
<li>df423b8 Improve timerfd implementation to be more accurate</li>
</ul><p>Improvements in cross platform build supports:</p>
<ul>
<li>9673cf0 Fix for apr build issue fs-6848 freebsd arm</li>
<li>62a2e10 Remove hack breaking some cross compile builds. if you really need this, you should be using new enough glibc anyways.</li>
</ul><p><span id="more-637"></span></p>
<p>The following bugs were squashed:</p>
<ul>
<li>0cf770a FS-6996: #resolve fix define change as of glibc 2.20 for _BSD_SOURCE -&gt; _DEFAULT_SOURCE [Jira: <a href="http://ift.tt/1pgbVcT">http://ift.tt/1pgbVcT</a>]</li>
<li>424df19 FS-Fix for build failure on mips[Jira: <a href="http://ift.tt/1pgbU8z">http://ift.tt/1pgbU8z</a>]</li>
<li>8eaaa08 FS-6622 Set buffer size for streams based on the number of channels to avoid buffer starvation in mod_shout [Jira: <a href="http://ift.tt/1pgbVtb">http://ift.tt/1pgbVtb</a>]</li>
<li>5127b64 FS-7014 Don&rsquo;t touch the tech_pvt when a call has just ended, leaving us with a null tech_pvt in mod_sofia [Jira: <a href="http://ift.tt/1FkkFCF">http://ift.tt/1FkkFCF</a>]</li>
<li>8330336 FS-6450 Update library [apr] Backport APR_RING_FOREACH and APR_RING_FOREACH_SAFE macros to APR for unimrcp compatibility.[Jira: <a href="http://ift.tt/1pgbVtf">http://ift.tt/1pgbVtf</a>]</li>
<li>c645ab3 FS-6848 #resolve #comment slight tweak to fix the logic and avoid unbalanced parens [Jira: <a href="http://ift.tt/1FkkE1B">http://ift.tt/1FkkE1B</a>]</li>
<li>79de78a FS-7021 Remove extra loops when using originate_retries and the caller hangs up.[Jira: <a href="http://ift.tt/1pgbUp3">http://ift.tt/1pgbUp3</a>]</li>
</ul><p>The complete list of commits can be found here:<a href="http://ift.tt/1pgbUp7">2014_11_16-2014_11_23</a></p>
<br>