]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix typos
authorMichael Collins <msc@freeswitch.org>
Wed, 23 Dec 2009 21:35:47 +0000 (21:35 +0000)
committerMichael Collins <msc@freeswitch.org>
Wed, 23 Dec 2009 21:35:47 +0000 (21:35 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16049 d0543943-73ff-0310-b7d9-9358b9ac24b2

docs/ChangeLog

index 69ea7c354a876debfcbb7ed7395072745ef8d12a..ea95d17403c4ce00865e773995664e2b6f63dd7a 100644 (file)
@@ -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)\r
        core: Add per-call logging (r:14509)\r
        core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548)\r
-       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)\r
+       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)\r
        core: don't expose node allocation functions outside of switch_log.c (r:14556)\r
        core: Fix leak in xml ivr menus (FSCORE-421/r:14579)\r
        core: add record_start and record_stop events (r:14591)\r
-       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)\r
+       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)\r
        core: add answersec answermsec and answerusec to time how long it took for a call to be answered (r:14620)\r
        core: add recursive flags and workaround for nested broadcast in controlled situations (r:14644)\r
        core: add origination_cancel_key variable for a dtmf key that can abort an originating call (r:14645)\r
@@ -83,7 +83,7 @@ freeswitch (1.0.5)
        core: fix Windows mem leak (FSCORE-440/r:14882)\r
        core: tolerate offset dtmf payload (zoiper) (r:14883)\r
        core: Add the ability to seperate the spool and the storage directories for voicemail (BOUNTY-9/r:14889)\r
-       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)\r
+       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)\r
        core: Remove crash protection (r:14919)\r
        core: Move switch_util_quote_shell_arg to core functions (FSCORE-446:/r:14958)\r
        core: add preprocess framework for agc ec etc, ALPHA, needs work (r:14960)\r
@@ -92,7 +92,7 @@ freeswitch (1.0.5)
        core: pita bypass media transfer fiasco fix (r:14983)\r
        core: don't enforce existing file check on streams (r:15014)\r
        core: re-INVITEs sent only after ~2 seconds (FSCORE-453/r:15021)\r
-       core: changing default behaviour ignore_early_media=true must be set together with ringback to generate local ringback on early media (r:15025)\r
+       core: changing default behavior ignore_early_media=true must be set together with ringback to generate local ringback on early media (r:15025)\r
        core: improve behavior of leg_delay_start, leg_timeout, leg_progress_timeout (FSCORE-439/r:15027)\r
        core: Fix spinning threads that receive 183 on bridge/originate with bypass_media set (FSCORE-452/r:15028)\r
        core: Check handling of SIGINT (FSCORE-456/r:15051)\r
@@ -100,14 +100,14 @@ freeswitch (1.0.5)
        core: Enable auto update displays in more places (r:15110)\r
        core: fix file handle mem leak (thanks pressuerman) (r:15114)\r
        core: add CALL_UPDATE event (r:15119)\r
-       core: move accidental new behaviour behind new param originate_continue_on_timeout=true (r:15121)\r
+       core: move accidental new behavior behind new param originate_continue_on_timeout=true (r:15121)\r
        core: fix att xfer to an app (r:15122)\r
        core: Fix CODEC event has duplicate codec name and rate in lowercase (MODEVENT-59/r:15123)\r
        core: add missing comma that causes buffer overflow in event socket (r:15128)\r
        core: expand range of acceptable chars (MODENDP-249/r:15129)\r
        core: Add 48k 30ms and 40ms codecs (r:15135)\r
        core: Fix playback cannot play stereo .wav files (FSCORE-463/r:15139)\r
-       core: refactor some of the message parsing code to use fifo to reduce threading contention (r:15142)\r
+       core: re-factor some of the message parsing code to use fifo to reduce threading contention (r:15142)\r
        core: send update after both sides are answered (r:15149)\r
        core: fix playback_ms and record_ms to work right and add playback_seconds and record_seconds (r:15155)\r
        core: delay update till after media has been confirmed to prevent SOA race in sip (r:15159)\r
