<!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][15188] </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=15188">15188</a></dd>
<dt>Author</dt> <dd>mcollins</dd>
<dt>Date</dt> <dd>2009-10-21 15:26:12 -0500 (Wed, 21 Oct 2009)</dd>
</dl>
<h3>Log Message</h3>
<pre>Update ChangeLog through <a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=15187">r15187</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 (15187 => 15188)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/docs/ChangeLog        2009-10-21 19:58:11 UTC (rev 15187)
+++ freeswitch/trunk/docs/ChangeLog        2009-10-21 20:26:12 UTC (rev 15188)
</span><span class="lines">@@ -13,6 +13,7 @@
</span><span class="cx">         build: fix Build-Depends on debian build for skypiax (FSBUILD-197/r:15113)
</span><span class="cx">         config: improvements to French language handling (MODASRTTS-20/r:14911)
</span><span class="cx">         config: Add valet_parking to default config (r:15124)
</span><ins>+        config: Add valet macros (r:15156)
</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: refactor 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">@@ -63,6 +64,15 @@
</span><span class="cx">         core: Add 48k 30ms and 40ms codecs (r:15135)
</span><span class="cx">         core: Fix playback cannot play stereo .wav files (FSCORE-463/r:15139)
</span><span class="cx">         core: refactor some of the message parsing code to use fifo to reduce threading contention (r:15142)
</span><ins>+        core: send update after both sides are answered (r:15149)
+        core: fix playback_ms and record_ms to work right and add playback_seconds and record_seconds (r:15155)
+        core: delay update till after media has been confirmed to prevent SOA race in sip (r:15159)
+        core: fix arg parsing on restart to not accumulate args (r:15164)
+        core: add new macro to make sure we don't send bypass command too soon (r:15165)
+        core: Fix shutdown not working on Windows with fs_cli (FSCORE-435/r:15167)
+        core: Fix inbound calls with incompatible codecs can result in heap corruption and crash (FSCORE-467/r:15178)
+        core: prevent unsolicted ring_ready (r:15179)
+        core: make switch_core_sqldb_stop non-blocking (FSCORE-470/r:15183)
</ins><span class="cx">         docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)
</span><span class="cx">         embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)
</span><span class="cx">         embedded_languages: add session.hangupCause() (r:14912)
</span><span class="lines">@@ -86,9 +96,11 @@
</span><span class="cx">         mod_commands: add bg_system (like system but in the bg) (r:14746)
</span><span class="cx">         mod_commands: add optional trailing & to sched_api to denote running the task in a sep thread (r:14765)
</span><span class="cx">         mod_commands: fix segfault (r:14961)
</span><ins>+        mod_commands: Updating tab completion for show cli command (FSCORE-468/r:15180)
</ins><span class="cx">         mod_conference: Fix conference floor ownership being ceded too easily (MODAPP-323/r:14703)
</span><span class="cx">         mod_conference: Display callers' rates (r:14992)
</span><span class="cx">         mod_conference: Don't start conf auto record until a second party arrives (MODAPP-348/r:15029)
</span><ins>+        mod_conference: wait-mod doesn't loop moh-sound audio file (MODAPP-349/r:15171)
</ins><span class="cx">         mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103)
</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 certian apps right away (also mod_dptools) (r:14906)
</span><span class="lines">@@ -169,6 +181,11 @@
</span><span class="cx">         mod_sofia: append host when its not supplied on carrot dialing (r:15099)
</span><span class="cx">         mod_sofia: Fix MESSAGE_QUERY causes event without minimum event information (MODEVENT-58/r:15117)
</span><span class="cx">         mod_sofia: Add a log message when the invite has no SDP and 3pcc isn't enabled to aid troubleshooting (r:15140)
</span><ins>+        mod_sofia: add variable for one legged 302's via originate so you can tell it happened. (r:15163)
+        mod_sofia: clear up some more display issues and fix resume-media-on-hold sofia option (r:15177)
+        mod_sofia: Fix bridge call seems to hangup as if originator_cancelled when it has not (FSCORE-471/r:15186)
+        mod_sofia: fix issue with resume-media-on-hold and t38 re-invites (r:15187)
+        mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162)
</ins><span class="cx">         mod_tts_commandline: Add new module (r:14827)
</span><span class="cx">         mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885)
</span><span class="cx">         mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels (r:14886)
</span><span class="lines">@@ -179,12 +196,16 @@
</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="cx">         mod_valet_parking: add auto ext type and support for being called from bind_meta_app to valet_parking (needs some more) (r:15145)
</span><ins>+        mod_valet_parking: add sleep to inline dp to make xfer to valet wait a second (r:15168)
+        mod_valet_parking: enforce arg checking (r:15176)
+        mod_valet_parking: Add mod_valet_parking to the windows build (r:15185)
</ins><span class="cx">         mod_vmd: fix glaring rwdeadlock in mod_vmd (r:14994)
</span><span class="cx">         mod_voicemail: fix operator-ext/operator-extension duplicate config declaration (r:14498)
</span><span class="cx">         mod_voicemail: allow profile to be specified sep from domain user@domain.com@myprofile (r:14756)
</span><span class="cx">         mod_voicemail: announce number of saved messages when there are no new messages (r:14964)
</span><span class="cx">         mod_voicemail: Add new api call to get user mailbox settings (MODAPP-325/r:14982)
</span><span class="cx">         mod_voicemail: Add ability to skip greeting and instructions when leaving voicemail (MODAPP-331/r:14990)
</span><ins>+        mod_voicemail: Fix VM disk quota (MODAPP-353/r:15161)
</ins><span class="cx">         mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs (windows build to follow) (r:15036)
</span><span class="cx">         mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs - windows (r:15088)
</span><span class="cx">         mod_xml_curl: Fix crash when using use-dynamic-url (XML-10/r:14850)
</span></span></pre>
</div>
</div>
<div id="footer">See you at ClueCon</div>
</body>
</html>