From e8d2949267d16050acafe06f63858bf28f815454 Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Mon, 15 Mar 2010 21:00:19 +0000 Subject: [PATCH] Update ChangeLog through r16995 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16996 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- docs/ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index e18e0caac8..6271f5f74a 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -64,6 +64,7 @@ freeswitch (1.0.5) config: Add confirm-key & -macro, tts-engine & -voice, confirm-attempts attributes, extra comments to ivr.conf.xml (r:15929) config: Allow specifying auth-scheme in config (r:16350/MDXMLINT-56) config: Improvements to french lang (FSCONFIG-18/r:16585) + config: Add new English sounds, sound prompts (r:16911) core: Add per-call logging (r:14509) core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548) 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) @@ -231,6 +232,21 @@ freeswitch (1.0.5) core: add force_local_ip_v4 and force_local_ip_v6 global vars to override the core funcs to always discover the same ip (r:16801) core: compromising on timing code, remove -vm and make it default, make new -heavy-timing for previous default, change tipping-point to work of count of active timers rather than sessions, this should statisfy the droves of 'I wish it worked like 1.0.4 people' (r:16853) core: add events for bug start and stop (r:16858) + core: "I want my two dollars, er, CPU percentage points" (r:16869) + core: skip dialplan args with bad char sequences (r:16882) + core: fix mem leak in phrases (r:16884) + core: add an event to phrases to be used as possible variables in parsing (r:16885) + core: Fix infinite loop that consumes RAM on bridge group/ and enterprise originate (r:16913) + core: Fix crash in UniMRCP stream_write callback (r:16917) + core: Fix dore dump in mod_stun.c (MODENDP-297/r:16953) + core: add fsctl min_idle_cpu and min-idle-cpu feature to refuse calls after the system falls below a certain percentage of idle cpu (r:16962) + core: add record_fill_cng var (r:16964) + core: Remove proxy media flag on video calls when not in proxy media (FSRTP-12/r:16969) + core: improve group_confirm: + group_confirm_read_timeout= + group_confirm_file= + group_confirm_error_file= + group_confirm_key= docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973) docs: update es phrase file (MODAPP-317/r:15575) embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491) @@ -258,6 +274,8 @@ freeswitch (1.0.5) libesl: fix filters (and please use JIRA instead of mailing list to report bugs) (r:16527) libesl: Add new examples about use ESL managed. Inbound and Outbound modes were documented. (r:16541) libesl: Fix possible ESL deadlock when waiting for non-existent data on socket (r:16721) + libesl: fix esl sendevent issue and change the sendEvent method to return the reply text like sendRecv etc (r:16921) + libesl: Add ESL Dispatch perl example (Thanks Jay Binks) (r:16922) libiksemel: fix iksemel build against gnutls 2.x (FSBUILD-219/r:16019) libjs: pass ldflags to dso builds for libjs and nspr (r:16549) libminiupnpc: make socket connection nonblocking to timeout to dead ip addrs (r:16611) @@ -331,12 +349,14 @@ freeswitch (1.0.5) mod_conference: mod_conference add conference_max_members channel variable that can be set on the first channel calling a conference to override the profiles max-members param (r:16597) mod_conference: Change conf recording to start properly when 2nd person joins (MODAPP-398/r:16681) mod_conference: Fix race condition that occasionally prevents conf "alone" sound from playing (MODAPP-400/r:16723) + mod_conference: Add 'you are now muted' prompt to deaf-mute conference option. (MODAPP-402/r:16908) mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103) mod_curl: don't include response code in response data as it has its own var (MODAPP-369/r:15591) 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 certain apps right away (also mod_dptools) (r:14906) mod_dialplan_xml: Fix condition "week of year" calculation (DP-7/r:14968) mod_dialplan_xml: Add holiday, week of year matching (Thanks Vagabond) (r:15721) + mod_dialplan_xml: Add optional loops attr to xml dp extension (thanks MOC) (r:16886) 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) @@ -370,6 +390,7 @@ freeswitch (1.0.5) mod_event_socket: only kill event socket on 100 consecutive errors (r:15671) mod_event_socket: add userauth @: to event_socket to auth against user directory uses esl-password esl-allowed-api esl-allowed-events and esl-allowed-log to control resource access (r:16160) mod_fax: add spandsp_start_dtmf app to mod_fax (r:16727) + mod_fax: put tx page count if its TX (r:16940) mod_fifo: fix mod_fifo not honoring member_timeout (MODAPP-322/r:14552) mod_fifo: add fifo_position var (r:14806) mod_fifo: add API: fifo_add_outbound to add outbound members to a FIFO (r:14809) @@ -401,6 +422,7 @@ freeswitch (1.0.5) mod_limit: move mod_limit to cache_db and clean up vm legacy code (r:15677) 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) + mod_limit: Fix stack corruption when calling an empty call-group (MODAPP-407/r:16957) mod_local_stream: add chime-list to local_stream (r:14966) mod_local_stream: Fix memory leak at mod_local_stream (MODFORM-36/r:15431) mod_logfile: add uuid parameter to prefix log files by the call's uuid (r:15502) @@ -432,11 +454,15 @@ freeswitch (1.0.5) mod_python: Fix input callback with additional argument causes segfault (MODLANG-153/r:16536) mod_radius_cdr: Fix Framed-IP-Address in start and stop having wrong IP (MODEVENT-52/r:15197) mod_radius_cdr: Fix memory leak from large CPS test (MODEVENT-55/r:15198) + mod_say: first cut and say interface rework to include gender and put all args into a struct for easier future extension (r:16929) mod_say_es: Improve Spanish lang handling (MODAPP-317/r:15424) + 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) mod_say_hu: add mod_say_hu to trunk from csecket branch (r:15622) mod_say_it: Fix italian pronounce in mod_say_it (MODAPP-362/r:15407) mod_say_it: fix hundred pronunciation (MODAPP-367/r:15500) mod_say_th: add mod_say_th (MODLANG-144/r:15592) + mod_silk: add new module FTW! (r:16945) + mod_skinny: add new module, add conf.xml file and add to modules.in (r:16863) mod_skel_codec: Add (thanks Moy) (MODCODEC-14/r:14959) mod_skypiax: ubermegapatch, more stability, robustness, scalability. Memory leaks not yet investigated, we'll do next (r:14517) mod_skypiax: more stability, no dangling channels, MODSKYPIAX-42, added 'sk list' statistics (thanks Seven Du) MODENDP-236 (r:14533) @@ -565,8 +591,13 @@ freeswitch (1.0.5) mod_sofia: allow domains with no dot in them as long as you specify a profile name (r:16739) mod_sofia: add sofia_dig [xml] api func (r:16745) mod_sofia: Allow rewrite of the o= line either by detault or as an option when proxy_media=true (MODSOFIA-50/r:16806) + mod_sofia: change default dtmf duration to 2000ms from 100ms (MODENDP-296/r:16888) + mod_sofia: move exception for iLBC hack to sdp up to sofia (see Moc if anything breaks) (r:16898) + mod_sofia: Rewrite of the s= line when proxy_media=true (Following MODSOFIA-50) (MODSOFIA-64/r:16919) + mod_sofia: Add expires to PRESENCE_PROBE event (MODENDP-298/r:16968) mod_spidermonkey: allow inline javascript, use a ~ as first script character (r:15598) mod_spidermonkey: fix mod_spidermonkey on OSX 10.6 (lets see if this breaks any other platforms) (r:15650) + mod_spidermonkey: fix teletone issues in javascript (MODLANG-159/MODLANG-162/r:16909) mod_spidermonkey_core_db: Allow to bind value to parameters in prepared statements (MODLANG-139/r:15632) mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162) mod_syslog: mod_syslog does not respect facility setting, always logs to user.* (LOGGER-4/r:15447) @@ -590,6 +621,7 @@ freeswitch (1.0.5) mod_unimrcp: fix for loquendo MRCPv2 - destroy session instead of removing channel (r:15736) mod_unimrcp: Added synthparams and recogparams to config so that default MRCP params can be defined for SPEAK and RECOGNIZE requests (r:16717) mod_unimrcp: Added ssml-mime-type config param to deal with server that doesn't like application/ssml+xml (r:16720) + mod_unimrcp: Do not allow speech_channel_destroy() to return unless MRCP session has been terminated. Do not explicitly destroy mutexes, buffers, and condvars that are allocated off of pool. (r:16938) 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) @@ -630,6 +662,7 @@ freeswitch (1.0.5) mod_xml_curl: Allow choice between HTTP Basic and Digest authentication (r:15107) mod_xml_curl: Don't use signals when a timeout is specified (XMLINT-13/r:15997) mod_xml_rpc: Fix auth issue (XMLINT-54/r:14580) + mod_xml_rpc: Fix crash in xml_rpc web interface (XML-23/r:16941) phrases: Add Recursive phrases support (FSCORE-458/r:15101) scripts: Fix Freeswitch gentls_cert script so the remove option works (FSBUILD-216/r:15965) support: add fscore_pb script for dumping core info directly to pastebin (r:14904)