@@ -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)\r
        core: Fix shutdown not working on Windows with fs_cli (FSCORE-435/r:15167)\r
        core: Fix inbound calls with incompatible codecs can result in heap corruption and crash (FSCORE-467/r:15178)\r
-       core: prevent unsolicted ring_ready (r:15179)\r
+       core: prevent unsolicited ring_ready (r:15179)\r
        core: make switch_core_sqldb_stop non-blocking (FSCORE-470/r:15183)\r
        core: add SWITCH_MESSAGE_INDICATE_UUID_CHANGE to warn a session when the uuid has changed (r:15193)\r
        core: Handle bypass_media_after_bridge with loopback (FSCORE-418/r:15195)\r
@@ -124,11 +124,11 @@ freeswitch (1.0.5)
        core: Fix thread runaway in switch_console_loop for Windows (FSCORE-472/r:15209)\r
        core: change switch_strlen_zero to zstr (r:15211)\r
        core: add ignore_display_updates variable to block display updates on that leg (r:15218)\r
-       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)\r
+       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)\r
        core: don't consider cng packets for rtp auto-adjust (r:15240)\r
        core: add RECORD_READ_ONLY and RECORD_WRITE_ONLY chan vars to influence session_record (r:15257)\r
        core: answer channel on record to ensure media (r:15265)\r
-       core: refactor ringback so it does not start early_media until it has to (r:15266)\r
+       core: re-factor ringback so it does not start early_media until it has to (r:15266)\r
        core: add record_min_sec chan var (r:15271)\r
        core: flush audio on reset of auto-adjust (r:15282)\r
        core: filter out unwanted media on rtp (r:15284)\r
@@ -154,10 +154,10 @@ freeswitch (1.0.5)
        core: Properly count CNG packets (FSCORE-489/r:15493)\r
        core: Fix segfault on exit (FSCORE-491/r:15499)\r
        core: add append and truncate to audio file API (r:15503)\r
-       core: refactor enterprise_originate (r:15565)\r
+       core: re-factor enterprise_originate (r:15565)\r
        core: fix thread saftey issue in expiring media bugs (r:15587)\r
        core: add debug-level to switch.conf.xml and tweak a few debugs (r:15595)\r
-       core: refactor/abstract the core sql stuff more (r:15599)\r
+       core: re-factor/abstract the core sql stuff more (r:15599)\r
        core: don't hangup call on asr errors (FSCORE-493/r:15623)\r
        core: fix db connection hijacking issue (r:15624)\r
        core: send bridge/unbridge indication during eavesdrop (r:15638)\r
@@ -169,7 +169,7 @@ freeswitch (1.0.5)
        core: allow recursive broadcasting (r:15757)\r
        core: Add support for coma-delimited lists in a user's auth-acl param (MODENDP-224/r:15760)\r
        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)\r
-       core: dont mix ptimes in the codec string lists, just discard conflicting ones (r:15797)\r
+       core: don't mix ptimes in the codec string lists, just discard conflicting ones (r:15797)\r
        core: Fix 'uuid_bridge' kills both channels if one of them is executing java app (FSCORE-508/r:15799)\r
        core: add io mutex to cache db for optional mutex protection (r:15800)\r
        core: add chan name to log lines (r:15835)\r
@@ -193,6 +193,8 @@ freeswitch (1.0.5)
        core: Fix playback during a record session causing invalid wav file (FSCORE-517/r:16003)\r
        core: don't restart runtime functions when shutting down (r:16008)\r
        core: Add tab complete to windows (ESL-24/r:16010)\r
+       core: switch_play_and_get_digits now returns SWITCH_FALSE if caller doesn't dial anything (DP-10/r:16011)\r
+       core: adding 12kHz and 24kHz (r:16026)\r
        docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)\r
        docs: update es phrase file (MODAPP-317/r:15575)\r
        embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)\r
