Update ChangeLog through r15746

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15747 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Collins 2009-12-01 23:36:11 +00:00
parent 511132ac1e
commit d5f1861268
1 changed files with 100 additions and 2 deletions

View File

@ -19,12 +19,32 @@ freeswitch (1.0.5)
build: Update Debian build init script (FSBUILD-204/r:15417)
build: Fix Debian script broken in r15417 (FSSCRIPS-21/r:15443)
build: Add windows projects for Broadvoice only 2008 (r:15470)
build: debian: remove incorrect option (FSBUILD-208/r:15496)
build: fix automated libsrtp build (r:15523)
build: fix --srcdir for modules.conf (r:15526)
build: fix --srcdir for sounds_version.txt and swigall
build: fix uclibc cross compile issues (stolen from http://astlinux.svn.sourceforge.net/viewvc/astlinux/trunk/package/freeswitch/freeswitch-sqlite-make.patch?revision=2455) (r:15531)
build: add new broadvoice to windows solution and cleanup template (r:15562)
build: Add initial build support to windows (MODUNIMRCP-6/r:15610)
build: srcdir fixes for modmake.rules (FSBUILD-211/r:15644)
build: srcdir fixes for Makefile.am (FSBUILD-211/r:15645)
build: srcdir fixes for configure.in (FSBUILD-211/r:15646)
build: fix srcdir for libs/apr/configure.gnu (FSBUILD-211/r:15648)
build: fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211/r:15661)
build: fix --srcdir make error (FSBUILD-211/r:15673)
build: Initial check in for Windows Inno Setup script (r:15681)
build: add --disbale-cpp configure argument to disable the c++ build for the core (r:15717)
build: pass configure args/vars to sub-configure commands run from module makefiles (r:15718)
build: try to not insert -std=c99 into cflags passed to libs that are not ansi compliant (r:15739)
config: improvements to French language handling (MODASRTTS-20/r:14911)
config: Add valet_parking to default config (r:15124)
config: Add valet macros (r:15156)
config: Fix dialplan 6000 - call park retrieval example (r:15292)
config: clarify the info as the word IP in the option isn't clearly saying you can put an IP in the options value (r:15302)
config: Convert lang/fr/vm/sounds.xml to utf8 and minor changes (MODASRTTS-22/r:15319)
config: Fix default group calling so that the order is followed (FSCONFIG-12/r:15492)
config: add commented uuid param to mod_logfile's default config (r:15537)
config: add descriptions for broadvoice codecs (FSCORE-497/r:15626)
core: Add per-call logging (r:14509)
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)
@ -117,23 +137,49 @@ freeswitch (1.0.5)
core: add <> var container to enterprise_originate syntax to set variables to pass to every thread (r:15469)
core: add cache_db handle api (odbc/sqlite abstraction) (r:15473)
core: caller/ee id cleanup (r:15474)
core: add support for running core-db over odbc (r:15487)
core: Properly count CNG packets (FSCORE-489/r:15493)
core: Fix segfault on exit (FSCORE-491/r:15499)
core: add append and truncate to audio file API (r:15503)
core: refactor enterprise_originate (r:15565)
core: fix thread saftey issue in expiring media bugs (r:15587)
core: add debug-level to switch.conf.xml and tweak a few debugs (r:15595)
core: refactor/abstract the core sql stuff more (r:15599)
core: don't hangup call on asr errors (FSCORE-493/r:15623)
core: fix db connection hijacking issue (r:15624)
core: send bridge/unbridge indication during eavesdrop (r:15638)
core: record the correct remote_media_ip and remote_media_port even when we autoadjust (FSCORE-500/r:15659)
core: improve chunked sql transaction submission (r:15672)
core: add switch_caller_extension_add_application_printf() (r:15688)
core: Fix switch_poll timeout that causes bad audio in Windows (FSCORE-501/r:15722)
core: add switch_core_vsprintf (r:15737)
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)
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)
libesl: automatically load ESL.so in PHP (r:14707)
libesl: fix php swig generation (ESL-20/r:14750)
libesl: disable duplicate headers on request param events (r:14909)
libesl: c# wrapper for esl lib (r:14955)
libesl: add logger.pl a FS debug tool using ESL.pm (r:15377)
libesl: Add send_info example (r:15613)
libesl: use event_clone type internally to not confuse people who think they are getting events in response to commands (r:15660)
libjs: pass ldflags to dso builds for libjs and nspr (r:16549)
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)
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)
libstfu: add resize function (r:14871)
libunimrcp: Update to unimrcp 1297, remove API change (r:15615)
libunimrcp: unimrcp windows x64 build support and fix release builds (r:15621)
mod_alsa: update to new module api (r:14833)
mod_bv: remove non-working bv codecs pending working lib from steve and mod_bv unified with both codecs in one module. (r:15559)
mod_bv16: add support for BroadVoice16 codec (r:15464)
mod_bv16: add plc (r:15466)
mod_bv16: move bv16 so it doesn't use the same number as another codec in mod_voipcodecs (r:15468)
@ -141,12 +187,14 @@ freeswitch (1.0.5)
mod_bv32: add plc (r:15466)
mod_cdr_csv: try to rotate on failed write to cdr file (r:14948)
mod_celt: bring CELT up to the latest build we need more testers (r:15278)
mod_cid_lookup: Fix segfault on no DSN (MODAPP-346/r:15019)
mod_cidlookup: Fix segfault on no DSN (MODAPP-346/r:15019)
mod_cidlookup: add whitepages.com support (r:15023)
mod_cidlookup: add channel var / debug log for cidlookup src (r:15268)
mod_cidlookup: fix minor bugs, make whitepages work if regular url not set (oops), channel var set for area, ignore "UNKNOWN" and "UNAVAILABLE" from API (r:15331)
mod_cidlookup: more cleanup, always try to get a location, add verbose option to api call, cache area and src so the cache is full rep of cid data (r:15333)
mod_cidlookup: proper fix for working in npanxx only mode (thanks for the heads up bkw) (r:15341)
mod_cidlookup: use new cached odbc api (r:15680)
mod_cidlookup: add shorter timeout + warn on slow responses (r:15683)
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)
@ -156,16 +204,24 @@ freeswitch (1.0.5)
mod_commands: Updating tab completion for show cli command (FSCORE-468/r:15180)
mod_commands: add api hostname (r:15225)
mod_commands: add uuid_debug_audio <uuid> <read|write|both> <on|off> (r:15274)
mod_commands: add more autocomplete items (FSCORE-468/r:15506)
mod_commands: Fix group_call returns nothing if one endpoint on the group is not registered (MODAPP-368/r:15530)
mod_commands: fix parsing in time_test to prevent a few edge cases (r:15549)
mod_commands: add db_cache API - shows db cache status (FSCORE-503/r:15697)
mod_conference: Fix conference floor ownership being ceded too easily (MODAPP-323/r:14703)
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: wait-mod doesn't loop moh-sound audio file (MODAPP-349/r:15171)
mod_conference: Return additional flags in xml_list (MODAPP-360/r:15275)
mod_conference: take pin from x header (MODAPP-333/r:15415)
mod_conference: add more mutexes to video thread (r:15551)
mod_conference: fix video thread (r:15590)
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)
mod_dialplan_xml: add inline=true to actions to exec certian apps right away (also mod_dptools) (r:14906)
mod_dialplan_xml: Fix condition "week of year" calculation (DP-7/r:14968)
mod_dialplan_xml: Add holiday, week of year matching (Thanks Vagabond) (r:15721)
mod_dingaling: fix segfault on unload (MODENDP-243/r:14588)
mod_dingaling: Fix mod_dingaling does not reads profile information from configuration file at runtime till whole module is reloaded (LBDING-15/r:14917)
mod_directory: initial commit of real code (MODAPP-325/r:14981)
@ -187,6 +243,8 @@ freeswitch (1.0.5)
mod_event_socket: fix mem leak (MODEVENT-54/r:14891)
mod_event_socket: fix CHANNEL_HANGUP_COMPLETE missing under myevents (MODEVENT-56/r:15011)
mod_event_socket: fix event_sink race (r:15389)
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_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)
@ -205,8 +263,10 @@ freeswitch (1.0.5)
mod_limit: add limit_ignore_transfer var (MODAPP-334/r:14830)
mod_limit: add limit_execute (like limit_hash_execute); allow -#s to act as counter only; add INFO level logs to limit similar to limit_hash (r:14870)
mod_limit: make limit work with neg count like limit_hash (r:14920)
mod_limit: move mod_limit to cache_db and clean up vm legacy code (r:15677)
mod_local_stream: add chime-list to local_stream (r:14966)
mod_local_stream: Fix memory leak at mod_local_stream (MODFORM-36/r:15431)
mod_logfile: add uuid parameter to prefix log files by the call's uuid (r:15502)
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_lua: fix seek function (MODLANG-124/r:14812)
@ -219,15 +279,20 @@ freeswitch (1.0.5)
mod_memcache: update to libmemcached 0.32 (r:14935)
mod_memcache: add --with-memcached=no to libmemcached configure (r:14938)
mod_opal: Added setting of outgoing number and display name from extension number so H.323/Q.931 fields are set correctly in ALERTING and CONNECT messages sent for incoming calls.(r:14900)
mod_opal: Fixed compile issues with latest Opal (r:15545)
mod_portaudio: fix compilation failure in mod_portaudio_stream (MODFORM-35/r:14531)
mod_portaudio: add context param (r:14737)
mod_portaudio: make the ringfile configurable via new API command 'pa ringfile' (r:15633)
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_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)
mod_say_it: Fix italian pronunce in mod_say_it (MODAPP-362/r:15407)
mod_say_hu: add mod_say_hu to trunk from csecket branch (r:15622)
mod_say_it: Fix italian pronounce in mod_say_it (MODAPP-362/r:15407)
mod_say_it: fix hundred pronunciation (MODAPP-367/r:15500)
mod_say_th: add mod_say_th (MODLANG-144/r:15592)
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)
@ -239,6 +304,8 @@ freeswitch (1.0.5)
mod_skypiax: added one more 'PROTOCOL 7' command, because windows was not getting it. Now CHATMESSAGES will probably work on windows too (r:15342)
mod_skypiax: added 'report_incoming_chatmessages' configuration file per_interface setting. To activate it, put its value to '1' or 'true', any other value will be 'false'. Defualts to 'true' (r:15343)
mod_skypiax: commented out 'XCloseDisplay' lines, seems to cause crashes... (r:15344)
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_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)
@ -293,8 +360,28 @@ freeswitch (1.0.5)
mod_sofia: avoiding initial segfault (MODENDP-265/r:15427)
mod_sofia: solve problem from MODENDP-258 with an alternate approach, and make send-message-query-on-register=first-only and sql-in-transactions=true the defaults (MODENDP-258/r:15441)
mod_sofia: lookup gateway by realm when not found by name (r:15475)
mod_sofia: if the phone is behind nat with us... don't consider nat processing fixees cases where things are EVIL like cisco 79xx (r:15486)
mod_sofia: Fix sofia statistics (MODSOFIA-38/r:15491)
mod_sofia: add content-disposition to SEND_INFO (r:15495)
mod_sofia: video improvements (r:15524)
mod_sofia: always check for callee update not just because of pai (r:15589)
mod_sofia: add ani and aniii to caller profile (MODSOFIA-34/r:15596)
mod_sofia: reset timestamp counter when we get new sdp etc because sonus likes to say ptime 20 and send 30ms timestamps in the 183 then once they say 200 ok with the same sdp they decide to actually send 20 for real this time (FSRTP-8/r:15597)
mod_sofia: convert sofia to use new core version of cache db handles (r:15600)
mod_sofia: Fix crash where client register request does not contain "nc" parameter (MODSOFIA-39/r:15609)
mod_sofia: Add ping hysteresis for SIP peer qualification (MODSOFIA-40/r:15628)
mod_sofia: add sip_profile_name go go with sip_gateway_name on outgoing calls (r:15629)
mod_sofia: fail2ban support in mod_sofia thanks jay binks. (MODSOFIA-41/r:15654)
mod_sofia: Revert part of MODSOFIA-41 r15654 that deals with phone reboot - breaks Aastra/Polycom (r:15656)
mod_sofia: Fix call not hanging up after hold (FSCORE-481/r:15657)
mod_sofia: add separate inbound/outound codec prefs params to sofia profile original codec-prefs sets both to the same value for back-compat (r:15658)
mod_sofia: reset the remote_media ip/port vars more often (r:15676)
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)
mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162)
mod_syslog: mod_syslog does not respect facility setting, always logs to user.* (LOGGER-4/r:15447)
mod_syslog: fixed mod_syslog.c on solaris since there is no LOF_FTP and LOG_AUTHPRIV in solaris syslog (r:15606)
mod_tts_commandline: Add new module (r:14827)
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)
@ -303,6 +390,14 @@ freeswitch (1.0.5)
mod_tts_commandline: improve, update config file (MODASRTTS-21/r:14932)
mod_unimrcp: add support for file://, <speak, and <grammar (r:15236)
mod_unimrcp: fixed pizza demo bug, other misc ungoodness (r:15330)
mod_unimrcp: Add enable-profile-events param to mod_unimrcp (r:15528)
mod_unimrcp: Add enable-profile-events param to mod_unimrcp config (r:15529)
mod_unimrcp: Support UniMRCP 0.8.0 and new RTCP configuration params (r:15554)
mod_unimrcp: Update Nuance MRCP configuration to send RTCP BYE (r:15555)
mod_unimrcp: unimrcp - add windows 2008 project support - doesn't do anything yet (r:15569)
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_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)
@ -322,6 +417,9 @@ freeswitch (1.0.5)
mod_voicemail: default samplerate to 0 instead of 8000 so that we record using the channel's native rate, thx bkw (r:15394)
mod_voicemail: prevent obscure divide by zero code path (r:15413)
mod_voicemail: create max timeouts feature like the one in ivr_menu (MODAPP-365/r:15471)
mod_voicemail: decrease sql queries for message counts (MODAPP-359/r:15636)
mod_voicemail: Fix r15636 so New are New, and Old are Old messages (r:15639)
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_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: Allow choice between HTTP Basic and Digest authentication (r:15107)