]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update ChangeLog through r16270 (more to come soon)
authorMichael Collins <msc@freeswitch.org>
Fri, 22 Jan 2010 01:17:29 +0000 (01:17 +0000)
committerMichael Collins <msc@freeswitch.org>
Fri, 22 Jan 2010 01:17:29 +0000 (01:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16447 d0543943-73ff-0310-b7d9-9358b9ac24b2

docs/ChangeLog

index ea95d17403c4ce00865e773995664e2b6f63dd7a..98133f50fac7920b6cb9139a94e7ceed96f8fdc0 100644 (file)
@@ -45,6 +45,9 @@ freeswitch (1.0.5)
        build: add --enable-64 support for os x 10.4 and 10.5 (r:15874)\r
        build: add missing modules to modules.conf (FSBUILD-214/r:15879)\r
        build: fix mod_managed build on gcc 4.4 (r:15897)\r
+       build: Disable rpath checking in freeswitch.spec (FSBUILD-217/r:16037)\r
+       build: Remove libuuid from tree (r:16072)\r
+       build: Avoid building static version of modules (e.g. mod_enum.a) by adding the "-shared" libtool option. (r:16225)\r
        config: improvements to French language handling (MODASRTTS-20/r:14911)\r
        config: Add valet_parking to default config (r:15124)\r
        config: Add valet macros (r:15156)\r
@@ -195,6 +198,17 @@ freeswitch (1.0.5)
        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
+       core: Fix  dialplain looping over and over again when group_confirm_file is missing (DP-11/r:16063)\r
+       core: trade some max call count for more accurate timing in full media situations, hint: use 30ms ptime for drastic reduction in resources (r:16081)\r
+       core: add core param for controling timer (r:16093)\r
+       core: Incorrect handling when rtp-timer-name=none causes medialess RTP sessions to never time out (FSRTP-10/r:16100)\r
+       core: add SOCKET_EVENT event (r:16135)\r
+       core: count runlevel to prevent dup calls to the core init routines (r:16140)\r
+       core: fix power of 10 in cps counter (r:16144)\r
+       core: add ;; delim to console (r:16166)\r
+       core: fix mitm for audio for passing sas with zrtp (r:16204)\r
+       core: setting jitter buffer keeps dtmf events from firing (FSCORE-523/r:16207)\r
+       core: don't segfault when -nonat is used and nat_map reinit is called (r:16253)\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
@@ -213,6 +227,8 @@ 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
+       libesl: add help banner on connection failure (ESL-25/r:16040)\r
+       libesl: add support for user level auth to esl and fs_cli (r:16161)\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
@@ -261,6 +277,9 @@ freeswitch (1.0.5)
        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_commands: Fix group_call_function not loading group-dial-string and dial-string from user type pointer (MODAPP-335/r:16034)\r
+       mod_commands: add timer_test cli app (r:16079)\r
+       mod_commands: fsctl add shutdown now for debugging (r:16220)\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
@@ -271,6 +290,7 @@ freeswitch (1.0.5)
        mod_conference: fix video thread (r:15590)\r
        mod_conference: add mute on/mute off actions in addition to toggle mute action (MODAPP-370/r:15845)\r
        mod_conference: add conference member data into the play-file-member-done event (r:15909)\r
+       mod_conference: add waste-bandwidth flag to conference (r:16110)\r
        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
@@ -303,6 +323,7 @@ freeswitch (1.0.5)
        mod_event_socket: fix event_sink race (r:15389)\r
        mod_event_socket: fix expires seg in event_sink (r:15594)\r
        mod_event_socket: only kill event socket on 100 consecutive errors (r:15671)\r
+       mod_event_socket: add userauth <user>@<domain>:<pass> 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)\r
        mod_fifo: fix mod_fifo not honoring member_timeout (MODAPP-322/r:14552)\r
        mod_fifo: add fifo_position var (r:14806)\r
        mod_fifo: add API: fifo_add_outbound to add outbound members to a FIFO (r:14809)\r
@@ -353,6 +374,8 @@ freeswitch (1.0.5)
        mod_portaudio: add context param (r:14737)\r
        mod_portaudio: make the ringfile configurable via new API command 'pa ringfile' (r:15633)\r
        mod_portaudio: fix mod_portaudio linux build with alsa (MODAPP-377/r:15899)\r