@@ -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)\r
        libesl: hook new complete api up to FSAPI and export tab completion down to fs_cli (r:15956)\r
        libesl: change execute and executeAsync to return the last event instead of status since it will almost always be 0 (r:15973)\r
+       libiksemel: fix iksemel build against gnutls 2.x (FSBUILD-219/r:16019)\r
        libjs: pass ldflags to dso builds for libjs and nspr (r:16549)\r
        libportaudio: Dither code in mod_portaudio doesn't properly compile on 64 bit systems (r:15422)\r
        libsofiasip: fix sofia build with new openssl (r:15426)\r
@@ -220,6 +223,7 @@ freeswitch (1.0.5)
        libstfu: add resize function (r:14871)\r
        libunimrcp: Update to unimrcp 1297, remove API change (r:15615)\r
        libunimrcp: unimrcp windows x64 build support and fix release builds (r:15621)\r
+       libuuid: inital addition of libuuid to tree (r:16021)\r
        mod_alsa: update to new module api (r:14833)\r
        mod_bv: remove non-working bv codecs pending working lib from steve and mod_bv unified with both codecs in one module. (r:15559)\r
        mod_bv16: add support for BroadVoice16 codec (r:15464)\r
@@ -256,6 +260,7 @@ freeswitch (1.0.5)
        mod_commands: add console_complete_xml api (r:15967)\r
        mod_commands: fix db_cache's auto-complete (r:15969)\r
        mod_commands: add uuid_audio cli cmd (r:15989)\r
+       mod_commands: check for zstr(cmd) in escape_function (r:16029)\r
        mod_conference: Fix conference floor ownership being ceded too easily (MODAPP-323/r:14703)\r
        mod_conference: Display callers' rates (r:14992)\r
        mod_conference: Don't start conf auto record until a second party arrives (MODAPP-348/r:15029)\r
@@ -269,7 +274,7 @@ freeswitch (1.0.5)
        mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103) \r
        mod_curl: don't include response code in response data as it has its own var (MODAPP-369/r:15591)\r
        mod_dialplan_xml: Fix anti-action not being supported for time-based conditions (DP-6/r:14901)\r
-       mod_dialplan_xml: add inline=true to actions to exec certian apps right away (also mod_dptools) (r:14906)\r
+       mod_dialplan_xml: add inline=true to actions to exec certain apps right away (also mod_dptools) (r:14906)\r
        mod_dialplan_xml: Fix condition "week of year" calculation (DP-7/r:14968)\r
        mod_dialplan_xml: Add holiday, week of year matching (Thanks Vagabond) (r:15721)\r
        mod_dingaling: fix segfault on unload (MODENDP-243/r:14588)\r
@@ -279,7 +284,7 @@ freeswitch (1.0.5)
        mod_distributor: Initial commit (r:15421)\r
        mod_dptools: add optional level argument to info app to choose the log level it logs on (r:14643)\r
        mod_dptools: jump to a specific offset with the playback by appending @@<samples> to the path (r:14752)\r
-       mod_dptools: make continue_on_fail trigger explicit matching and only do default behaviour when it's not set (r:14972)\r
+       mod_dptools: make continue_on_fail trigger explicit matching and only do default behavior when it's not set (r:14972)\r
        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)\r
        mod_dptools: Add Campon feature. (r:15201)\r
        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)\r
@@ -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)\r
        mod_erlang_event: Add support for simply sending an arbitrary message to an arbitrary registered process at a node (r:14875)\r
        mod_erlang_event: Deprecate new_pid message in favor of get_pid which has an extra element, the call's UUID (r:14877)\r
-       mod_erlang_event: optionally allow compatability with nodes running older OTP releases (R7 through current) (r:15189)\r
+       mod_erlang_event: optionally allow compatibility with nodes running older OTP releases (R7 through current) (r:15189)\r
        mod_esf: Add ability to adjust multicast packet TTL with the config (MODAPP-338/r:14927)\r
        mod_esf: fix compile error on windows (r:14934)\r
        mod_event_multicast: clean up mod_event_multicast to use blocking recvfrom and better error checking (r:15791)\r
