New Post on freeswitch.org from krice387<br>
check it out at http://ift.tt/1rUJmfP<br>
FreeSWITCH 1.4.13 Released!!<br><p>The FreeSWITCH Team is happy to announce the release of FreeSWITCH 1.4.13!!!!</p>
<p>Tarball is available at http://ift.tt/1rUJls8 as well as packages for Debian and Centos6 in their respective repositories!</p>
<p>This Release includes:</p>
<ul>
<li>Fix SegFault in switch_core_media.c &ndash; <a href="http://ift.tt/1ocyP4k" target="_blank">http://ift.tt/1ocyP4k</a>
</li>
<li>Updates for Xcode 6 on OSX Mavericks and Yosemite &ndash; <a href="http://ift.tt/1rUJlsa" target="_blank">http://ift.tt/1rUJlsa</a>
</li>
<li>Allow sub millisecond resolution for option ping times &ndash; <a href="http://ift.tt/1rUJlsc" target="_blank">http://ift.tt/1rUJlsc</a>
</li>
<li>Add ability to log commands executed in mod_xml_rpc</li>
<li>Fix error when resuming a call on hold &ndash; <a href="http://ift.tt/1rUJmMJ" target="_blank">http://ift.tt/1rUJmMJ</a>
</li>
<li>Fix missing Notify message record-route tag &ndash; <a href="http://ift.tt/1ocyRZS" target="_blank">http://ift.tt/1ocyRZS</a>
</li>
<li>Add new hard_mute control to allow apps to request low level mute e.g. from the rtp stack level. Its used in mod_conference to avoid reading audio while muted and possibly reduce some transcoding load</li>
<li>Improve SIP OPTIONS ping generation by distributing them across an interval &ndash; <a href="http://ift.tt/1rUJlsi" target="_blank">http://ift.tt/1rUJlsi</a>
</li>
<li>variable digits_dialed_filter to set regular expressions with () captures and anything matched will be replaced with X&rsquo;s in the CDR (useful for filtering things like CreditCard numbers) &ndash; <a href="http://ift.tt/1ocyS00" target="_blank">http://ift.tt/1ocyS00</a>
</li>
<li>fix leak of nua handle due to reference counting. Effects all calls with auth/challenge on INVITE</li>
<li>as well as several other minor tweaks and changes</li>
</ul><p>There are also several other minor changes and bug fixes in this release!</p>
<p>Along with this release we had to fix a small error in the main FreeSWITCH GIT repository on the v1.4 branch. On your next pull of the branch you may see a merge error. To resolve this error from your local copy of the git repo while on the v1.4 branch issue the following command:<br><code>git reset --hard origin/v1.4</code><br>
Please note, if you have local patches you will want to rebase from the main FreeSWITCH git repository to resolve the issue.</p>
<br>