+       mod_portaudio: Set a new channel variable with the call_id (MODAPP-277/r:16115)\r
+       mod_portaudio: fix pa play bug (r:16188)\r
        mod_python: Fix segfault on multiple calls to Python (MODLANG-133/r:14847)\r
        mod_python: Fix infinite recursion in python script causing crash (MODLANG-134/r:14898)\r
        mod_python: fix memory leak (MODLANG-136/r:15432)\r
@@ -460,12 +483,21 @@ freeswitch (1.0.5)
        mod_sofia: move NUTAG_MIN_SE to sofia_glue_do_invite so it only appears on requests. (MODSOFIA-47/r:15943)\r
        mod_sofia: Fix redirect contacts not set correctly on 300 Mutliple Choices (SFSIP-190/r:15994)\r
        mod_sofia: Add fix for silly endpoints who use G729a improperly (MODSOFIA-48/r:16004)\r
+       mod_sofia: Add ping hysteresis for SIP peer qualification (MODSOFIA-40/r:16039)\r
+       mod_sofia: Major presence update (r:16053)\r
+       mod_sofia: Fix sofia loglevel 9 (MODSOFIA-50/r:16058)\r
+       mod_sofia: don't segfault on notify message with no contact (r:16130)\r
+       mod_sofia: honor disabled soa flag in re-invite (r:16193)\r
+       mod_sofia: share and share alike, only nothing is alike in sip =/ (r:16194)\r
+       mod_sofia: Get sofia "auth-calls" parameter and directory "auth-acl" parameter to work through a proxy. (BOUNTY-12/r:16200)\r
+       mod_sofia: add command-line completion for sofia xmlstatus (MODSOFIA-52/r:16260)\r
        mod_spidermonkey: allow inline javascript, use a ~ as first script character (r:15598)\r
        mod_spidermonkey: fix mod_spidermonkey on OSX 10.6 (lets see if this breaks any other platforms) (r:15650)\r
        mod_spidermonkey_core_db: Allow to bind value to parameters in prepared statements (MODLANG-139/r:15632)\r
        mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162)\r
        mod_syslog: mod_syslog does not respect facility setting, always logs to user.* (LOGGER-4/r:15447)\r
        mod_syslog: fixed mod_syslog.c on solaris since there is no LOF_FTP and LOG_AUTHPRIV in solaris syslog (r:15606)\r
+       mod_syslog: add uuid logging support (r:16187)\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), adjust and clean log levels (r:14886)\r
@@ -497,7 +529,6 @@ freeswitch (1.0.5)
        mod_voicemail: Add new api call to get user mailbox settings (MODAPP-325/r:14982) \r
        mod_voicemail: Add ability to skip greeting and instructions when leaving voicemail (MODAPP-331/r:14990)\r
        mod_voicemail: Fix VM disk quota (MODAPP-353/r:15161)\r
-       mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs (windows build to follow) (r:15036)\r
        mod_voicemail: add missing switch_event_destroy in profile config function (r:15262)\r
        mod_voicemail: default samplerate to 0 instead of 8000 so that we record using the channel's native rate, thx bkw (r:15394)\r
        mod_voicemail: prevent obscure divide by zero code path (r:15413)\r
@@ -506,7 +537,11 @@ freeswitch (1.0.5)
        mod_voicemail: Fix r15636 so New are New, and Old are Old messages (r:15639)\r
        mod_voicemail: mod_voicemail: Change so total_new_messages and total_saved_messages include the count of new/saved urgent messages (Issue caused by MODAPP-359) (r:15670)\r
        mod_voicemail: Fix segfault (FSCORE-511/r:15876)\r
+       mod_voicemail: passing originator's account name to cc'd accounts or groups to let them see who forwarded it (BOUNTY-13/r:16270)\r
+       mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs (windows build to follow) (r:15036) \r
        mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs - windows (r:15088)\r
+       mod_voipcodecs: rearrange codecs so we don't have crazy overlap and remove G723-32 and move it up to dynamic cuz people have nothing better to do then write stupid RFC's (r:16251)\r
+       mod_xml_cdr: Allow specifying auth-scheme in config (MDXMLINT-56/r:16247)\r
        mod_xml_curl: Fix crash when using use-dynamic-url (XML-10/r:14850)\r
        mod_xml_curl: Allow choice between HTTP Basic and Digest authentication (r:15107)\r
        mod_xml_curl: Don't use signals when a timeout is specified (XMLINT-13/r:15997)\r