<!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][15360] </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=15360">15360</a></dd>
<dt>Author</dt> <dd>mcollins</dd>
<dt>Date</dt> <dd>2009-11-04 17:30:40 -0600 (Wed, 04 Nov 2009)</dd>
</dl>
<h3>Log Message</h3>
<pre>Update ChangeLog through <a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=15359">r15359</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 (15359 => 15360)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/docs/ChangeLog        2009-11-04 22:55:33 UTC (rev 15359)
+++ freeswitch/trunk/docs/ChangeLog        2009-11-04 23:30:40 UTC (rev 15360)
</span><span class="lines">@@ -12,9 +12,13 @@
</span><span class="cx">         build: remove broken modules from debian build (FSBUILD-193/r:15068)
</span><span class="cx">         build: fix Build-Depends on debian build for skypiax (FSBUILD-197/r:15113)
</span><span class="cx">         build: Debian build misses some packages (FSBUILD-201/r:15216)
</span><ins>+        build: Win32 Dependencies do not download if there is a space in the path to sources (FSBUILD-203/r:15348)
</ins><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><span class="cx">         config: Add valet macros (r:15156)
</span><ins>+        config: Fix dialplan 6000 - call park retrieval example (r:15292)
+        config: clarify the info as the word IP in the option isn't clearly saying you can put an IP in the options value (r:15302)
+        config: Convert lang/fr/vm/sounds.xml to utf8 and minor changes (MODASRTTS-22/r:15319)
</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">@@ -87,6 +91,14 @@
</span><span class="cx">         core: answer channel on record to ensure media (r:15265)
</span><span class="cx">         core: refactor ringback so it does not start early_media until it has to (r:15266)
</span><span class="cx">         core: add record_min_sec chan var (r:15271)
</span><ins>+        core: flush audio on reset of auto-adjust (r:15282)
+        core: filter out unwanted media on rtp (r:15284)
+        core: make switch_cmp_addr ipv6 friendly and cleanup/refactor autoadjust code in rtp (r:15289)
+        core: add slide_write to switch_buffer (r:15297)
+        core: add non opaque return for switch_thread_cond_timedwait (r:15322)
+        core: fix some bypass xfer scenarios (r:15326)
+        core: Originate/bride doesn't pass 183s, then times out on media while in bypass-media mode (FSCORE-479/r:15329)
+        core: add flags to state_handler table (r:15356)
</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">@@ -106,6 +118,9 @@
</span><span class="cx">         mod_cid_lookup: Fix segfault on no DSN (MODAPP-346/r:15019)
</span><span class="cx">         mod_cidlookup: add whitepages.com support (r:15023)
</span><span class="cx">         mod_cidlookup: add channel var / debug log for cidlookup src (r:15268)
</span><ins>+        mod_cidlookup: fix minor bugs, make whitepages work if regular url not set (oops), channel var set for area,        ignore "UNKNOWN" and "UNAVAILABLE" from API (r:15331)
+        mod_cidlookup: more cleanup, always try to get a location, add verbose option to api call, cache area and src so the cache is full rep of cid data (r:15333)
+        mod_cidlookup: proper fix for working in npanxx only mode (thanks for the heads up bkw) (r:15341)
</ins><span class="cx">         mod_commands: add host_lookup api call (r:14667)
</span><span class="cx">         mod_commands: add uuid_exists api call (r:14668)
</span><span class="cx">         mod_commands: add non-destructive regex substitution (MODAPP-319/r:14727)
</span><span class="lines">@@ -148,6 +163,7 @@
</span><span class="cx">         mod_fifo: allow to call outbound member on on-the-fly fifo, also add a settings params to delete or keep all dynamic fifo entry (MODAPP-332/r:14989)
</span><span class="cx">         mod_fifo: skip setting callerid when it's already set (r:15071)
</span><span class="cx">         mod_h323: initial commit (r:15223)
</span><ins>+        mod_h323: fix faststart in progress handling (r:15352)
</ins><span class="cx">         mod_fifo: gracefully fail on missing config file (r:15106)
</span><span class="cx">         mod_iax: avoiding buffer overflow in silly iax lib (r:14910)
</span><span class="cx">         mod_lcr: fix possible null string passed to switch_log_printf (r:14514)
</span><span class="lines">@@ -163,6 +179,7 @@
</span><span class="cx">         mod_lua: fix seek function (MODLANG-124/r:14812)
</span><span class="cx">         mod_managed: Add utility function to create SWIGTYPE_p objects (r:14923)
</span><span class="cx">         mod_managed: Add ProgressMediaTime to ChannelVariables (r:15001)
</span><ins>+        mod_managed: Set stick flag on state handler so signal_bridge won't nuke it (r:15357)
</ins><span class="cx">         mod_memcache: update to libmemcached 0.32 (r:14935)
</span><span class="cx">         mod_memcache: add --with-memcached=no to libmemcached configure (r:14938)
</span><span class="cx">         mod_opal: Added setting of outgoing number and display name from extension number so H.323/Q.931 fields are set correctly in ALERTING and CONNECT messages sent for incoming calls.(r:14900)
</span><span class="lines">@@ -179,6 +196,10 @@
</span><span class="cx">         mod_skypiax: fires a custom event when an incoming CHATMESSAGE arrives. (r:14845)
</span><span class="cx">         mod_skypiax: added skypiax_chat command.(r:14857)
</span><span class="cx">         mod_skypiax: now outbound chatmessages follow the standard path, you can send them with: chat,<proto>|<from>|<to>|<message> or with: skypiax_chat,<interfacename> <to> <text>. (r:14884)
</span><ins>+        mod_skypiax: when sending a chatmessage, do not report it as an incoming message (eg: do not report the messages sent by myself) (r:15327)
+        mod_skypiax: added one more 'PROTOCOL 7' command, because windows was not getting it. Now CHATMESSAGES will probably work on windows too (r:15342)
+        mod_skypiax: added 'report_incoming_chatmessages' configuration file per_interface setting. To activate it, put its value to '1' or 'true', any other value will be 'false'. Defualts to 'true' (r:15343)
+        mod_skypiax: commented out 'XCloseDisplay' lines, seems to cause crashes... (r:15344)
</ins><span class="cx">         mod_snipe_hunt: add mod_snipe_hunt to tree (r:14937)
</span><span class="cx">         mod_sofia: allow custom SIP X-headers in 180/183/200 messages (MODSOFIA-20/r:14482)
</span><span class="cx">         mod_sofia: use switch_mprintf to securely parse the user parameters for the SQL query for reboot in mod_sofia (MODENDP-233/r:14484)
</span><span class="lines">@@ -219,6 +240,9 @@
</span><span class="cx">         mod_sofia: sql-in-transactions profile param (only vaid on first load) whether or not to bundle sql stmts in transactions (r:15217)
</span><span class="cx">         mod_sofia: add pass-callee-id (defaults to true) disable by setting it to false if you encounter something too stupid to ignore X headers (r:15230)
</span><span class="cx">         mod_sofia: overcome ack via in nat (r:15277)
</span><ins>+        mod_sofia: windows compiler fixes and switch_mprintf overflow(32bit only) (r:15286)
+        mod_sofia: doing carot dialing to a location without a gateway will result in the host being null in some cases this will not allow that if you specify the full sip:dest@host it works fine but if you only specify the number then host will be null (r:15332)
+        mod_sofia: add distinct-to=true|false to be used with from-domain when you don't want to change the to (r:15334)
</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 class="lines">@@ -227,6 +251,7 @@
</span><span class="cx">         mod_tts_commandline: quote shell args, create an unique tempfile (r:14931)
</span><span class="cx">         mod_tts_commandline: improve, update config file (MODASRTTS-21/r:14932)
</span><span class="cx">         mod_unimrcp: add support for file://, <speak, and <grammar (r:15236)
</span><ins>+        mod_unimrcp: fixed pizza demo bug, other misc ungoodness (r:15330)
</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></pre>
</div>
</div>
<div id="footer">See you at ClueCon</div>
</body>
</html>