Update ChangeLog through r16858

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16859 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Collins 2010-03-02 02:19:59 +00:00
parent cc39f9e4bc
commit 3969513ca9
1 changed files with 21 additions and 0 deletions

View File

@ -224,12 +224,20 @@ freeswitch (1.0.5)
core: Delay windows service startup so other command line options are processed (r:16558)
core: ZRTP Video works with ZFone (but you have to set your endpoint to use 99 for the payload for video or 125 in mod_h26x.c for H264 becuase the payloads MUST match or it can't figure it out (r:16563)
core: add new api funcs to xml (r:16605)
core: disable cpu timer affinity by default but make it still possible via config and fix stray constant in tipping_point (r:16679)
core: rename switch_socket_create_pollfd to switch_socket_create_pollset, add switch_socket_create_pollfd that really creates a pollfd out of a socket, expose switch_pollset_poll and switch_pollset_remove (r:16683)
core: Fix play_and_get_digits not honoring max_tries param (FSCORE-554/r:16706)
core: Fix bridge_answer_timeout dropping calls even after being answered (FSCORE-556/r:16737)
core: add force_local_ip_v4 and force_local_ip_v6 global vars to override the core funcs to always discover the same ip (r:16801)
core: compromising on timing code, remove -vm and make it default, make new -heavy-timing for previous default, change tipping-point to work of count of active timers rather than sessions, this should statisfy the droves of 'I wish it worked like 1.0.4 people' (r:16853)
core: add events for bug start and stop (r:16858)
docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)
docs: update es phrase file (MODAPP-317/r:15575)
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.getState() (r:14924)
embedded_languages: Fix caller_profile old code forcing empty caller ID (FSCORE-450/r:15006)
embedded_languages: add bridged method to scripting langs (r:16854)
libapr: add new apr functions/macros needed by unimrcp update (r:15542)
libbroadvoice: update to http://www.soft-switch.org/downloads/snapshots/voipcodecs/broadvoice-20091122.tar.gz (r:15602)
libdingaling: patch libdingaling to use next_tag instead of child (r:14624)
@ -249,6 +257,7 @@ freeswitch (1.0.5)
libesl: Improve C# support. Rename properties like C#-style (r:16520)
libesl: fix filters (and please use JIRA instead of mailing list to report bugs) (r:16527)
libesl: Add new examples about use ESL managed. Inbound and Outbound modes were documented. (r:16541)
libesl: Fix possible ESL deadlock when waiting for non-existent data on socket (r:16721)
libiksemel: fix iksemel build against gnutls 2.x (FSBUILD-219/r:16019)
libjs: pass ldflags to dso builds for libjs and nspr (r:16549)
libminiupnpc: make socket connection nonblocking to timeout to dead ip addrs (r:16611)
@ -320,6 +329,8 @@ freeswitch (1.0.5)
mod_conference: add waste-bandwidth flag to conference (r:16110)
mod_conference: mix member play file data in with conference so you can hear the bg while hearing the member file (r:16408)
mod_conference: mod_conference add conference_max_members channel variable that can be set on the first channel calling a conference to override the profiles max-members param (r:16597)
mod_conference: Change conf recording to start properly when 2nd person joins (MODAPP-398/r:16681)
mod_conference: Fix race condition that occasionally prevents conf "alone" sound from playing (MODAPP-400/r:16723)
mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103)
mod_curl: don't include response code in response data as it has its own var (MODAPP-369/r:15591)
mod_dialplan_xml: Fix anti-action not being supported for time-based conditions (DP-6/r:14901)
@ -358,6 +369,7 @@ freeswitch (1.0.5)
mod_event_socket: fix expires seg in event_sink (r:15594)
mod_event_socket: only kill event socket on 100 consecutive errors (r:15671)
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)
mod_fax: add spandsp_start_dtmf app to mod_fax (r:16727)
mod_fifo: fix mod_fifo not honoring member_timeout (MODAPP-322/r:14552)
mod_fifo: add fifo_position var (r:14806)
mod_fifo: add API: fifo_add_outbound to add outbound members to a FIFO (r:14809)
@ -396,6 +408,7 @@ freeswitch (1.0.5)
mod_lua: make luarun use a new pool every call (r:14763)
mod_lua: fix seek function (MODLANG-124/r:14812)
mod_lua: add argv[0] (MODLANG-122/r:15433)
mod_lua: Fix unsetInputCallback() removing HangupHook (MODLANG-158/r:16843)
mod_managed: Add utility function to create SWIGTYPE_p objects (r:14923)
mod_managed: Add ProgressMediaTime to ChannelVariables (r:15001)
mod_managed: Set stick flag on state handler so signal_bridge won't nuke it (r:15357)
@ -547,6 +560,11 @@ freeswitch (1.0.5)
registration while we're at max_registrations (r:16567)
mod_sofia: Multicast presence/mwi patch and a small registrations improvements with some NULL-proofing (MODSOFIA-46/r:16575)
mod_sofia: document tracelevel, add completion for tracelevel (r:16599)
mod_sofia: add extended info parsing feature to send api commands or queue messages to sessions over info packets (r:16688)
mod_sofia: add ability for multiple profiles to share the same gateway names via profile::gwname syntax for normT (r:16698)
mod_sofia: allow domains with no dot in them as long as you specify a profile name (r:16739)
mod_sofia: add sofia_dig [xml] api func (r:16745)
mod_sofia: Allow rewrite of the o= line either by detault or as an option when proxy_media=true (MODSOFIA-50/r:16806)
mod_spidermonkey: allow inline javascript, use a ~ as first script character (r:15598)
mod_spidermonkey: fix mod_spidermonkey on OSX 10.6 (lets see if this breaks any other platforms) (r:15650)
mod_spidermonkey_core_db: Allow to bind value to parameters in prepared statements (MODLANG-139/r:15632)
@ -570,6 +588,8 @@ freeswitch (1.0.5)
mod_unimrcp: support resampling for TTS (UniMRCP 0.8.0 only) (r:15570)
mod_unimrcp: update to new api in unimrcp r1297 (r:15616)
mod_unimrcp: fix for loquendo MRCPv2 - destroy session instead of removing channel (r:15736)
mod_unimrcp: Added synthparams and recogparams to config so that default MRCP params can be defined for SPEAK and RECOGNIZE requests (r:16717)
mod_unimrcp: Added ssml-mime-type config param to deal with server that doesn't like application/ssml+xml (r:16720)
mod_valet_parking: add (r:15072)
mod_valet_parking: sense att xfer in valet (r:15126)
mod_valet_parking: add events and valet_info fsapi to valet parking (r:15136)
@ -598,6 +618,7 @@ freeswitch (1.0.5)
mod_voicemail: copy user xml to a dynamic xml obj so you do not hold exclusive lock on global xml registry the whole time you are leaving a vm (r:16577)
mod_voicemail: fix vm to inherit params from domain/group (r:16644)
mod_voicemail: that shouldve been wrlock, and its missing an unlock (r:16647)
mod_voicemail: add vm_list vm_delete and alias voicemail_inject to vm_inject (r:16673)
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: 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)