@@ -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) \r
        mod_fifo: skip setting callerid when it's already set (r:15071)\r
        mod_fifo: convert mod_fifo to cache_db (r:15971)\r
+       mod_fifo: Small bug in odbc-dsn settings parsing (MODAPP-383/r:16018)\r
        mod_h323: initial commit (r:15223)\r
        mod_h323: fix faststart in progress handling (r:15352)\r
        mod_h323: remove SWITCH_RTP_FLAG_AUTOADJ because its not work correctly and not do anything reliable in our cases (r:15374)\r
        mod_h323: fix rtp timer initialisation.\r
                implement alerting-indication option and channel variable.\r
                implement progress-indication option and channel variable. (r:15905)\r
-       mod_h323: move faststart to callproceeding due to some broken hardware not anderstand correclty faststart in progress. (r:15906)\r
+       mod_h323: move faststart to callproceeding due to some broken hardware not understand correctly faststart in progress. (r:15906)\r
        mod_h323: fix slow start handling (r:15935)\r
        mod_h323: add PI handling in alerting (r:15936)\r
        mod_h323: add PI handling in Call Proceeding (r:15397)\r
@@ -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)\r
        mod_limit: make limit work with neg count like limit_hash  (r:14920)\r
        mod_limit: move mod_limit to cache_db and clean up vm legacy code (r:15677)\r
-       mod_limit: remove memcache version, it never worked right and is unworkable w/out a lot\r
-       of effort.  will revisit when pluggable limit implemented (r:15908)\r
+       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)\r
+       mod_limit: mod_limit: use = instead of like (r:16020)\r
        mod_local_stream: add chime-list to local_stream (r:14966)\r
        mod_local_stream: Fix memory leak at mod_local_stream (MODFORM-36/r:15431)\r
        mod_logfile: add uuid parameter to prefix log files by the call's uuid (r:15502)\r
@@ -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)\r
        mod_sofia: overcome ack via in nat (r:15277)\r
        mod_sofia: windows compiler fixes and switch_mprintf overflow(32bit only) (r:15286)\r
-       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)\r
+       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)\r
        mod_sofia: add distinct-to=true|false to be used with from-domain when you don't want to change the to (r:15334)\r
        mod_sofia: make subscriptions time out, discard code that made them last forever (r:15364)\r
        mod_sofia: reset handle on bad reg (r:15365)\r
-       mod_sofia: dont send blank update (r:15366)\r
+       mod_sofia: don't send blank update (r:15366)\r
        mod_sofia: fix sql stmt for blf subs (r:15396)\r
        mod_sofia: fix bug tolerating the other guy's bug (r:15401)\r
        mod_sofia: experimental support for send-message-query-on-register=first-only (r:15405)\r
@@ -424,7 +430,7 @@ freeswitch (1.0.5)
        mod_sofia: avoiding initial segfault (MODENDP-265/r:15427)\r
        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)\r
        mod_sofia: lookup gateway by realm when not found by name (r:15475)\r
-       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)\r
+       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)\r
        mod_sofia: Fix sofia statistics (MODSOFIA-38/r:15491)\r
        mod_sofia: add content-disposition to SEND_INFO (r:15495)\r
        mod_sofia: video improvements (r:15524)\r
@@ -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)\r
        mod_tts_commandline: Add new module (r:14827)\r
        mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885)\r
-       mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels (r:14886)\r
+       mod_tts_commandline: cut samples in half (suggested by anthm), adjust and clean log levels (r:14886)\r
        mod_tts_commandline: add config (r:14887)\r
        mod_tts_commandline: quote shell args, create an unique tempfile (r:14931)\r
        mod_tts_commandline: improve, update config file (MODASRTTS-21/r:14932)\r