From f222c281649a11896606811d90077e10d8c03cff Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Wed, 17 Jun 2009 05:15:33 +0000 Subject: [PATCH] Update ChangeLog through r13805 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13806 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- docs/ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/ChangeLog b/docs/ChangeLog index 81508589b2..87c6434337 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -69,6 +69,7 @@ freeswitch (1.0.4) build: Check for ifaddrs.h before including it (r:13600/FSBUILD-168) build: fix jobserver unavailable bug in make -j (r:13623/FSBUILD-6) build: clean/uninstall disabled modules as well (r:13716/FSBUILD-85) + build: fix msvc pcre build for pcre 7.9 (r:13729) config: default config, calling own extension no longer goes to voicemail (r:12596) config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838) config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938) @@ -209,6 +210,9 @@ freeswitch (1.0.4) core: add hunt_caller_profile (r:13625,13626) core: add usec delta to log (r:13647) core: add padding to cycles on session_record (r:13648) + core: Export swtich_inet_ntop so modules can use it (r:13738) + core: record_sample_rate variable influences the rate record app will use (r:13767,13768,13769) + core: init buffer in lead out on speak (r:13787) docs: Fix filename references in phrase_en.xml (r:12976) docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041) docs: Updates to phrase_es.xml (r:13067) @@ -251,6 +255,7 @@ freeswitch (1.0.4) libesl: fix Phantom events when doing several bgapi calls without interleaving them with recvEvent (ESL-12/r:13217) libesl: add Ruby example for ESL (ESL-15/r:13235) libesl: add INFO example for Perl (r:13293) + libesl: add socketDescriptor() method to ESL::Connection obj (r:13770) libiksemel: let return 0 be a failure on read in iks to avoid cpu race (r:13123,13124,13133) libnatpmp: add (r:13510) libnspr: fix bsd port packaging (r:13715/FSBUILD-170) @@ -265,6 +270,7 @@ freeswitch (1.0.4) libsofiasip: subscription-state subexp-params missing (r:13439/SFSIP-148) libsofiasip: fix re-register after 423 w/ Min-Expires (r:13619/SFSIP-143) libsofiasip: use addres, id, and version from user sdp if they exist (r:13621) + libsofiasip: handle mid-line comments in resolv.conf patch from Lee Verberne (SFSIP-152/r:13749) libspandsp: update to snapshot 20090308 (r:12514) libspandsp: update to snapshot spandsp-20090421 (r:13086) libspandsp: update to snapshot spandsp-20090427 (r:13177) @@ -338,6 +344,7 @@ freeswitch (1.0.4) mod_erlang_event: Reply appropriately to net_adm:ping() (r:13066) mod_erlang_event: snprintf needs a format string too, and write has the warn_unused_result attribute set, so store the return value somewhere (r:13090) mod_erlang_event: fix erlang autoconf macro to deal with edge cases (MODEVENT-45/r:13288) + mod_erlang_event: fix FreeSWITCH crashing when sending traffic (FSCORE-379/r:13746) mod_event_socket: disallow unloading mod_event_socket from event socket (r:12326,12334) mod_event_socket: fix api_exec crash on OSX (MODEVENT-40,r:12349) mod_event_socket: move connect command to always work on outbound socket not just the first time (r:12723) @@ -393,6 +400,8 @@ freeswitch (1.0.4) mod_nibblebill: Added feature mod_nibblebill to check balance and transfer the caller to an alternate dialplan context & extension if they deplete their funds. (r:13432) mod_nibblebill: cleanup, fix leak (r:13463) mod_nibblebill: fix segfault (MODAPP-286/r:13662) + mod_nibblebill: Fixed nibblebill to bill on call start (r:13753) + mod_nibblebill: code before declaration (FSBUILD-172/r:13755) mod_opal: Fixed transmission of Q.931 Calling-Party-Number, and DisplayName on H.323 Setup (r:12347) mod_opal: allocate frame from session pool so it will not go out of scope (r:12811) mod_opal: disable visibility support broken in newer gcc (MODENDP-190/r:12923) @@ -404,6 +413,7 @@ freeswitch (1.0.4) mod_opal: Fixed incorrect include path (r:13239) mod_perl: Libtool build fix for mod_perl: use LIBTOOL_LIB_EXTEN to make libtool-2.2 happy and CXXLINK since we are linking a C++ lib (r:13080) mod_pocketsphinx: Revamp mod_pocketsphinx to use jsgf format (r:12224) + mod_pocketsphinx: now you can specify the dictionary to use in the config file (r:13747) mod_portaudio: fix audio issue in portaudio (r:12669) mod_python: fix core dump when using startup script (MODLANG-106/r:12648) mod_python: fix python failing during loading startup modules (MODLANG-105/r:12658) @@ -494,8 +504,12 @@ freeswitch (1.0.4) mod_sofia: Update CID on Polycom when doing an Attended transfer, Make send_display work with Polycom and others, add patch with mods from SFSIP-111 (r:13492/SFSIP-111) mod_sofia: handle vegastream broken sip info packets (r:13506) mod_sofia: Rewrite sofia_glue_get_user_host (r:13543) - mod_sofia: Move siptrace to loglevel INFO (r:13615) mod_sofia: Fix NOTIFY message sending incorrect information (MODENDP-225/r:13719) + mod_sofia: add sofia tracelevel and tracelevel param in (r:13735) + mod_sofia: Fix wrong contact header in SIP on incoming calls and NAT (SFSIP-151/r:13736) + mod_sofia: increase compat on NDLB-to-in-200-contact to handle NAT (r:13759) + mod_sofia: fix segfault (FSCORE-382/r:13774) + mod_sofia: Fix multicast replication of sofia registrations (r:13786) mod_spy: add new module, mod_spy (MODAPP-260/r:13035,13036) mod_syslog: Keep the indent string in memory (LOGGER-1/r:12852) mod_t38gateway: Introduction of the skeleton of a media bug implementing a T.38 gateway, so the @@ -514,6 +528,7 @@ freeswitch (1.0.4) mod_voicemail: rework vm_boxcount api and add an optional profile parameter (r:13283) mod_voicemail: add voicemail disk quota (MODAPP-173/r:13314) mod_voicemail: abolish mailbox attribute in users and use number-alias attribute instead (MODAPP-218/r:13377,13378,13379,13380,13381) + mod_unimrcp: add to trunk (r:13788,13789,13790,13791) mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586) support: Add print_list gdb macro (r:12687)