From fad61e2aafa4647819a00822ac41b123ee9433e0 Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Thu, 29 Oct 2009 23:01:51 +0000 Subject: [PATCH] Update ChangeLog through r15278 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15279 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- docs/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index fbf6c3d7b2..2db70113ad 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -11,6 +11,7 @@ freeswitch (1.0.5) build: CMAKE_MINIMUM_REQUIRED is called too late. (FSBUILD-192/r:15050) build: remove broken modules from debian build (FSBUILD-193/r:15068) build: fix Build-Depends on debian build for skypiax (FSBUILD-197/r:15113) + build: Debian build misses some packages (FSBUILD-201/r:15216) config: improvements to French language handling (MODASRTTS-20/r:14911) config: Add valet_parking to default config (r:15124) config: Add valet macros (r:15156) @@ -76,6 +77,16 @@ freeswitch (1.0.5) 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) + core: add api_on_answer var (r:15207) + core: Fix thread runaway in switch_console_loop for Windows (FSCORE-472/r:15209) + core: change switch_strlen_zero to zstr (r:15211) + core: add ignore_display_updates variable to block display updates on that leg (r:15218) + 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) + core: don't consider cng packets for rtp auto-adjust (r:15240) + core: add RECORD_READ_ONLY and RECORD_WRITE_ONLY chan vars to influence session_record (r:15257) + core: answer channel on record to ensure media (r:15265) + core: refactor ringback so it does not start early_media until it has to (r:15266) + core: add record_min_sec chan var (r:15271) docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973) embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491) embedded_languages: add session.hangupCause() (r:14912) @@ -91,8 +102,10 @@ freeswitch (1.0.5) libstfu: add resize function (r:14871) mod_alsa: update to new module api (r:14833) mod_cdr_csv: try to rotate on failed write to cdr file (r:14948) + mod_celt: bring CELT up to the latest build we need more testers (r:15278) mod_cid_lookup: Fix segfault on no DSN (MODAPP-346/r:15019) mod_cidlookup: add whitepages.com support (r:15023) + mod_cidlookup: add channel var / debug log for cidlookup src (r:15268) mod_commands: add host_lookup api call (r:14667) mod_commands: add uuid_exists api call (r:14668) mod_commands: add non-destructive regex substitution (MODAPP-319/r:14727) @@ -100,10 +113,13 @@ freeswitch (1.0.5) mod_commands: add optional trailing & to sched_api to denote running the task in a sep thread (r:14765) mod_commands: fix segfault (r:14961) mod_commands: Updating tab completion for show cli command (FSCORE-468/r:15180) + mod_commands: add api hostname (r:15225) + mod_commands: add uuid_debug_audio (r:15274) mod_conference: Fix conference floor ownership being ceded too easily (MODAPP-323/r:14703) mod_conference: Display callers' rates (r:14992) mod_conference: Don't start conf auto record until a second party arrives (MODAPP-348/r:15029) mod_conference: wait-mod doesn't loop moh-sound audio file (MODAPP-349/r:15171) + mod_conference: Return additional flags in xml_list (MODAPP-360/r:15275) mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103) mod_dialplan_xml: Fix anti-action not being supported for time-based conditions (DP-6/r:14901) mod_dialplan_xml: add inline=true to actions to exec certian apps right away (also mod_dptools) (r:14906) @@ -117,6 +133,7 @@ freeswitch (1.0.5) mod_dptools: make continue_on_fail trigger explicit matching and only do default behaviour when it's not set (r:14972) 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) mod_dptools: Add Campon feature. (r:15201) + 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) mod_erlang_event: Add support for simply sending an arbitrary message to an arbitrary registered process at a node (r:14875) mod_erlang_event: Deprecate new_pid message in favor of get_pid which has an extra element, the call's UUID (r:14877) mod_erlang_event: optionally allow compatability with nodes running older OTP releases (R7 through current) (r:15189) @@ -130,6 +147,7 @@ freeswitch (1.0.5) mod_fifo: add API: fifo_add_outbound to add outbound members to a FIFO (r:14809) 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) mod_fifo: skip setting callerid when it's already set (r:15071) + mod_h323: initial commit (r:15223) mod_fifo: gracefully fail on missing config file (r:15106) mod_iax: avoiding buffer overflow in silly iax lib (r:14910) mod_lcr: fix possible null string passed to switch_log_printf (r:14514) @@ -194,6 +212,13 @@ freeswitch (1.0.5) mod_sofia: fix issue with resume-media-on-hold and t38 re-invites (r:15187) mod_sofia: Fix RTP destination port is not updated (SFSIP-180/r:15190) mod_sofia: add sip-force-extension (r:15191) + mod_sofia: add firing of event after processing re-INVITE (MODENDP-253/r:15205) + mod_sofia: record path and template are two values with backwards compatibility tried (r:15208) + mod_sofia: make sure dest is not blank for rare edge case (r:15212) + mod_sofia: Fix seg where INVITE w/o SDP + FS 3pcc-proxy + B leg has early media (MODSOFIA-33/r:15214) + mod_sofia: sql-in-transactions profile param (only vaid on first load) whether or not to bundle sql stmts in transactions (r:15217) + 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) + mod_sofia: overcome ack via in nat (r:15277) mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162) mod_tts_commandline: Add new module (r:14827) mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885) @@ -201,6 +226,7 @@ freeswitch (1.0.5) mod_tts_commandline: add config (r:14887) mod_tts_commandline: quote shell args, create an unique tempfile (r:14931) mod_tts_commandline: improve, update config file (MODASRTTS-21/r:14932) + mod_unimrcp: add support for file://,