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