<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p style="margin-bottom: 0in"><b>Hello, again. This week in the
        FreeSWITCH master branch we had 137 commits! That is an average
        of ten commits per day and roughly an average of one commit
        every hour over the entire week! Awesome! We had a neat new
        feature added with TLS and SRTP support for AES-GCM. This
        feature allows for fully encrypting calls(both signaling, and
        media) in a higher density and with latest TLS 1.2 so it's
        secure against some of the recent TLS security issues. More
        about this new feature can be found here on the wiki: <a
          moz-do-not-send="true" class="moz-txt-link-freetext"
          href="http://en.wikipedia.org/wiki/Galois/Counter_Mode">http://en.wikipedia.org/wiki/Galois/Counter_Mode</a></b></p>
    <p style="margin-bottom: 0in"> </p>
    <p style="margin-bottom: 0in"><b>The following bugs were squashed:</b></p>
    1d36f5b fixed so that max_registrations_per_extension does no limit
    concurrent call counts<br>
    Jira: <a moz-do-not-send="true"
      href="http://jira.freeswitch.org/browse/FS-5915">http://jira.freeswitch.org/browse/FS-5915</a><br>
    f862c34 fixed bug in Freeswitch core dealing with calls not hanging
    up after hold<br>
    Jira: <a moz-do-not-send="true"
      href="http://jira.freeswitch.org/browse/FS-6272">http://jira.freeswitch.org/browse/FS-6272</a><br>
    f751455 fix race condition where a transferring leg could be hungup
    on by the bridge partner from the previous bridge<br>
    fa92f81 fixed bug in delay retry and clarified log line in
    mod_json_cdr<br>
    Jira: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="http://jira.freeswitch.org/browse/FS-5888">http://jira.freeswitch.org/browse/FS-5888</a><br>
    <p style="margin-bottom: 0in"><b>New features that were added:</b><br>
      8862fbc added 'join-only' conference flag </p>
    Jira: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="http://jira.freeswitch.org/browse/FS-5461">http://jira.freeswitch.org/browse/FS-5461</a><br>
    5b26558 add json support for mod_event_sockets event_sink<br>
    Jira: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="http://jira.freeswitch.org/browse/FS-5207">http://jira.freeswitch.org/browse/FS-5207</a><br>
    aa78006 Added Windows equivalent of Linux's fail2ban. Thanks, drk.<br>
    Jira: <a moz-do-not-send="true"
      href="http://jira.freeswitch.org/browse/FS-3588">http://jira.freeswitch.org/browse/FS-3588</a><br>
    463f32c Support AES-GCM mode in SRTP<br>
    Jira: <a moz-do-not-send="true"
      href="http://jira.freeswitch.org/browse/FS-5937">http://jira.freeswitch.org/browse/FS-5937</a><br>
    5646957 more work to support AES-GCM mode in SRTP<br>
    Jira: <a moz-do-not-send="true"
      href="http://jira.freeswitch.org/browse/FS-5937">http://jira.freeswitch.org/browse/FS-5937</a><br>
    a900ead added Support AES-GCM mode in SRTP<br>
    Jira: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="http://jira.freeswitch.org/browse/FS-5937">http://jira.freeswitch.org/browse/FS-5937</a>
    <p style="margin-bottom: 0in"><b>Improvements in cross platform
        build supports:</b><br>
      ffa14f3 remove python requirement for libsndfile build </p>
    727ce93 more work getting FS-6271 to compile on Windows<br>
    Jira: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="http://jira.freeswitch.org/browse/FS-6271">http://jira.freeswitch.org/browse/FS-6271</a><br>
    0c7946b improve srtp build on Dragonfly and NetBSD<br>
    44410b7 work towards building on smartos<br>
    Jira: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="http://jira.freeswitch.org/browse/FS-6227">http://jira.freeswitch.org/browse/FS-6227</a><br>
    691c454 tagged Freeswitch 1.5.10<br>
    d86bb20 added support for DESTDIR to modcheck<br>
    62a2898 update the version string<br>
    378caeb fixed building without SRTP<br>
    d7794af improved build support for Dragonfly<br>
    645ab80 tagged Freeswitch version 1.5.8<br>
    d97b163 upgraded mod_ruby to SWIG 2.0
    <p style="margin-bottom: 0in"><b>In terms of stability these were
        the use cases that were fixed:</b><br>
      68692d9 fixed segfault in mod_voicemail_ivr related to profile
      naming </p>
    Jira: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="http://jira.freeswitch.org/browse/FS-5154">http://jira.freeswitch.org/browse/FS-5154</a><br>
    e398ede fixed memory corruption and leak in mod_erlang<br>
    Jira: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="http://jira.freeswitch.org/browse/FS-5975">http://jira.freeswitch.org/browse/FS-5975</a><br>
    827c5ac fixed segfault on second call of gsm remove 1 in mod_gsmopen<br>
    Jira: <a moz-do-not-send="true" class="moz-txt-link-freetext"
      href="http://jira.freeswitch.org/browse/FS-5908">http://jira.freeswitch.org/browse/FS-5908</a>
    <p style="margin-bottom: 0in"><b>Feedback welcome and the referenced
        commits are in the attached text file with corresponding Jira
        links</b>. </p>
    <pre class="moz-signature" cols="72">-- 
Kathleen King
Quentus Technologies, INC
1037 NE 65th St Suite 273
Seattle, WA 98115
Main:   (877) 211-9337
Cell:   (703) 859-3757
<a class="moz-txt-link-abbreviated" href="mailto:kathleen.king@quentustech.com">kathleen.king@quentustech.com</a></pre>
  </body>
</html>