<!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][16049] </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=16049">16049</a></dd>
<dt>Author</dt> <dd>mcollins</dd>
<dt>Date</dt> <dd>2009-12-23 15:35:47 -0600 (Wed, 23 Dec 2009)</dd>
</dl>
<h3>Log Message</h3>
<pre>Fix typos</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 (16048 => 16049)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/docs/ChangeLog        2009-12-23 18:29:24 UTC (rev 16048)
+++ freeswitch/trunk/docs/ChangeLog        2009-12-23 21:35:47 UTC (rev 16049)
</span><span class="lines">@@ -60,11 +60,11 @@
</span><span class="cx">         config: Add confirm-key & -macro, tts-engine & -voice, confirm-attempts attributes, extra comments to ivr.conf.xml (r:15929)
</span><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><del>-        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)
</del><ins>+        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)
</ins><span class="cx">         core: don't expose node allocation functions outside of switch_log.c (r:14556)
</span><span class="cx">         core: Fix leak in xml ivr menus (FSCORE-421/r:14579)
</span><span class="cx">         core: add record_start and record_stop events (r:14591)
</span><del>-        core: refactor mod_event_socket so it uses switch_log functions to duplicate and free log nodes while it uses them internally (fix bad ptr for userdata on event socket listeners) (r:14598)
</del><ins>+        core: re-factor mod_event_socket so it uses switch_log functions to duplicate and free log nodes while it uses them internally (fix bad ptr for userdata on event socket listeners) (r:14598)
</ins><span class="cx">         core: add answersec answermsec and answerusec to time how long it took for a call to be answered (r:14620)
</span><span class="cx">         core: add recursive flags and workaround for nested broadcast in controlled situations (r:14644)
</span><span class="cx">         core: add origination_cancel_key variable for a dtmf key that can abort an originating call (r:14645)
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">         core: fix Windows mem leak (FSCORE-440/r:14882)
</span><span class="cx">         core: tolerate offset dtmf payload (zoiper) (r:14883)
</span><span class="cx">         core: Add the ability to seperate the spool and the storage directories for voicemail (BOUNTY-9/r:14889)
</span><del>-        core: Add min_dtmf_duration setting to FS core and modified default_dtmf_duration in rfc2833 queing function to not be used as min (FSCORE-442/r:14893)
</del><ins>+        core: Add min_dtmf_duration setting to FS core and modified default_dtmf_duration in rfc2833 queuing function to not be used as min (FSCORE-442/r:14893)
</ins><span class="cx">         core: Remove crash protection (r:14919)
</span><span class="cx">         core: Move switch_util_quote_shell_arg to core functions (FSCORE-446:/r:14958)
</span><span class="cx">         core: add preprocess framework for agc ec etc, ALPHA, needs work (r:14960)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">         core: pita bypass media transfer fiasco fix (r:14983)
</span><span class="cx">         core: don't enforce existing file check on streams (r:15014)
</span><span class="cx">         core: re-INVITEs sent only after ~2 seconds (FSCORE-453/r:15021)
</span><del>-        core: changing default behaviour ignore_early_media=true must be set together with ringback to generate local ringback on early media (r:15025)
</del><ins>+        core: changing default behavior ignore_early_media=true must be set together with ringback to generate local ringback on early media (r:15025)
</ins><span class="cx">         core: improve behavior of leg_delay_start, leg_timeout, leg_progress_timeout (FSCORE-439/r:15027)
</span><span class="cx">         core: Fix spinning threads that receive 183 on bridge/originate with bypass_media set (FSCORE-452/r:15028)
</span><span class="cx">         core: Check handling of SIGINT (FSCORE-456/r:15051)
</span><span class="lines">@@ -100,14 +100,14 @@
</span><span class="cx">         core: Enable auto update displays in more places (r:15110)
</span><span class="cx">         core: fix file handle mem leak (thanks pressuerman) (r:15114)
</span><span class="cx">         core: add CALL_UPDATE event (r:15119)
</span><del>-        core: move accidental new behaviour behind new param originate_continue_on_timeout=true (r:15121)
</del><ins>+        core: move accidental new behavior behind new param originate_continue_on_timeout=true (r:15121)
</ins><span class="cx">         core: fix att xfer to an app (r:15122)
</span><span class="cx">         core: Fix CODEC event has duplicate codec name and rate in lowercase (MODEVENT-59/r:15123)
</span><span class="cx">         core: add missing comma that causes buffer overflow in event socket (r:15128)
</span><span class="cx">         core: expand range of acceptable chars (MODENDP-249/r:15129)
</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><del>-        core: refactor some of the message parsing code to use fifo to reduce threading contention (r:15142)
</del><ins>+        core: re-factor some of the message parsing code to use fifo to reduce threading contention (r:15142)
</ins><span class="cx">         core: send update after both sides are answered (r:15149)
</span><span class="cx">         core: fix playback_ms and record_ms to work right and add playback_seconds and record_seconds (r:15155)
</span><span class="cx">         core: delay update till after media has been confirmed to prevent SOA race in sip (r:15159)
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx">         core: add new macro to make sure we don't send bypass command too soon (r:15165)
</span><span class="cx">         core: Fix shutdown not working on Windows with fs_cli (FSCORE-435/r:15167)
</span><span class="cx">         core: Fix inbound calls with incompatible codecs can result in heap corruption and crash (FSCORE-467/r:15178)
</span><del>-        core: prevent unsolicted ring_ready (r:15179)
</del><ins>+        core: prevent unsolicited ring_ready (r:15179)
</ins><span class="cx">         core: make switch_core_sqldb_stop non-blocking (FSCORE-470/r:15183)
</span><span class="cx">         core: add SWITCH_MESSAGE_INDICATE_UUID_CHANGE to warn a session when the uuid has changed (r:15193)
</span><span class="cx">         core: Handle bypass_media_after_bridge with loopback (FSCORE-418/r:15195)
</span><span class="lines">@@ -124,11 +124,11 @@
</span><span class="cx">         core: Fix thread runaway in switch_console_loop for Windows (FSCORE-472/r:15209)
</span><span class="cx">         core: change switch_strlen_zero to zstr (r:15211)
</span><span class="cx">         core: add ignore_display_updates variable to block display updates on that leg (r:15218)
</span><del>-        core: refactor how record_answer_req=true works, add media_bug_answer_req=true variable and backport record_answer_req=true to use it (IRQ-00/r:15235)
</del><ins>+        core: re-factor how record_answer_req=true works, add media_bug_answer_req=true variable and backport record_answer_req=true to use it (IRQ-00/r:15235)
</ins><span class="cx">         core: don't consider cng packets for rtp auto-adjust (r:15240)
</span><span class="cx">         core: add RECORD_READ_ONLY and RECORD_WRITE_ONLY chan vars to influence session_record (r:15257)
</span><span class="cx">         core: answer channel on record to ensure media (r:15265)
</span><del>-        core: refactor ringback so it does not start early_media until it has to (r:15266)
</del><ins>+        core: re-factor ringback so it does not start early_media until it has to (r:15266)
</ins><span class="cx">         core: add record_min_sec chan var (r:15271)
</span><span class="cx">         core: flush audio on reset of auto-adjust (r:15282)
</span><span class="cx">         core: filter out unwanted media on rtp (r:15284)
</span><span class="lines">@@ -154,10 +154,10 @@
</span><span class="cx">         core: Properly count CNG packets (FSCORE-489/r:15493)
</span><span class="cx">         core: Fix segfault on exit (FSCORE-491/r:15499)
</span><span class="cx">         core: add append and truncate to audio file API (r:15503)
</span><del>-        core: refactor enterprise_originate (r:15565)
</del><ins>+        core: re-factor enterprise_originate (r:15565)
</ins><span class="cx">         core: fix thread saftey issue in expiring media bugs (r:15587)
</span><span class="cx">         core: add debug-level to switch.conf.xml and tweak a few debugs (r:15595)
</span><del>-        core: refactor/abstract the core sql stuff more (r:15599)
</del><ins>+        core: re-factor/abstract the core sql stuff more (r:15599)
</ins><span class="cx">         core: don't hangup call on asr errors (FSCORE-493/r:15623)
</span><span class="cx">         core: fix db connection hijacking issue (r:15624)
</span><span class="cx">         core: send bridge/unbridge indication during eavesdrop (r:15638)
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx">         core: allow recursive broadcasting (r:15757)
</span><span class="cx">         core: Add support for coma-delimited lists in a user's auth-acl param (MODENDP-224/r:15760)
</span><span class="cx">         core: allow listeners to pre-bind to subclasses before the main subscriber is loaded and fix off by one issue in unbinding event handler functions (r:15790)
</span><del>-        core: dont mix ptimes in the codec string lists, just discard conflicting ones (r:15797)
</del><ins>+        core: don't mix ptimes in the codec string lists, just discard conflicting ones (r:15797)
</ins><span class="cx">         core: Fix 'uuid_bridge' kills both channels if one of them is executing java app (FSCORE-508/r:15799)
</span><span class="cx">         core: add io mutex to cache db for optional mutex protection (r:15800)
</span><span class="cx">         core: add chan name to log lines (r:15835)
</span><span class="lines">@@ -193,6 +193,8 @@
</span><span class="cx">         core: Fix playback during a record session causing invalid wav file (FSCORE-517/r:16003)
</span><span class="cx">         core: don't restart runtime functions when shutting down (r:16008)
</span><span class="cx">         core: Add tab complete to windows (ESL-24/r:16010)
</span><ins>+        core: switch_play_and_get_digits now returns SWITCH_FALSE if caller doesn't dial anything (DP-10/r:16011)
+        core: adding 12kHz and 24kHz (r:16026)
</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">@@ -211,6 +213,7 @@
</span><span class="cx">         libesl: use event_clone type internally to not confuse people who think they are getting events in response to commands (r:15660)
</span><span class="cx">         libesl: hook new complete api up to FSAPI and export tab completion down to fs_cli (r:15956)
</span><span class="cx">         libesl: change execute and executeAsync to return the last event instead of status since it will almost always be 0 (r:15973)
</span><ins>+        libiksemel: fix iksemel build against gnutls 2.x (FSBUILD-219/r:16019)
</ins><span class="cx">         libjs: pass ldflags to dso builds for libjs and nspr (r:16549)
</span><span class="cx">         libportaudio: Dither code in mod_portaudio doesn't properly compile on 64 bit systems (r:15422)
</span><span class="cx">         libsofiasip: fix sofia build with new openssl (r:15426)
</span><span class="lines">@@ -220,6 +223,7 @@
</span><span class="cx">         libstfu: add resize function (r:14871)
</span><span class="cx">         libunimrcp: Update to unimrcp 1297, remove API change (r:15615)
</span><span class="cx">         libunimrcp: unimrcp windows x64 build support and fix release builds (r:15621)
</span><ins>+        libuuid: inital addition of libuuid to tree (r:16021)
</ins><span class="cx">         mod_alsa: update to new module api (r:14833)
</span><span class="cx">         mod_bv: remove non-working bv codecs pending working lib from steve and mod_bv unified with both codecs in one module. (r:15559)
</span><span class="cx">         mod_bv16: add support for BroadVoice16 codec (r:15464)
</span><span class="lines">@@ -256,6 +260,7 @@
</span><span class="cx">         mod_commands: add console_complete_xml api (r:15967)
</span><span class="cx">         mod_commands: fix db_cache's auto-complete (r:15969)
</span><span class="cx">         mod_commands: add uuid_audio cli cmd (r:15989)
</span><ins>+        mod_commands: check for zstr(cmd) in escape_function (r:16029)
</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">@@ -269,7 +274,7 @@
</span><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><del>-        mod_dialplan_xml: add inline=true to actions to exec certian apps right away (also mod_dptools) (r:14906)
</del><ins>+        mod_dialplan_xml: add inline=true to actions to exec certain apps right away (also mod_dptools) (r:14906)
</ins><span class="cx">         mod_dialplan_xml: Fix condition "week of year" calculation (DP-7/r:14968)
</span><span class="cx">         mod_dialplan_xml: Add holiday, week of year matching (Thanks Vagabond) (r:15721)
</span><span class="cx">         mod_dingaling: fix segfault on unload (MODENDP-243/r:14588)
</span><span class="lines">@@ -279,7 +284,7 @@
</span><span class="cx">         mod_distributor: Initial commit (r:15421)
</span><span class="cx">         mod_dptools: add optional level argument to info app to choose the log level it logs on (r:14643)
</span><span class="cx">         mod_dptools: jump to a specific offset with the playback by appending @@<samples> to the path (r:14752)
</span><del>-        mod_dptools: make continue_on_fail trigger explicit matching and only do default behaviour when it's not set (r:14972)
</del><ins>+        mod_dptools: make continue_on_fail trigger explicit matching and only do default behavior when it's not set (r:14972)
</ins><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><span class="cx">         mod_dptools: Add Campon feature. (r:15201)
</span><span class="cx">         mod_dptools: Add campon_stop_key and campon_announce_sound to tell the user how to force it to the end of the waiting period (r:15220)
</span><span class="lines">@@ -288,7 +293,7 @@
</span><span class="cx">         mod_dptools: make cn optional for mute 1 means absolute silence > 1 means generate cn level (r:15996)
</span><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><del>-        mod_erlang_event: optionally allow compatability with nodes running older OTP releases (R7 through current) (r:15189)
</del><ins>+        mod_erlang_event: optionally allow compatibility 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_multicast: clean up mod_event_multicast to use blocking recvfrom and better error checking (r:15791)
</span><span class="lines">@@ -304,13 +309,14 @@
</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_fifo: convert mod_fifo to cache_db (r:15971)
</span><ins>+        mod_fifo: Small bug in odbc-dsn settings parsing (MODAPP-383/r:16018)
</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="cx">         mod_h323: fix rtp timer initialisation.
</span><span class="cx">                 implement alerting-indication option and channel variable.
</span><span class="cx">                 implement progress-indication option and channel variable. (r:15905)
</span><del>-        mod_h323: move faststart to callproceeding due to some broken hardware not anderstand correclty faststart in progress. (r:15906)
</del><ins>+        mod_h323: move faststart to callproceeding due to some broken hardware not understand correctly faststart in progress. (r:15906)
</ins><span class="cx">         mod_h323: fix slow start handling (r:15935)
</span><span class="cx">         mod_h323: add PI handling in alerting (r:15936)
</span><span class="cx">         mod_h323: add PI handling in Call Proceeding (r:15397)
</span><span class="lines">@@ -325,8 +331,8 @@
</span><span class="cx">         mod_limit: add limit_execute (like limit_hash_execute); allow -#s to act as counter only; add INFO level logs to limit similar to limit_hash (r:14870)
</span><span class="cx">         mod_limit: make limit work with neg count like limit_hash (r:14920)
</span><span class="cx">         mod_limit: move mod_limit to cache_db and clean up vm legacy code (r:15677)
</span><del>-        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)
</del><ins>+        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)
+        mod_limit: mod_limit: use = instead of like (r:16020)
</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">@@ -411,11 +417,11 @@
</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><span class="cx">         mod_sofia: windows compiler fixes and switch_mprintf overflow(32bit only) (r:15286)
</span><del>-        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)
</del><ins>+        mod_sofia: doing caret 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)
</ins><span class="cx">         mod_sofia: add distinct-to=true|false to be used with from-domain when you don't want to change the to (r:15334)
</span><span class="cx">         mod_sofia: make subscriptions time out, discard code that made them last forever (r:15364)
</span><span class="cx">         mod_sofia: reset handle on bad reg (r:15365)
</span><del>-        mod_sofia: dont send blank update (r:15366)
</del><ins>+        mod_sofia: don't send blank update (r:15366)
</ins><span class="cx">         mod_sofia: fix sql stmt for blf subs (r:15396)
</span><span class="cx">         mod_sofia: fix bug tolerating the other guy's bug (r:15401)
</span><span class="cx">         mod_sofia: experimental support for send-message-query-on-register=first-only (r:15405)
</span><span class="lines">@@ -424,7 +430,7 @@
</span><span class="cx">         mod_sofia: avoiding initial segfault (MODENDP-265/r:15427)
</span><span class="cx">         mod_sofia: solve problem from MODENDP-258 with an alternate approach, and make send-message-query-on-register=first-only and sql-in-transactions=true the defaults (MODENDP-258/r:15441)
</span><span class="cx">         mod_sofia: lookup gateway by realm when not found by name (r:15475)
</span><del>-        mod_sofia: if the phone is behind nat with us... don't consider nat processing fixees cases where things are EVIL like cisco 79xx (r:15486)
</del><ins>+        mod_sofia: if the phone is behind nat with us... don't consider nat processing fixes cases where things are EVIL like cisco 79xx (r:15486)
</ins><span class="cx">         mod_sofia: Fix sofia statistics (MODSOFIA-38/r:15491)
</span><span class="cx">         mod_sofia: add content-disposition to SEND_INFO (r:15495)
</span><span class="cx">         mod_sofia: video improvements (r:15524)
</span><span class="lines">@@ -462,7 +468,7 @@
</span><span class="cx">         mod_syslog: fixed mod_syslog.c on solaris since there is no LOF_FTP and LOG_AUTHPRIV in solaris syslog (r:15606)
</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><del>-        mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels (r:14886)
</del><ins>+        mod_tts_commandline: cut samples in half (suggested by anthm), adjust and clean log levels (r:14886)
</ins><span class="cx">         mod_tts_commandline: add config (r:14887)
</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></pre>
</div>
</div>
<div id="footer">See you at ClueCon</div>
</body>
</html>