<!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][15202] </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=15202">15202</a></dd>
<dt>Author</dt> <dd>mcollins</dd>
<dt>Date</dt> <dd>2009-10-22 17:30:17 -0500 (Thu, 22 Oct 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update ChangeLog through <a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=15201">r15201</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 (15201 => 15202)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/docs/ChangeLog        2009-10-22 22:11:28 UTC (rev 15201)
+++ freeswitch/trunk/docs/ChangeLog        2009-10-22 22:30:17 UTC (rev 15202)
</span><span class="lines">@@ -73,6 +73,9 @@
</span><span class="cx">         core: Fix inbound calls with incompatible codecs can result in heap corruption and crash (FSCORE-467/r:15178)
</span><span class="cx">         core: prevent unsolicted ring_ready (r:15179)
</span><span class="cx">         core: make switch_core_sqldb_stop non-blocking (FSCORE-470/r:15183)
</span><ins>+        core: add SWITCH_MESSAGE_INDICATE_UUID_CHANGE to warn a session when the uuid has changed (r:15193)
+        core: Handle bypass_media_after_bridge with loopback (FSCORE-418/r:15195)
+        core: hangup_after_bridge=false only works if bypass_media=false (FSCORE-417/r:15196)
</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">@@ -113,8 +116,10 @@
</span><span class="cx">         mod_dptools: jump to a specific offset with the playback by appending @@&lt;samples&gt; to the path (r:14752)
</span><span class="cx">         mod_dptools: make continue_on_fail trigger explicit matching and only do default behaviour when it's not set (r:14972)
</span><span class="cx">         mod_dptools: att_xfer sometimes doesn't detect B leg hanging up on PSTN - this is a patch to hangup B and initiate the transfer of A to C by pressing * (DP-8/r:15013)
</span><ins>+        mod_dptools: Add Campon feature. (r:15201)
</ins><span class="cx">         mod_erlang_event: Add support for simply sending an arbitrary message to an arbitrary registered process at a node (r:14875)
</span><span class="cx">         mod_erlang_event: Deprecate new_pid message in favor of get_pid which has an extra element, the call's UUID (r:14877)
</span><ins>+        mod_erlang_event: optionally allow compatability with nodes running older OTP releases (R7 through current) (r:15189)
</ins><span class="cx">         mod_esf: Add ability to adjust multicast packet TTL with the config (MODAPP-338/r:14927)
</span><span class="cx">         mod_esf: fix compile error on windows (r:14934)
</span><span class="cx">         mod_event_socket: add unique-id check to sendevent to send and event to a session instead of the system (r:14874)
</span><span class="lines">@@ -147,6 +152,8 @@
</span><span class="cx">         mod_portaudio: add context param (r:14737)
</span><span class="cx">         mod_python: Fix segfault on multiple calls to Python (MODLANG-133/r:14847)
</span><span class="cx">         mod_python: Fix infinite recursion in python script causing crash (MODLANG-134/r:14898)
</span><ins>+        mod_radius_cdr: Fix Framed-IP-Address in start and stop having wrong IP (MODEVENT-52/r:15197)
+        mod_radius_crd: Fix memory leak from large CPS test (MODEVENT-55/r:15198)
</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">@@ -185,6 +192,8 @@
</span><span class="cx">         mod_sofia: clear up some more display issues and fix resume-media-on-hold sofia option (r:15177)
</span><span class="cx">         mod_sofia: Fix bridge call seems to hangup as if originator_cancelled when it has not (FSCORE-471/r:15186)
</span><span class="cx">         mod_sofia: fix issue with resume-media-on-hold and t38 re-invites (r:15187)
</span><ins>+        mod_sofia: Fix RTP destination port is not updated (SFSIP-180/r:15190)
+        mod_sofia: add sip-force-extension (r:15191)
</ins><span class="cx">         mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162)
</span><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></pre>
</div>
</div>
<div id="footer">See you at ClueCon</div>

</body>
</html>