Update ChangeLog through r15145

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15146 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Collins 2009-10-13 00:23:35 +00:00
parent 3374da3c3b
commit 3d9097b87c

View File

@ -7,7 +7,12 @@ freeswitch (1.0.5)
build: add --with-rundir configure param and -run freeswitch runtime param to adjust the location of the pid file (FSBUILD-188/r:14768)
build: fix compile on Ubuntu 8.10 (FSCORE-443/r:14928)
build: add mod_cidlookup (r:14930)
build: fix libtiff build (r:15034)
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)
config: improvements to French language handling (MODASRTTS-20/r:14911)
config: Add valet_parking to default config (r:15124)
core: Add per-call logging (r:14509)
core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548)
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)
@ -41,6 +46,23 @@ freeswitch (1.0.5)
core: fix using native_file as ringback on codecs that have passthru only (r:14980)
core: pita bypass media transfer fiasco fix (r:14983)
core: don't enforce existing file check on streams (r:15014)
core: re-INVITEs sent only after ~2 seconds (FSCORE-453/r:15021)
core: changing default behaviour ignore_early_media=true must be set together with ringback to generate local ringback on early media (r:15025)
core: improve behavior of leg_delay_start, leg_timeout, leg_progress_timeout (FSCORE-439/r:15027)
core: Fix spinning threads that receive 183 on bridge/originate with bypass_media set (FSCORE-452/r:15028)
core: Check handling of SIGINT (FSCORE-456/r:15051)
core: add bridge_answer_timeout variable, a timeout in seconds how long to tolerate a bridge that is in early media without being answered (can be set on either leg) (r:15057)
core: Enable auto update displays in more places (r:15110)
core: fix file handle mem leak (thanks pressuerman) (r:15114)
core: add CALL_UPDATE event (r:15119)
core: move accidental new behaviour behind new param originate_continue_on_timeout=true (r:15121)
core: fix att xfer to an app (r:15122)
core: Fix CODEC event has duplicate codec name and rate in lowercase (MODEVENT-59/r:15123)
core: add missing comma that causes buffer overflow in event socket (r:15128)
core: expand range of acceptable chars (MODENDP-249/r:15129)
core: Add 48k 30ms and 40ms codecs (r:15135)
core: Fix playback cannot play stereo .wav files (FSCORE-463/r:15139)
core: refactor some of the message parsing code to use fifo to reduce threading contention (r:15142)
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)
@ -51,9 +73,13 @@ freeswitch (1.0.5)
libesl: fix php swig generation (ESL-20/r:14750)
libesl: disable duplicate headers on request param events (r:14909)
libesl: c# wrapper for esl lib (r:14955)
libspandsp: update to spandsp snapshot 20091005 (r:15084)
libspandsp: update to spandsp-20091006 snapshot (r:15093)
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_cid_lookup: Fix segfault on no DSN (MODAPP-346/r:15019)
mod_cidlookup: add whitepages.com support (r:15023)
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)
@ -62,12 +88,15 @@ freeswitch (1.0.5)
mod_commands: fix segfault (r:14961)
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_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)
mod_dialplan_xml: Fix condition "week of year" calculation (DP-7/r:14968)
mod_dingaling: fix segfault on unload (MODENDP-243/r:14588)
mod_dingaling: Fix mod_dingaling does not reads profile information from configuration file at runtime till whole module is reloaded (LBDING-15/r:14917)
mod_directory: initial commit of real code (MODAPP-325/r:14981)
mod_directory: fix segfault on failure (r:15076)
mod_dptools: add optional level argument to info app to choose the log level it logs on (r:14643)
mod_dptools: jump to a specific offset with the playback by appending @@<samples> to the path (r:14752)
mod_dptools: make continue_on_fail trigger explicit matching and only do default behaviour when it's not set (r:14972)
@ -83,8 +112,11 @@ freeswitch (1.0.5)
mod_fifo: add fifo_position var (r:14806)
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_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)
mod_lcr: Add support for user_rates which are the (optional) end-user rates (MODAPP-340/r:15022)
mod_limit: set more chan vars in limit_function (r:14733)
mod_limit: fix counter-only mode in limit_hash_execute (r:14829)
mod_limit: add limit_ignore_transfer var (MODAPP-334/r:14830)
@ -132,20 +164,33 @@ freeswitch (1.0.5)
mod_sofia: improve bad timestamp detection (r:14979)
mod_sofia: Override the MWI User@Domain used per user/group/domain (MODENDP-241/r:14987)
mod_sofia: set extension=auto_to_user in gateway to make destination equal to user (r:15010)
mod_sofia: cover up sofia bug parsing contact strings that do not have <> in them (r:15026)
mod_sofia: no more 202 Accepted after REFER since changeset 14701 (MODSOFIA-31/r:15056)
mod_sofia: append host when its not supplied on carrot dialing (r:15099)
mod_sofia: Fix MESSAGE_QUERY causes event without minimum event information (MODEVENT-58/r:15117)
mod_sofia: Add a log message when the invite has no SDP and 3pcc isn't enabled to aid troubleshooting (r:15140)
mod_tts_commandline: Add new module (r:14827)
mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885)
mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels (r:14886)
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_valet_parking: add (r:15072)
mod_valet_parking: sense att xfer in valet (r:15126)
mod_valet_parking: add events and valet_info fsapi to valet parking (r:15136)
mod_valet_parking: add auto ext type and support for being called from bind_meta_app to valet_parking (needs some more) (r:15145)
mod_vmd: fix glaring rwdeadlock in mod_vmd (r:14994)
mod_voicemail: fix operator-ext/operator-extension duplicate config declaration (r:14498)
mod_voicemail: allow profile to be specified sep from domain user@domain.com@myprofile (r:14756)
mod_voicemail: announce number of saved messages when there are no new messages (r:14964)
mod_voicemail: Add new api call to get user mailbox settings (MODAPP-325/r:14982)
mod_voicemail: Add ability to skip greeting and instructions when leaving voicemail (MODAPP-331/r:14990)
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs (windows build to follow) (r:15036)
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs - windows (r:15088)
mod_xml_curl: Fix crash when using use-dynamic-url (XML-10/r:14850)
mod_xml_curl: Allow choice between HTTP Basic and Digest authentication (r:15107)
mod_xml_rpc: Fix auth issue (XMLINT-54/r:14580)
phrases: Add Recursive phrases support (FSCORE-458/r:15101)
support: add fscore_pb script for dumping core info directly to pastebin (r:14904)
switch_utils: add a host lookup func (r:14653)