Update ChangeLog thru r16662

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16663 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Collins 2010-02-16 22:30:47 +00:00
parent 484ffac41c
commit 8c962e50ca
1 changed files with 37 additions and 0 deletions

View File

@ -1,5 +1,6 @@
freeswitch (1.0.5)
all: run indent on the whole tree and update copyright dates in prep for 1.0.5 (r:16579)
applications: add inline dp to multiple apps (MODAPP-337/r:14922)
build: Fix build to account for FreeBSD sed issues (FSBUILD-184/r:14479)
build: build unimrcp after sofia (r:14507)
@ -62,6 +63,7 @@ freeswitch (1.0.5)
config: Move erlang module's default config file to be with all the others (r:15881)
config: Add confirm-key & -macro, tts-engine & -voice, confirm-attempts attributes, extra comments to ivr.conf.xml (r:15929)
config: Allow specifying auth-scheme in config (r:16350/MDXMLINT-56)
config: Improvements to french lang (FSCONFIG-18/r:16585)
core: Add per-call logging (r:14509)
core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548)
core: re-factor node allocation and make a copy of userdata in case the session gets killed before the logger module gets the node (r:14555)
@ -219,6 +221,9 @@ freeswitch (1.0.5)
core: allow alias expansion from fs_cli (r:16416)
core: allow double escape in parser for \ (r:16440)
core: Add a -version flag to freeswitch binary (FSCORE-534/r:16482)
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)
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)
@ -240,11 +245,18 @@ freeswitch (1.0.5)
libesl: add help banner on connection failure (ESL-25/r:16040)
libesl: add support for user level auth to esl and fs_cli (r:16161)
libesl: tcl example thanks Mark Mann (r:16307)
libesl: rename 'event' by 'Event', so it's C# keyword (r:16519)
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)
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)
libportaudio: Dither code in mod_portaudio doesn't properly compile on 64 bit systems (r:15422)
libsofiasip: fix sofia build with new openssl (r:15426)
libsofiasip: make sofia not auto-respond to SUBSCRIBE refresh requests (r:16273)
libsofiasip: Assertion fails in nua_bye_server_report (SFSIP-197/r:16534)
libsofiasip: Fix segfault in stun_encode_message (FSCORE-551/r:16635)
libspandsp: update to spandsp snapshot 20091005 (r:15084)
libspandsp: update to spandsp-20091006 snapshot (r:15093)
libspandsp: fix spandsp build on 32 bit 10.6 OS X builds (LBCODEC-4,MODAPP-351/r:15631)
@ -307,6 +319,7 @@ freeswitch (1.0.5)
mod_conference: add conference member data into the play-file-member-done event (r:15909)
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_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)
@ -327,9 +340,14 @@ freeswitch (1.0.5)
mod_dptools: Remove attended transfer from reasons for continue_on_fail (FSCORE-367/r:15367)
mod_dptools: add dp apps for setting audio level and muting (r:15993)
mod_dptools: make cn optional for mute 1 means absolute silence > 1 means generate cn level (r:15996)
mod_dptools: add leading m:<delim>: to change delim on inline dp eg m:^:set:foo=bar^set=blah=true to put an end to Vagabond's suffering (r:16526)
mod_dptools: make bridge_terminate_key work in bypass media when using info dtmf (r:16530)
mod_dptools: Fix bypass_media ignored in dial string (DP-14/r:16588)
mod_dptools: add param setting function to asr (r:16600)
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 compatibility with nodes running older OTP releases (R7 through current) (r:15189)
mod_erlagn_event: Don't exit the entire listener for a single session failure (reported by Timur Irmatov) (r:16516)
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_multicast: clean up mod_event_multicast to use blocking recvfrom and better error checking (r:15791)
@ -398,6 +416,7 @@ freeswitch (1.0.5)
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_python: fix memory leak (MODLANG-136/r:15432)
mod_python: Fix input callback with additional argument causes segfault (MODLANG-153/r:16536)
mod_radius_cdr: Fix Framed-IP-Address in start and stop having wrong IP (MODEVENT-52/r:15197)
mod_radius_cdr: Fix memory leak from large CPS test (MODEVENT-55/r:15198)
mod_say_es: Improve Spanish lang handling (MODAPP-317/r:15424)
@ -419,6 +438,7 @@ freeswitch (1.0.5)
mod_skypiax: no more pipes for audio samples exchange between threads.(r:15541)
mod_skypiax: do not add delay when a sleep() or play() are executed by a script after answer() and before sending audio. (MODSKYPIAX-29, MODSKYPIAX-58/r:15585)
mod_skypiax: changed audio i/o tcp socket size and timing constant on linux, for better compatibility with virtual machines (r:16330)
mod_skypiax: added FS timers, allow for better Virtual Machine (xen, ec2) conference behavior, to be polished (r:16521)
mod_snipe_hunt: add mod_snipe_hunt to tree (r:14937)
mod_sofia: allow custom SIP X-headers in 180/183/200 messages (MODSOFIA-20/r:14482)
mod_sofia: use switch_mprintf to securely parse the user parameters for the SQL query for reboot in mod_sofia (MODENDP-233/r:14484)
@ -517,6 +537,16 @@ freeswitch (1.0.5)
mod_sofia: set chanvars on both directions in sip and introduce sip_to_tag and sip_from_tag vars (r:16395)
mod_sofia: fix rpid and from correctly when auto-nat is enabled so polycom won't display the flipping URI and freak some poor souls out :P (r:16473)
mod_sofia: sip is stupid MODSOFIA-51, the 202 has to have the correct contact or the phone comes back and subscribes to the contact and not the actual extension (MODSOFIA-51/r:16500)
mod_sofia: fix attended transfer bug where port specified in Refer-To header is ignored (MODENDP-291/r:16524)
mod_sofia: exec sql stmt sooner to prevent race (r:16525)
mod_sofia: add sip_append_audio_sdp var (r:16537)
mod_sofia: add user-agent-filter and max-registrations-per-extension (BOUNTY-15/r:16557)
mod_sofia: Fix FS-SIPX attendant transfer problem (SFSIP-86/r:16562)
mod_sofia: fire presence_out when reg is flushed manually (r:16564)
mod_sofia: exclude rows with the current call_id - could be an endpoint updating it's
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_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)
@ -564,10 +594,17 @@ freeswitch (1.0.5)
mod_voicemail: mod_voicemail: Change so total_new_messages and total_saved_messages include the count of new/saved urgent messages (Issue caused by MODAPP-359) (r:15670)
mod_voicemail: Fix segfault (FSCORE-511/r:15876)
mod_voicemail: passing originator's account name to cc'd accounts or groups to let them see who forwarded it (BOUNTY-13/r:16270)
mod_voicemail: Allow param for voicemail to allow message file type to be changed (MODAPP-394/r:16576)
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_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)
mod_xml_cdr: Allow specifying auth-scheme in config (MDXMLINT-56/r:16247)
mod_xml_cdr: Add text/xml encoding and uuid to querystring for xml_cdr HTTP posting (XML-21/r:16570)
mod_xml_cdr: Add param log-http-and-disk (bool) to let user log only to HTTP or to both (XML-16/r:16643)
mod_xml_cdr: Fix regression (MODAPP-397/r:16656)
mod_xml_curl: Fix crash when using use-dynamic-url (XML-10/r:14850)
mod_xml_curl: Allow choice between HTTP Basic and Digest authentication (r:15107)
mod_xml_curl: Don't use signals when a timeout is specified (XMLINT-13/r:15997)