]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update ChangeLog through r14800
authorMichael Collins <msc@freeswitch.org>
Thu, 10 Sep 2009 01:26:26 +0000 (01:26 +0000)
committerMichael Collins <msc@freeswitch.org>
Thu, 10 Sep 2009 01:26:26 +0000 (01:26 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14801 d0543943-73ff-0310-b7d9-9358b9ac24b2

docs/ChangeLog

index b6a654aeadd95eda4879255c3e576e670ccd709b..1f86d6798d56b6b2461332f0698a77578753d642 100644 (file)
@@ -2,6 +2,8 @@ freeswitch (1.0.5)
 \r
        build: Fix build to account for FreeBSD sed issues (FSBUILD-184/r:14479)\r
        build: build unimrcp after sofia (r:14507)\r
+       build: Fix mod_ldap not building on Linux (FSBUILD-189/r:14725)\r
+       build: add --with-rundir configure param and -run freeswitch runtime param to adjust the location of the pid file (FSBUILD-188/r:14768)\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
@@ -10,11 +12,40 @@ freeswitch (1.0.5)
        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: 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
+       core: add state change hooks for destroy (r:14647)\r
+       core: fix reaction in att_xfer when call is cancelled or times out (r:14650)\r
+       core: fix timeout while bridge is waiting for CF_BRIDGED flag (FSCORE-424/r:14702)\r
+       core: set the hostname core variable in switch_core_init (r:14726)\r
+       core: add more stuff to event in hangup hook api (r:14740)\r
+       core: add graceful zrtp failure (r:14745)\r
+       core: reduce poll timeout when dtmf is present (r:14749)\r
+       core: fix start_dtmf muting input from portaudio (FSCORE-426/r:14755)\r
+       core: fix missing reset causing the same timestamp forever on perfect storm of conditions involving transcoding and ptime combo (gotta love it) (r:14771)\r
+       core: CoreSession::originate: set the uuid on success (r:14773)\r
+       core: add optional prefix arg to set_user (FSCORE-429/r:14789)\r
+       core: try to improve autoflush and other silly audio glitches from edge cases and help (FSCORE-416/r:14800)\r
        embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)\r
+       libdingaling: patch libdingaling to use next_tag instead of child (r:14624)\r
+       libesl: automatically load ESL.so in PHP (r:14707)\r
+       libesl:  fix php swig generation (ESL-20/r:14750)\r
+       mod_commands: add host_lookup api call (r:14667)\r
+       mod_commands: add uuid_exists api call (r:14668)\r
+       mod_commands: add non-destructive regex substitution (MODAPP-319/r:14727)\r
+       mod_commands: add bg_system (like system but in the bg) (r:14746)\r
+       mod_commands: add optional trailing & to sched_api to denote running the task in a sep thread (r:14765)\r
+       mod_conference: Fix conference floor ownership being ceded too easily (MODAPP-323/r:14703)\r
        mod_dingaling: fix segfault on unload (MODENDP-243/r:14588)\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_fifo: fix mod_fifo not honoring member_timeout (MODAPP-322/r:14552)\r
        mod_lcr: fix possible null string passed to switch_log_printf (r:14514)\r
+       mod_limit: set more chan vars in limit_function (r:14733)\r
+       mod_lua: add conjure-session code and make session available in api commands (r:14739)\r
+       mod_lua: make luarun use a new pool every call (r:14763)\r
        mod_portaudio: fix compilation failure in mod_portaudio_stream (MODFORM-35/r:14531)\r
+       mod_portaudio: add context param (r:14737)\r
        mod_skypiax: ubermegapatch, more stability, robustness, scalability. Memory leaks not yet investigated, we'll do next (r:14517)\r
        mod_skypiax: more stability, no dangling channels, MODSKYPIAX-42, added 'sk list' statistics (thanks Seven Du) MODENDP-236 (r:14533)\r
        mod_sofia: allow custom SIP X-headers in 180/183/200 messages (MODSOFIA-20/r:14482)\r
@@ -27,9 +58,12 @@ freeswitch (1.0.5)
        mod_sofia: Fix NAT Reboot notify by merging the MWI notify and Reboot notify to a unified function (MODENDP-242/r:14581)\r
        mod_sofia: FIX parsing of argument of sofia status AND add a new search option (MODENDP-232/r:14585)\r
        mod_sofia: add 10 second media timeout waiting for codec establishment (MODSOFIA-22/r:14586)\r
+       mod_sofia: Enable creation of sip compact headers from sofia profile configuration (MODENDP-246/r:14698)\r
+       mod_sofia: Fix race with hold/unhold in proxy media (FSCORE-432/r:14797)\r
        mod_voicemail: fix operator-ext/operator-extension duplicate config declaration (r:14498)\r
+       mod_voicemail: allow profile to be specified sep from domain user@domain.com@myprofile (r:14756)\r
        mod_xml_rpc: Fix auth issue (XMLINT-54/r:14580)\r
-       \r
+       switch_utils: add a host lookup func (r:14653)\r
        \r
 \r
 freeswitch (1.0.4)\r