<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[Freeswitch-trunk][16996] </title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<div id="header">FreeSWITCH Subversion</div>
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=16996">16996</a></dd>
<dt>Author</dt> <dd>mcollins</dd>
<dt>Date</dt> <dd>2010-03-15 16:00:19 -0500 (Mon, 15 Mar 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update ChangeLog through <a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=16995">r16995</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#freeswitchtrunkdocsChangeLog">freeswitch/trunk/docs/ChangeLog</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="freeswitchtrunkdocsChangeLog"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/docs/ChangeLog (16995 => 16996)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/docs/ChangeLog        2010-03-15 20:41:56 UTC (rev 16995)
+++ freeswitch/trunk/docs/ChangeLog        2010-03-15 21:00:19 UTC (rev 16996)
</span><span class="lines">@@ -64,6 +64,7 @@
</span><span class="cx">         config: Add confirm-key &amp; -macro, tts-engine &amp; -voice, confirm-attempts attributes, extra comments to ivr.conf.xml (r:15929)
</span><span class="cx">         config: Allow specifying auth-scheme in config (r:16350/MDXMLINT-56)
</span><span class="cx">         config: Improvements to french lang (FSCONFIG-18/r:16585)
</span><ins>+        config: Add new English sounds, sound prompts (r:16911)
</ins><span class="cx">         core: Add per-call logging (r:14509)
</span><span class="cx">         core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548)
</span><span class="cx">         core: re-factor node allocation and make a copy of userdata in case the session gets killed before the logger module gets the node (r:14555)
</span><span class="lines">@@ -231,6 +232,21 @@
</span><span class="cx">         core: add force_local_ip_v4 and force_local_ip_v6 global vars to override the core funcs to always discover the same ip (r:16801)
</span><span class="cx">         core: compromising on timing code, remove -vm and make it default, make new -heavy-timing for previous default, change tipping-point to work of count of active timers rather than sessions, this should statisfy the droves of 'I wish it worked like 1.0.4 people' (r:16853)
</span><span class="cx">         core: add events for bug start and stop (r:16858)
</span><ins>+        core: &quot;I want my two dollars, er, CPU percentage points&quot; (r:16869)
+        core: skip dialplan args with bad char sequences (r:16882)
+        core: fix mem leak in phrases (r:16884)
+        core: add an event to phrases to be used as possible variables in parsing (r:16885)
+        core: Fix infinite loop that consumes RAM on bridge group/ and enterprise originate (r:16913)
+        core: Fix crash in UniMRCP stream_write callback (r:16917)
+        core: Fix dore dump in mod_stun.c (MODENDP-297/r:16953)
+        core: add fsctl min_idle_cpu and min-idle-cpu feature to refuse calls after the system falls below a certain percentage of idle cpu (r:16962)
+        core: add record_fill_cng var (r:16964)
+        core: Remove proxy media flag on video calls when not in proxy media (FSRTP-12/r:16969)
+        core: improve group_confirm:
+                group_confirm_read_timeout=&lt;ms&gt;
+                group_confirm_file=&lt;file&gt;
+                group_confirm_error_file=&lt;file&gt;
+                group_confirm_key=&lt;now can be one or more keys&gt;
</ins><span class="cx">         docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)
</span><span class="cx">         docs: update es phrase file (MODAPP-317/r:15575)
</span><span class="cx">         embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)
</span><span class="lines">@@ -258,6 +274,8 @@
</span><span class="cx">         libesl: fix filters (and please use JIRA instead of mailing list to report bugs) (r:16527)
</span><span class="cx">         libesl: Add new examples about use ESL managed. Inbound and Outbound modes were documented. (r:16541)
</span><span class="cx">         libesl: Fix possible ESL deadlock when waiting for non-existent data on socket (r:16721)
</span><ins>+        libesl: fix esl sendevent issue and change the sendEvent method to return the reply text like sendRecv etc (r:16921)
+        libesl: Add ESL Dispatch perl example (Thanks Jay Binks) (r:16922)
</ins><span class="cx">         libiksemel: fix iksemel build against gnutls 2.x (FSBUILD-219/r:16019)
</span><span class="cx">         libjs: pass ldflags to dso builds for libjs and nspr (r:16549)
</span><span class="cx">         libminiupnpc: make socket connection nonblocking to timeout to dead ip addrs (r:16611)
</span><span class="lines">@@ -331,12 +349,14 @@
</span><span class="cx">         mod_conference: mod_conference add conference_max_members channel variable that can be set on the first channel calling a conference to override the profiles max-members param (r:16597)
</span><span class="cx">         mod_conference: Change conf recording to start properly when 2nd person joins (MODAPP-398/r:16681)
</span><span class="cx">         mod_conference: Fix race condition that occasionally prevents conf &quot;alone&quot; sound from playing (MODAPP-400/r:16723)
</span><ins>+        mod_conference: Add 'you are now muted' prompt to deaf-mute conference option. (MODAPP-402/r:16908)
</ins><span class="cx">         mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103) 
</span><span class="cx">         mod_curl: don't include response code in response data as it has its own var (MODAPP-369/r:15591)
</span><span class="cx">         mod_dialplan_xml: Fix anti-action not being supported for time-based conditions (DP-6/r:14901)
</span><span class="cx">         mod_dialplan_xml: add inline=true to actions to exec certain apps right away (also mod_dptools) (r:14906)
</span><span class="cx">         mod_dialplan_xml: Fix condition &quot;week of year&quot; calculation (DP-7/r:14968)
</span><span class="cx">         mod_dialplan_xml: Add holiday, week of year matching (Thanks Vagabond) (r:15721)
</span><ins>+        mod_dialplan_xml: Add optional loops attr to xml dp extension (thanks MOC) (r:16886)
</ins><span class="cx">         mod_dingaling: fix segfault on unload (MODENDP-243/r:14588)
</span><span class="cx">         mod_dingaling: Fix mod_dingaling does not reads profile information from configuration file at runtime till whole module is reloaded (LBDING-15/r:14917)
</span><span class="cx">         mod_directory: initial commit of real code (MODAPP-325/r:14981)
</span><span class="lines">@@ -370,6 +390,7 @@
</span><span class="cx">         mod_event_socket: only kill event socket on 100 consecutive errors (r:15671)
</span><span class="cx">         mod_event_socket: add userauth &lt;user&gt;@&lt;domain&gt;:&lt;pass&gt; to event_socket to auth against user directory uses esl-password esl-allowed-api esl-allowed-events and esl-allowed-log to control resource access (r:16160)
</span><span class="cx">         mod_fax: add spandsp_start_dtmf app to mod_fax (r:16727)
</span><ins>+        mod_fax: put tx page count if its TX (r:16940)
</ins><span class="cx">         mod_fifo: fix mod_fifo not honoring member_timeout (MODAPP-322/r:14552)
</span><span class="cx">         mod_fifo: add fifo_position var (r:14806)
</span><span class="cx">         mod_fifo: add API: fifo_add_outbound to add outbound members to a FIFO (r:14809)
</span><span class="lines">@@ -401,6 +422,7 @@
</span><span class="cx">         mod_limit: move mod_limit to cache_db and clean up vm legacy code (r:15677)
</span><span class="cx">         mod_limit: remove memcache version, it never worked right and is unworkable w/out a lot        of effort.  will revisit when pluggable limit implemented (r:15908)
</span><span class="cx">         mod_limit: mod_limit: use = instead of like (r:16020)
</span><ins>+        mod_limit: Fix stack corruption when calling an empty call-group (MODAPP-407/r:16957)
</ins><span class="cx">         mod_local_stream: add chime-list to local_stream (r:14966)
</span><span class="cx">         mod_local_stream: Fix memory leak at mod_local_stream (MODFORM-36/r:15431)
</span><span class="cx">         mod_logfile: add uuid parameter to prefix log files by the call's uuid (r:15502)
</span><span class="lines">@@ -432,11 +454,15 @@
</span><span class="cx">         mod_python: Fix input callback with additional argument causes segfault (MODLANG-153/r:16536)
</span><span class="cx">         mod_radius_cdr: Fix Framed-IP-Address in start and stop having wrong IP (MODEVENT-52/r:15197)
</span><span class="cx">         mod_radius_cdr: Fix memory leak from large CPS test (MODEVENT-55/r:15198)
</span><ins>+        mod_say: first cut and say interface rework to include gender and put all args into a struct for easier future extension (r:16929)
</ins><span class="cx">         mod_say_es: Improve Spanish lang handling (MODAPP-317/r:15424)
</span><ins>+        mod_say_fr: mod_say_fr: Update for better french support. Will probably have more stuff from FSCORE-528  to complement this patch (r:16933)
</ins><span class="cx">         mod_say_hu: add mod_say_hu to trunk from csecket branch (r:15622)
</span><span class="cx">         mod_say_it: Fix italian pronounce in mod_say_it (MODAPP-362/r:15407)
</span><span class="cx">         mod_say_it: fix hundred pronunciation (MODAPP-367/r:15500)
</span><span class="cx">         mod_say_th: add mod_say_th (MODLANG-144/r:15592)
</span><ins>+        mod_silk: add new module FTW! (r:16945)
+        mod_skinny: add new module, add conf.xml file and add to modules.in (r:16863)
</ins><span class="cx">         mod_skel_codec: Add (thanks Moy) (MODCODEC-14/r:14959)
</span><span class="cx">         mod_skypiax: ubermegapatch, more stability, robustness, scalability. Memory leaks not yet investigated, we'll do next (r:14517)
</span><span class="cx">         mod_skypiax: more stability, no dangling channels, MODSKYPIAX-42, added 'sk list' statistics (thanks Seven Du) MODENDP-236 (r:14533)
</span><span class="lines">@@ -565,8 +591,13 @@
</span><span class="cx">         mod_sofia: allow domains with no dot in them as long as you specify a profile name (r:16739)
</span><span class="cx">         mod_sofia: add sofia_dig [xml] api func (r:16745)
</span><span class="cx">         mod_sofia: Allow rewrite of the o= line either by detault or as an option when proxy_media=true (MODSOFIA-50/r:16806)
</span><ins>+        mod_sofia: change default dtmf duration to 2000ms from 100ms (MODENDP-296/r:16888)
+        mod_sofia: move exception for iLBC hack to sdp up to sofia (see Moc if anything breaks) (r:16898)
+        mod_sofia: Rewrite of the s= line when proxy_media=true (Following MODSOFIA-50) (MODSOFIA-64/r:16919)
+        mod_sofia: Add expires to PRESENCE_PROBE event (MODENDP-298/r:16968)
</ins><span class="cx">         mod_spidermonkey: allow inline javascript, use a ~ as first script character (r:15598)
</span><span class="cx">         mod_spidermonkey: fix mod_spidermonkey on OSX 10.6 (lets see if this breaks any other platforms) (r:15650)
</span><ins>+        mod_spidermonkey: fix teletone issues in javascript (MODLANG-159/MODLANG-162/r:16909)
</ins><span class="cx">         mod_spidermonkey_core_db: Allow to bind value to parameters in prepared statements (MODLANG-139/r:15632)
</span><span class="cx">         mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162)
</span><span class="cx">         mod_syslog: mod_syslog does not respect facility setting, always logs to user.* (LOGGER-4/r:15447)
</span><span class="lines">@@ -590,6 +621,7 @@
</span><span class="cx">         mod_unimrcp: fix for loquendo MRCPv2 - destroy session instead of removing channel (r:15736)
</span><span class="cx">         mod_unimrcp: Added synthparams and recogparams to config so that default MRCP params can be defined for SPEAK and RECOGNIZE requests (r:16717)
</span><span class="cx">         mod_unimrcp: Added ssml-mime-type config param to deal with server that doesn't like application/ssml+xml (r:16720)
</span><ins>+        mod_unimrcp: Do not allow speech_channel_destroy() to return unless MRCP session has been terminated. Do not explicitly destroy mutexes, buffers, and condvars that are allocated off of pool. (r:16938)
</ins><span class="cx">         mod_valet_parking: add (r:15072)
</span><span class="cx">         mod_valet_parking: sense att xfer in valet (r:15126)
</span><span class="cx">         mod_valet_parking: add events and valet_info fsapi to valet parking (r:15136)
</span><span class="lines">@@ -630,6 +662,7 @@
</span><span class="cx">         mod_xml_curl: Allow choice between HTTP Basic and Digest authentication (r:15107)
</span><span class="cx">         mod_xml_curl: Don't use signals when a timeout is specified (XMLINT-13/r:15997)
</span><span class="cx">         mod_xml_rpc: Fix auth issue (XMLINT-54/r:14580)
</span><ins>+        mod_xml_rpc: Fix crash in xml_rpc web interface (XML-23/r:16941)
</ins><span class="cx">         phrases: Add Recursive phrases support (FSCORE-458/r:15101) 
</span><span class="cx">         scripts: Fix Freeswitch gentls_cert script so the remove option works (FSBUILD-216/r:15965)
</span><span class="cx">         support: add fscore_pb script for dumping core info directly to pastebin (r:14904)
</span></span></pre>
</div>
</div>
<div id="footer">See you at ClueCon</div>

</body>
</html>