From 95877d1e449848b43de7ccfa3e18794e508a6394 Mon Sep 17 00:00:00 2001 From: Michael S Collins Date: Fri, 14 May 2010 13:45:22 -0700 Subject: [PATCH] Update ChangeLog through May 14 --- docs/ChangeLog | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index 28ab06c2ec..bab6559f60 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,12 +1,102 @@ freeswitch (1.0.7) + build: Add mod_silk to windows build + build: fix mod_json_cdr build in windows (MODEVENT-63) + build: fix build error due to missing zlib linking when using libtool 2.2 or later + build: Enable mod_curl in windows build + build: apply fix for MODSOFIA-71 to windows build config: move limit.conf to db.conf + config: Update VM phrase macros to voice option then action on main, config menus + core: Add RTCP support (FSRTP-14) + core: handle some errors on missing db handle conditions + core: add ... and shutdown as a fail-safe when no modules are loaded + core: add apr func to disable loopback on multicast to simplify mod_multicast_event + core: free mem on shutdown (thanks Jalsot) (JANITOR-4) + core: try harder to get db handle in sql thread and fail out if it can't get one + core: always export 'export_vars' + core: add sanity check to launch threads that catch hangup and are not in a thread to make sure they clean up + core: Tweak bridge_early_media to support passthrough codecs + core: cleanup C reserved identifer violation (JANITOR-3) + core: add sound_prefix support in uuid_displace (FSCORE-550) + core: add 'critical' param on modules.conf to abort on mod load failure from Moc + core: add 'direction' chan var + core: fix race condition where 'delete' would beat 'insert' in the reporting db (FSCORE-597) + core: add callee id to events and add global param verbose-channel-events and fsctl verbose_events [on|off] to globally configure verbose events + core: fix potential excess cpu usage during originate + core: fix switch_get_addr to work with v6 properly + core: fix ZRTP compile issue (MODENDP-305) + core: fix Hangup on bridge event using switch_caller_profile_dup causes crash (FSCORE-601) + core: fix race condition when hangup happens after answer indication but before the session thread is started + core: fix switch_core_sqldb: library routine called out of sequence (sqlite) + core: attempt to address exotic scenario: FS rewriting SDP when reattempting to bridge a call to second route in proxy_media=true + core: reset codecs after media bugs + core: add intercept_unbridged_only=true to only intercept if the channel is not bridged to anyone + core: Fix switch_url_encode() does not handle properly UTF-8 sequences (FSCORE-605) + core: add bind method to EventConsumer takes same args as constructor to bind more events to an existing consumer + core: Fix parsing empty XML files (FSCORE-608) + lang: Improve French phrase files (FSCONFIG-23) + libdingaling: fix race on shutdown causing crash (FSMOD-47) libesl: Fix potential race condition (ESL-36) + libesl: Add /uuid command to fs_cli to filter logs by uuid + libs: Merged OpenZAP and FreeTDM into the FreeSWITCH tree. + libsfreetdm: implemented freetdm config nodes and ss7 initial configuration + libsopenzap: Add CLI tracing + libspandsp: Fixed a typo in spandsp's msvc/inttypes.h Updated sig_tone processing in spandsp to the latest, to allow moy to proceed with his signaling work. + libspandsp: removed a saturate16 from spandsp that was causing problems fixed a typo in the MSVC inttypes.h file for spandsp + mod_commands: make break uuid_break and add cascade flag + mod_commands: add uuid_autoanswer command (now uuid_phone_event) + mod_commands: expand last patch to do hold as well and rename the command to uuid_phone_event + mod_commands: make break uuid_break and add cascade flag + mod_conference: Fix reporting of volume up/down (MODAPP-419) + mod_conference: add last talking time per member to conference xml list + mod_conference: add terminate-on-silence conference param + mod_conference: Add User Flags to Member Data Events (MODAPP-423) mod_db: fix stack corruption (MODAPP-407) + mod_fifo: allow multiple dtmf to exit fifo, set fifo_caller_exit_key to specify which (MODAPP-420) + mod_freetdm: Fix for TON and NPI not passed through to channel variables on incoming calls + mod_gsmopen: copy from branch + mod_mp4v: MP4V-ES passthru for washibechi on IRC + mod_nibblebill: free allocated mem at shutdown; free properly if using custom_sql + mod_nibblebill: Add SAF_SUPPORT_NOMEDIA to nibblebill + mod_osp: initial check (Open Settlement Protocol) mod_tts_commandline: fix core dump, temp file problem. flush can be called several times (FSMOD-35) mod_lcr: Expand variables (MODAPP-418) + mod_loopback: add loopback_bowout_on_execute var to make 1 legged loopback calls bow out of the picture + mod_portaudio: Fix inbound state (CS_ROUTING not CS_INIT) (MODENDP-302) + mod_sangoma_codec: Add sample config file + mod_sangoma_codec: added load/noload options for the supported codecs + mod_sangoma_codec: rename load/noload to register/noregister + mod_say_zh: Number reading should now be OK for the whole range of integers for Cantonese and Mandarin + mod_skinny: Add the missing api files + mod_skypopen: making XEvents to works when EARLYMEDIA, and correctly manage threads death mod_sofia: Send SIP MESSAGE to unregistered users by prefixing sip: to user@domain mod_sofia: fix callee being updated with callee information + mod_sofia: set appearance-index in update statement for SLA + mod_sofia: add killgw _all_ to delete all gws + mod_sofia: Fix Callee is updated with Callee display information (FSCORE-586) + mod_sofia: add RTCP separate on audio and video and add passthru + mod_sofia: add outbound_redirect_fatal channel variable + mod_sofia: fix RTCP port update on reINVITE (FSCORE-594/MODSOFIA-74) + mod_sofia: don't put ':' in to user agent string (MODSOFIA-71) + mod_sofia: add failed call statistics to gateways (MODENDP-238) + mod_sofia: add 'sofia_count_reg' api function + mod_sofia: add EXPSECS time till reg expire and total to status return + mod_sofia: fix core in sofia_presence (MODENDP-304) + mod_sofia: replace don't bridge when parsing replaces header on invite (also hangup) + mod_sofia: add disable_hold var or disable-hold profile param + mod_sofia: allow sendonly mode in IVR where caller listens only (no input) (MODENDP-303) + mod_sofia: sip_acl_authed_by and sip_acl_token vars to tell when you are authed by an acl + mod_sofia: fire an event for gateway ping + mod_sofia: initial handling of udptl and t.38 re-invite + mod_spy: add support for loopback endpoint (MODAPP-416) + mod_valet_parking: add event data to valet parking hold event + mod_valet_parking: add event for Valet Parking action exit + mod_voicemail: Fix vm_prefs profile lock (MODAPP-417) + mod_voicemail: add 'vm-enabled' param (default true) + mod_voicemail: fix vm msg being deleted when pressing key to forward to email (MODAPP-403) + mod_xml_cdr: add force_process_cdr var to process b leg cdr on a case by case basis when b leg cdr is disabled (XML-17) + mod_xml_cdr: add leg param to query string (XML-24) + mod_xml_cdr: fix locked sessions (XML-26) freeswitch (1.0.6)