From 86a0e5b0450eccce395fe891eb45f42909ee09ee Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Wed, 23 Dec 2009 21:35:47 +0000 Subject: [PATCH] Fix typos git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16049 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- docs/ChangeLog | 50 ++++++++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/docs/ChangeLog b/docs/ChangeLog index 69ea7c354a..ea95d17403 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -60,11 +60,11 @@ freeswitch (1.0.5) config: Add confirm-key & -macro, tts-engine & -voice, confirm-attempts attributes, extra comments to ivr.conf.xml (r:15929) 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) + 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) core: don't expose node allocation functions outside of switch_log.c (r:14556) core: Fix leak in xml ivr menus (FSCORE-421/r:14579) core: add record_start and record_stop events (r:14591) - 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) + 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) core: add answersec answermsec and answerusec to time how long it took for a call to be answered (r:14620) core: add recursive flags and workaround for nested broadcast in controlled situations (r:14644) core: add origination_cancel_key variable for a dtmf key that can abort an originating call (r:14645) @@ -83,7 +83,7 @@ freeswitch (1.0.5) core: fix Windows mem leak (FSCORE-440/r:14882) core: tolerate offset dtmf payload (zoiper) (r:14883) core: Add the ability to seperate the spool and the storage directories for voicemail (BOUNTY-9/r:14889) - 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) + 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) core: Remove crash protection (r:14919) core: Move switch_util_quote_shell_arg to core functions (FSCORE-446:/r:14958) core: add preprocess framework for agc ec etc, ALPHA, needs work (r:14960) @@ -92,7 +92,7 @@ freeswitch (1.0.5) 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: changing default behavior 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) @@ -100,14 +100,14 @@ freeswitch (1.0.5) 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: move accidental new behavior 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) + core: re-factor some of the message parsing code to use fifo to reduce threading contention (r:15142) core: send update after both sides are answered (r:15149) core: fix playback_ms and record_ms to work right and add playback_seconds and record_seconds (r:15155) core: delay update till after media has been confirmed to prevent SOA race in sip (r:15159) @@ -115,7 +115,7 @@ freeswitch (1.0.5) core: add new macro to make sure we don't send bypass command too soon (r:15165) core: Fix shutdown not working on Windows with fs_cli (FSCORE-435/r:15167) core: Fix inbound calls with incompatible codecs can result in heap corruption and crash (FSCORE-467/r:15178) - core: prevent unsolicted ring_ready (r:15179) + core: prevent unsolicited ring_ready (r:15179) core: make switch_core_sqldb_stop non-blocking (FSCORE-470/r:15183) 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) @@ -124,11 +124,11 @@ freeswitch (1.0.5) 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: 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) 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: re-factor ringback so it does not start early_media until it has to (r:15266) core: add record_min_sec chan var (r:15271) core: flush audio on reset of auto-adjust (r:15282) core: filter out unwanted media on rtp (r:15284) @@ -154,10 +154,10 @@ freeswitch (1.0.5) core: Properly count CNG packets (FSCORE-489/r:15493) core: Fix segfault on exit (FSCORE-491/r:15499) core: add append and truncate to audio file API (r:15503) - core: refactor enterprise_originate (r:15565) + core: re-factor enterprise_originate (r:15565) core: fix thread saftey issue in expiring media bugs (r:15587) core: add debug-level to switch.conf.xml and tweak a few debugs (r:15595) - core: refactor/abstract the core sql stuff more (r:15599) + core: re-factor/abstract the core sql stuff more (r:15599) core: don't hangup call on asr errors (FSCORE-493/r:15623) core: fix db connection hijacking issue (r:15624) core: send bridge/unbridge indication during eavesdrop (r:15638) @@ -169,7 +169,7 @@ freeswitch (1.0.5) core: allow recursive broadcasting (r:15757) core: Add support for coma-delimited lists in a user's auth-acl param (MODENDP-224/r:15760) 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) - core: dont mix ptimes in the codec string lists, just discard conflicting ones (r:15797) + core: don't mix ptimes in the codec string lists, just discard conflicting ones (r:15797) core: Fix 'uuid_bridge' kills both channels if one of them is executing java app (FSCORE-508/r:15799) core: add io mutex to cache db for optional mutex protection (r:15800) core: add chan name to log lines (r:15835) @@ -193,6 +193,8 @@ freeswitch (1.0.5) core: Fix playback during a record session causing invalid wav file (FSCORE-517/r:16003) core: don't restart runtime functions when shutting down (r:16008) core: Add tab complete to windows (ESL-24/r:16010) + 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) 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) @@ -211,6 +213,7 @@ freeswitch (1.0.5) libesl: use event_clone type internally to not confuse people who think they are getting events in response to commands (r:15660) libesl: hook new complete api up to FSAPI and export tab completion down to fs_cli (r:15956) libesl: change execute and executeAsync to return the last event instead of status since it will almost always be 0 (r:15973) + libiksemel: fix iksemel build against gnutls 2.x (FSBUILD-219/r:16019) libjs: pass ldflags to dso builds for libjs and nspr (r:16549) libportaudio: Dither code in mod_portaudio doesn't properly compile on 64 bit systems (r:15422) libsofiasip: fix sofia build with new openssl (r:15426) @@ -220,6 +223,7 @@ freeswitch (1.0.5) libstfu: add resize function (r:14871) libunimrcp: Update to unimrcp 1297, remove API change (r:15615) libunimrcp: unimrcp windows x64 build support and fix release builds (r:15621) + libuuid: inital addition of libuuid to tree (r:16021) mod_alsa: update to new module api (r:14833) mod_bv: remove non-working bv codecs pending working lib from steve and mod_bv unified with both codecs in one module. (r:15559) mod_bv16: add support for BroadVoice16 codec (r:15464) @@ -256,6 +260,7 @@ freeswitch (1.0.5) mod_commands: add console_complete_xml api (r:15967) mod_commands: fix db_cache's auto-complete (r:15969) mod_commands: add uuid_audio cli cmd (r:15989) + mod_commands: check for zstr(cmd) in escape_function (r:16029) 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) @@ -269,7 +274,7 @@ freeswitch (1.0.5) 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 certian apps right away (also mod_dptools) (r:14906) + 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_dingaling: fix segfault on unload (MODENDP-243/r:14588) @@ -279,7 +284,7 @@ freeswitch (1.0.5) mod_distributor: Initial commit (r:15421) 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 @@ 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) + mod_dptools: make continue_on_fail trigger explicit matching and only do default behavior 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) @@ -288,7 +293,7 @@ freeswitch (1.0.5) mod_dptools: make cn optional for mute 1 means absolute silence > 1 means generate cn level (r:15996) 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) + mod_erlang_event: optionally allow compatibility with nodes running older OTP releases (R7 through current) (r:15189) mod_esf: Add ability to adjust multicast packet TTL with the config (MODAPP-338/r:14927) mod_esf: fix compile error on windows (r:14934) mod_event_multicast: clean up mod_event_multicast to use blocking recvfrom and better error checking (r:15791) @@ -304,13 +309,14 @@ freeswitch (1.0.5) 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: convert mod_fifo to cache_db (r:15971) + mod_fifo: Small bug in odbc-dsn settings parsing (MODAPP-383/r:16018) mod_h323: initial commit (r:15223) mod_h323: fix faststart in progress handling (r:15352) mod_h323: remove SWITCH_RTP_FLAG_AUTOADJ because its not work correctly and not do anything reliable in our cases (r:15374) mod_h323: fix rtp timer initialisation. implement alerting-indication option and channel variable. implement progress-indication option and channel variable. (r:15905) - mod_h323: move faststart to callproceeding due to some broken hardware not anderstand correclty faststart in progress. (r:15906) + mod_h323: move faststart to callproceeding due to some broken hardware not understand correctly faststart in progress. (r:15906) mod_h323: fix slow start handling (r:15935) mod_h323: add PI handling in alerting (r:15936) mod_h323: add PI handling in Call Proceeding (r:15397) @@ -325,8 +331,8 @@ freeswitch (1.0.5) 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) mod_limit: make limit work with neg count like limit_hash (r:14920) 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: 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_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) @@ -411,11 +417,11 @@ freeswitch (1.0.5) 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_sofia: windows compiler fixes and switch_mprintf overflow(32bit only) (r:15286) - 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) + 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) mod_sofia: add distinct-to=true|false to be used with from-domain when you don't want to change the to (r:15334) mod_sofia: make subscriptions time out, discard code that made them last forever (r:15364) mod_sofia: reset handle on bad reg (r:15365) - mod_sofia: dont send blank update (r:15366) + mod_sofia: don't send blank update (r:15366) mod_sofia: fix sql stmt for blf subs (r:15396) mod_sofia: fix bug tolerating the other guy's bug (r:15401) mod_sofia: experimental support for send-message-query-on-register=first-only (r:15405) @@ -424,7 +430,7 @@ freeswitch (1.0.5) mod_sofia: avoiding initial segfault (MODENDP-265/r:15427) 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) mod_sofia: lookup gateway by realm when not found by name (r:15475) - 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) + 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) mod_sofia: Fix sofia statistics (MODSOFIA-38/r:15491) mod_sofia: add content-disposition to SEND_INFO (r:15495) mod_sofia: video improvements (r:15524) @@ -462,7 +468,7 @@ freeswitch (1.0.5) mod_syslog: fixed mod_syslog.c on solaris since there is no LOF_FTP and LOG_AUTHPRIV in solaris syslog (r:15606) 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: cut samples in half (suggested by anthm), adjust 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)