Update ChangeLog through r15187
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15188 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f392bfe38c
commit
0fd390de5b
|
@ -13,6 +13,7 @@ freeswitch (1.0.5)
|
||||||
build: fix Build-Depends on debian build for skypiax (FSBUILD-197/r:15113)
|
build: fix Build-Depends on debian build for skypiax (FSBUILD-197/r:15113)
|
||||||
config: improvements to French language handling (MODASRTTS-20/r:14911)
|
config: improvements to French language handling (MODASRTTS-20/r:14911)
|
||||||
config: Add valet_parking to default config (r:15124)
|
config: Add valet_parking to default config (r:15124)
|
||||||
|
config: Add valet macros (r:15156)
|
||||||
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)
|
||||||
|
@ -63,6 +64,15 @@ freeswitch (1.0.5)
|
||||||
core: Add 48k 30ms and 40ms codecs (r:15135)
|
core: Add 48k 30ms and 40ms codecs (r:15135)
|
||||||
core: Fix playback cannot play stereo .wav files (FSCORE-463/r:15139)
|
core: Fix playback cannot play stereo .wav files (FSCORE-463/r:15139)
|
||||||
core: refactor some of the message parsing code to use fifo to reduce threading contention (r:15142)
|
core: refactor some of the message parsing code to use fifo to reduce threading contention (r:15142)
|
||||||
|
core: send update after both sides are answered (r:15149)
|
||||||
|
core: fix playback_ms and record_ms to work right and add playback_seconds and record_seconds (r:15155)
|
||||||
|
core: delay update till after media has been confirmed to prevent SOA race in sip (r:15159)
|
||||||
|
core: fix arg parsing on restart to not accumulate args (r:15164)
|
||||||
|
core: add new macro to make sure we don't send bypass command too soon (r:15165)
|
||||||
|
core: Fix shutdown not working on Windows with fs_cli (FSCORE-435/r:15167)
|
||||||
|
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)
|
||||||
docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)
|
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: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)
|
||||||
embedded_languages: add session.hangupCause() (r:14912)
|
embedded_languages: add session.hangupCause() (r:14912)
|
||||||
|
@ -86,9 +96,11 @@ freeswitch (1.0.5)
|
||||||
mod_commands: add bg_system (like system but in the bg) (r:14746)
|
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_commands: add optional trailing & to sched_api to denote running the task in a sep thread (r:14765)
|
||||||
mod_commands: fix segfault (r:14961)
|
mod_commands: fix segfault (r:14961)
|
||||||
|
mod_commands: Updating tab completion for show cli command (FSCORE-468/r:15180)
|
||||||
mod_conference: Fix conference floor ownership being ceded too easily (MODAPP-323/r:14703)
|
mod_conference: Fix conference floor ownership being ceded too easily (MODAPP-323/r:14703)
|
||||||
mod_conference: Display callers' rates (r:14992)
|
mod_conference: Display callers' rates (r:14992)
|
||||||
mod_conference: Don't start conf auto record until a second party arrives (MODAPP-348/r:15029)
|
mod_conference: Don't start conf auto record until a second party arrives (MODAPP-348/r:15029)
|
||||||
|
mod_conference: wait-mod doesn't loop moh-sound audio file (MODAPP-349/r:15171)
|
||||||
mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103)
|
mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103)
|
||||||
mod_dialplan_xml: Fix anti-action not being supported for time-based conditions (DP-6/r:14901)
|
mod_dialplan_xml: Fix anti-action not being supported for time-based conditions (DP-6/r:14901)
|
||||||
mod_dialplan_xml: add inline=true to actions to exec certian apps right away (also mod_dptools) (r:14906)
|
mod_dialplan_xml: add inline=true to actions to exec certian apps right away (also mod_dptools) (r:14906)
|
||||||
|
@ -169,6 +181,11 @@ freeswitch (1.0.5)
|
||||||
mod_sofia: append host when its not supplied on carrot dialing (r:15099)
|
mod_sofia: append host when its not supplied on carrot dialing (r:15099)
|
||||||
mod_sofia: Fix MESSAGE_QUERY causes event without minimum event information (MODEVENT-58/r:15117)
|
mod_sofia: Fix MESSAGE_QUERY causes event without minimum event information (MODEVENT-58/r:15117)
|
||||||
mod_sofia: Add a log message when the invite has no SDP and 3pcc isn't enabled to aid troubleshooting (r:15140)
|
mod_sofia: Add a log message when the invite has no SDP and 3pcc isn't enabled to aid troubleshooting (r:15140)
|
||||||
|
mod_sofia: add variable for one legged 302's via originate so you can tell it happened. (r:15163)
|
||||||
|
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_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: Add new module (r:14827)
|
||||||
mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885)
|
mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885)
|
||||||
mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels (r:14886)
|
mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels (r:14886)
|
||||||
|
@ -179,12 +196,16 @@ freeswitch (1.0.5)
|
||||||
mod_valet_parking: sense att xfer in valet (r:15126)
|
mod_valet_parking: sense att xfer in valet (r:15126)
|
||||||
mod_valet_parking: add events and valet_info fsapi to valet parking (r:15136)
|
mod_valet_parking: add events and valet_info fsapi to valet parking (r:15136)
|
||||||
mod_valet_parking: add auto ext type and support for being called from bind_meta_app to valet_parking (needs some more) (r:15145)
|
mod_valet_parking: add auto ext type and support for being called from bind_meta_app to valet_parking (needs some more) (r:15145)
|
||||||
|
mod_valet_parking: add sleep to inline dp to make xfer to valet wait a second (r:15168)
|
||||||
|
mod_valet_parking: enforce arg checking (r:15176)
|
||||||
|
mod_valet_parking: Add mod_valet_parking to the windows build (r:15185)
|
||||||
mod_vmd: fix glaring rwdeadlock in mod_vmd (r:14994)
|
mod_vmd: fix glaring rwdeadlock in mod_vmd (r:14994)
|
||||||
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_voicemail: allow profile to be specified sep from domain user@domain.com@myprofile (r:14756)
|
||||||
mod_voicemail: announce number of saved messages when there are no new messages (r:14964)
|
mod_voicemail: announce number of saved messages when there are no new messages (r:14964)
|
||||||
mod_voicemail: Add new api call to get user mailbox settings (MODAPP-325/r:14982)
|
mod_voicemail: Add new api call to get user mailbox settings (MODAPP-325/r:14982)
|
||||||
mod_voicemail: Add ability to skip greeting and instructions when leaving voicemail (MODAPP-331/r:14990)
|
mod_voicemail: Add ability to skip greeting and instructions when leaving voicemail (MODAPP-331/r:14990)
|
||||||
|
mod_voicemail: Fix VM disk quota (MODAPP-353/r:15161)
|
||||||
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs (windows build to follow) (r:15036)
|
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs (windows build to follow) (r:15036)
|
||||||
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs - windows (r:15088)
|
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs - windows (r:15088)
|
||||||
mod_xml_curl: Fix crash when using use-dynamic-url (XML-10/r:14850)
|
mod_xml_curl: Fix crash when using use-dynamic-url (XML-10/r:14850)
|
||||||
|
|
Loading…
Reference in New Issue