Update ChangeLog through r15201
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15202 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e072a6095d
commit
8119a1cd98
|
@ -73,6 +73,9 @@ freeswitch (1.0.5)
|
|||
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: 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)
|
||||
core: hangup_after_bridge=false only works if bypass_media=false (FSCORE-417/r:15196)
|
||||
docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)
|
||||
embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)
|
||||
embedded_languages: add session.hangupCause() (r:14912)
|
||||
|
@ -113,8 +116,10 @@ freeswitch (1.0.5)
|
|||
mod_dptools: jump to a specific offset with the playback by appending @@<samples> 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: 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_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_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_socket: add unique-id check to sendevent to send and event to a session instead of the system (r:14874)
|
||||
|
@ -147,6 +152,8 @@ freeswitch (1.0.5)
|
|||
mod_portaudio: add context param (r:14737)
|
||||
mod_python: Fix segfault on multiple calls to Python (MODLANG-133/r:14847)
|
||||
mod_python: Fix infinite recursion in python script causing crash (MODLANG-134/r:14898)
|
||||
mod_radius_cdr: Fix Framed-IP-Address in start and stop having wrong IP (MODEVENT-52/r:15197)
|
||||
mod_radius_crd: Fix memory leak from large CPS test (MODEVENT-55/r:15198)
|
||||
mod_skel_codec: Add (thanks Moy) (MODCODEC-14/r:14959)
|
||||
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)
|
||||
|
@ -185,6 +192,8 @@ freeswitch (1.0.5)
|
|||
mod_sofia: clear up some more display issues and fix resume-media-on-hold sofia option (r:15177)
|
||||
mod_sofia: Fix bridge call seems to hangup as if originator_cancelled when it has not (FSCORE-471/r:15186)
|
||||
mod_sofia: fix issue with resume-media-on-hold and t38 re-invites (r:15187)
|
||||
mod_sofia: Fix RTP destination port is not updated (SFSIP-180/r:15190)
|
||||
mod_sofia: add sip-force-extension (r:15191)
|
||||
mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162)
|
||||
mod_tts_commandline: Add new module (r:14827)
|
||||
mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885)
|
||||
|
|
Loading…
Reference in New Issue