<!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][17116] </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=17116">17116</a></dd>
<dt>Author</dt> <dd>mcollins</dd>
<dt>Date</dt> <dd>2010-03-26 16:14:47 -0500 (Fri, 26 Mar 2010)</dd>
</dl>
<h3>Log Message</h3>
<pre>Update ChangeLog through <a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=17115">r17115</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 (17115 => 17116)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/docs/ChangeLog        2010-03-26 20:09:44 UTC (rev 17115)
+++ freeswitch/trunk/docs/ChangeLog        2010-03-26 21:14:47 UTC (rev 17116)
</span><span class="lines">@@ -49,6 +49,7 @@
</span><span class="cx">         build: Disable rpath checking in freeswitch.spec (FSBUILD-217/r:16037)
</span><span class="cx">         build: Remove libuuid from tree (r:16072)
</span><span class="cx">         build: Avoid building static version of modules (e.g. mod_enum.a) by adding the "-shared" libtool option. (r:16225)
</span><ins>+        build: Fix pidfile path in debian init script (FSBUILD-264/r:17040)
</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><span class="lines">@@ -247,6 +248,11 @@
</span><span class="cx">                 group_confirm_file=<file>
</span><span class="cx">                 group_confirm_error_file=<file>
</span><span class="cx">                 group_confirm_key=<now can be one or more keys>
</span><ins>+        core: add uuid_bridge_continue_on_cancel var to move on in dialplan if uuid_bridged channel hits a bad b-leg (r:17044)
+        core: switch_core_service_thread() causes crash in Windows (FSCORE-576/r:17065)
+        core: Break the loop in switch_ivr_parse_all_events() if CF_BREAK flag has been set (FSCORE-577/r:17074)
+        core: Fix memory leak caused by the function switch_core_codec_copy (FSCORE-579/r:17105)
+        core: add sanity check to project size of decoded codec data (r:17108)
</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">@@ -284,6 +290,7 @@
</span><span class="cx">         libsofiasip: make sofia not auto-respond to SUBSCRIBE refresh requests (r:16273)
</span><span class="cx">         libsofiasip: Assertion fails in nua_bye_server_report (SFSIP-197/r:16534)
</span><span class="cx">         libsofiasip: Fix segfault in stun_encode_message (FSCORE-551/r:16635)
</span><ins>+        libsofiasip: fix typo in sofia that causes endless loop when you have a challenge with 2 auth headers in it (r:17114)
</ins><span class="cx">         libspandsp: update to spandsp snapshot 20091005 (r:15084)
</span><span class="cx">         libspandsp: update to spandsp-20091006 snapshot (r:15093)
</span><span class="cx">         libspandsp: fix spandsp build on 32 bit 10.6 OS X builds (LBCODEC-4,MODAPP-351/r:15631)
</span><span class="lines">@@ -299,6 +306,7 @@
</span><span class="cx">         mod_bv32: add support for BroadVoice32 codec (r:15464)
</span><span class="cx">         mod_bv32: add plc (r:15466)
</span><span class="cx">         mod_cdr_csv: try to rotate on failed write to cdr file (r:14948)
</span><ins>+        mod_cdr_pg_csv: postgresql cdr module, requires some adjustments to make it more platform agnostic, good for solaris and centos (Cypromis) (r:17100)
</ins><span class="cx">         mod_celt: bring CELT up to the latest build we need more testers (r:15278)
</span><span class="cx">         mod_celt: add CELT for Windows (r:16414)
</span><span class="cx">         mod_cidlookup: Fix segfault on no DSN (MODAPP-346/r:15019)
</span><span class="lines">@@ -334,6 +342,7 @@
</span><span class="cx">         mod_commands: fsctl add shutdown now for debugging (r:16220)
</span><span class="cx">         mod_commands: add uuid_simplify and sip_auto_simplify (r:16420)
</span><span class="cx">         mod_commands: switch_channel_expand_variables value escape enhancement (MODAPP-354/r:16465)
</span><ins>+        mod_commands: Add missing show modules to mod_commands (FSCORE-468/r:17015)
</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><span class="lines">@@ -359,6 +368,8 @@
</span><span class="cx">         mod_dialplan_xml: Add optional loops attr to xml dp extension (thanks MOC) (r:16886)
</span><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><ins>+        mod_dingaling: force marked answer on dingaling outbound calls when accept is received (r:17043)
+        mod_dingaling: Fix STUN-related core dump (MODENDP-299/r:17049)
</ins><span class="cx">         mod_directory: initial commit of real code (MODAPP-325/r:14981)
</span><span class="cx">         mod_directory: fix segfault on failure (r:15076)
</span><span class="cx">         mod_distributor: Initial commit (r:15421)
</span><span class="lines">@@ -375,6 +386,7 @@
</span><span class="cx">         mod_dptools: make bridge_terminate_key work in bypass media when using info dtmf (r:16530)
</span><span class="cx">         mod_dptools: Fix bypass_media ignored in dial string (DP-14/r:16588)
</span><span class="cx">         mod_dptools: add param setting function to asr (r:16600)
</span><ins>+        mod_dptools: add action='user_call' to xml_curl lookups for the user endpoint (r:17115)
</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><span class="cx">         mod_erlang_event: optionally allow compatibility with nodes running older OTP releases (R7 through current) (r:15189)
</span><span class="lines">@@ -398,6 +410,8 @@
</span><span class="cx">         mod_fifo: skip setting callerid when it's already set (r:15071)
</span><span class="cx">         mod_fifo: convert mod_fifo to cache_db (r:15971)
</span><span class="cx">         mod_fifo: Small bug in odbc-dsn settings parsing (MODAPP-383/r:16018)
</span><ins>+        mod_fifo: Fix core dump on assert fail in switch_core_hash (FSCORE-574/r:17023)
+        mod_fsv: wait for video before recording in mod_fsv (r:17103)
</ins><span class="cx">         mod_h323: initial commit (r:15223)
</span><span class="cx">         mod_h323: fix faststart in progress handling (r:15352)
</span><span class="cx">         mod_h323: remove SWITCH_RTP_FLAG_AUTOADJ because its not work correctly and not do anything reliable in our cases (r:15374)
</span><span class="lines">@@ -414,6 +428,7 @@
</span><span class="cx">         mod_lang: Change mod_lua so that it registers as a dialplan (MODLANG-140/r:15400)
</span><span class="cx">         mod_lcr: fix possible null string passed to switch_log_printf (r:14514)
</span><span class="cx">         mod_lcr: Add support for user_rates which are the (optional) end-user rates (MODAPP-340/r:15022)
</span><ins>+        mod_lcr: fix potential buffer overflow (r:17051)
</ins><span class="cx">         mod_limit: set more chan vars in limit_function (r:14733)
</span><span class="cx">         mod_limit: fix counter-only mode in limit_hash_execute (r:14829)
</span><span class="cx">         mod_limit: add limit_ignore_transfer var (MODAPP-334/r:14830)
</span><span class="lines">@@ -423,6 +438,7 @@
</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><span class="cx">         mod_limit: Fix stack corruption when calling an empty call-group (MODAPP-407/r:16957)
</span><ins>+        mod_limit: Improve rate limit support add switch_core_hash_delete_multi (MODAPP-412/r:17085)
</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">@@ -438,6 +454,7 @@
</span><span class="cx">         mod_managed: Add XmlSearchBinding (r:15406)
</span><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><ins>+        mod_nibblebill: Support custom sql with var expansion (MODAPP-409/r:17081)
</ins><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="cx">         mod_opal: Fixed compile issues with latest Opal (r:15545)
</span><span class="cx">         mod_portaudio: fix compilation failure in mod_portaudio_stream (MODFORM-35/r:14531)
</span><span class="lines">@@ -452,11 +469,14 @@
</span><span class="cx">         mod_python: Fix infinite recursion in python script causing crash (MODLANG-134/r:14898)
</span><span class="cx">         mod_python: fix memory leak (MODLANG-136/r:15432)
</span><span class="cx">         mod_python: Fix input callback with additional argument causes segfault (MODLANG-153/r:16536)
</span><ins>+        mod_rad_auth: Add RADIUS authentication module (r:17012)
</ins><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_sangoma_codec: added to trunk - thanks Moy (r:17110)
</ins><span class="cx">         mod_say: first cut and say interface rework to include gender and put all args into a struct for easier future extension (r:16929)
</span><span class="cx">         mod_say_es: Improve Spanish lang handling (MODAPP-317/r:15424)
</span><span class="cx">         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)
</span><ins>+        mod_say_hr: add Croatian say module (r:17011)
</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="lines">@@ -479,6 +499,7 @@
</span><span class="cx">         mod_skypiax: changed audio i/o tcp socket size and timing constant on linux, for better compatibility with virtual machines (r:16330)
</span><span class="cx">         mod_skypiax: added FS timers, allow for better Virtual Machine (xen, ec2) conference behavior, to be polished (r:16521)
</span><span class="cx">         mod_snipe_hunt: add mod_snipe_hunt to tree (r:14937)
</span><ins>+        mod_sndfile: Fix core dump when trying to record ADCPM in stereo (MODFORM-39/r:16999)
</ins><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="cx">         mod_sofia: display the profile name on sofia status gateway xxx (r:14520)
</span><span class="lines">@@ -595,6 +616,14 @@
</span><span class="cx">         mod_sofia: move exception for iLBC hack to sdp up to sofia (see Moc if anything breaks) (r:16898)
</span><span class="cx">         mod_sofia: Rewrite of the s= line when proxy_media=true (Following MODSOFIA-50) (MODSOFIA-64/r:16919)
</span><span class="cx">         mod_sofia: Add expires to PRESENCE_PROBE event (MODENDP-298/r:16968)
</span><ins>+        mod_sofia: add display feature to SCA (r:17054)
+        mod_sofia: fix it so the Cisco phones will update their display properly in these cases and not show Private for all calls (r:17066)
+        mod_sofia: only allow barge-in on SCA mode when calls are from their own line (r:17067)
+        mod_sofia: add sip_local_network_addr var to see the ip of the sip profile a call came in or went out on for cdr (FSCORE-562/r:17073)
+        mod_sofia: mod_sofia: Add url encode to a var in the xml output to be valid xml. Also changed switch_url_encode to return the pointer of the string rather than the length, same as switch_amp_encode() (r:17087)
+        mod_sofia: prevent race in killgw followed by an immediate rescan with the same gateway name (r:17096)
+        mod_sofia: fix telephone-event negotiation with devices that don't do what the rfc says they SHOULD do (r:17097)
+        mod_sofia: Double @ in To header (MODENDP-300/r:17098)
</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><span class="cx">         mod_spidermonkey: fix teletone issues in javascript (MODLANG-159/MODLANG-162/r:16909)
</span><span class="lines">@@ -651,6 +680,8 @@
</span><span class="cx">         mod_voicemail: fix vm to inherit params from domain/group (r:16644)
</span><span class="cx">         mod_voicemail: that shouldve been wrlock, and its missing an unlock (r:16647)
</span><span class="cx">         mod_voicemail: add vm_list vm_delete and alias voicemail_inject to vm_inject (r:16673)
</span><ins>+        mod_voicemail: update vm_list to include timestamps (r:17014)
+        mod_voicemail: add vm_auto_play=false var if you do not wish the vm to auto-play new messages (r:17055)
</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_voipcodecs: rearrange codecs so we don't have crazy overlap and remove G723-32 and move it up to dynamic cuz people have nothing better to do then write stupid RFC's (r:16251)
</span><span class="lines">@@ -661,6 +692,7 @@
</span><span class="cx">         mod_xml_curl: Fix crash when using use-dynamic-url (XML-10/r:14850)
</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><ins>+        mod_xml_curl: change default to disable100continue, we don't acutally handle this case at all anyways, it just causes the request to fail (r:17102)
</ins><span class="cx">         mod_xml_rpc: Fix auth issue (XMLINT-54/r:14580)
</span><span class="cx">         mod_xml_rpc: Fix crash in xml_rpc web interface (XML-23/r:16941)
</span><span class="cx">         phrases: Add Recursive phrases support (FSCORE-458/r:15101)
</span></span></pre>
</div>
</div>
<div id="footer">See you at ClueCon</div>
</body>
</html>