From f71ebf11c1b07fd09bd0265bf7bf2c4a315aad0b Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Tue, 9 Jun 2009 17:29:01 +0000 Subject: [PATCH] Update Changelog through r13725 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13728 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- docs/ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/docs/ChangeLog b/docs/ChangeLog index 2073ceb0c3..81508589b2 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -64,6 +64,11 @@ freeswitch (1.0.4) build: add mod_nibblebill (r:13462) build: fix msvc build (r:13467/FSBUILD-165) build: add siren to the default build and install (r:13470) + build: add upnp to windows build (r:13535) + build: fix msvc 64 bit build regression from upnp build (r:13538/FSBUILD-167) + 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) 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) @@ -79,6 +84,8 @@ freeswitch (1.0.4) config: clear up docs (r:13468) config: clarify zrtp docs in vars.xml and give link on where to get more info (r:13469) config: tweaks to codecs in default config (r:13485) + config: Add example of sending SAS from b-leg to display on a-leg's phone (r:13500) + config: commit config options for new auto nat (r:13595) core: fix suncc visibility support in libteletone (r:12154-12157) core: fix crash on FS shutdown with "..." (FSCORE-297/r:12173,12361,12402) core: add separate mutex for state related methods (r:12191) @@ -194,15 +201,25 @@ freeswitch (1.0.4) core: zrtp_secure_media=true will have to be set to true in order for your zrtp to work moving forward similar to how srtp_secure_media works.(r:13461) core: prevent zrtp and srtp at the same time (r:13486) core: add CALL_SECURE event (r:13487) + core: add show secure channel status in "show channels" output (r:13502/FSRTP-2) + core: add CHANNEL_HANGUP_COMPLETE event to take the place of CHANNEL_HANGUP, CHANNEL_HANGUP now fires as soon as the channel is hungup but you must wait for CHANNEL_HANGUP_COMPLETE for the CDR data (r:13505) + core: fix core dump when calling session.execute (r:13508/FSCORE-373) + core: add netmask detection for nat discovery work (r:13549) + core: fix order of ops to enable logging sooner (r:13556) + 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) 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) docs: Latest revision of Spanish prompts file (r:13115) docs: switch_core.h doxygen update (r:13181) docs: Add ZRTP phrases to phrase_en.xml (r:13488,13489,13490) + docs: Add Stephane Alnet's French translations to phrase_fr.xml (r:13624) formats: add mod_portaudio_stream to get audio from any dev (MODFORM-25/r:12178) fs_cli: fix solaris build (r:12160) ivr: make tts-engine and tts-voice valid attributes on the menu xml (r:12278) + libapr: fix solaris build (r:13671/FSBUILD-169) libapr-util: add xml/expat stuff back to apr-utils (requires re-bootstrap) (r:13289,13290) libdingaling: hijack gcrypt init call to fix threadsafe race in dingaling and fix buffer overrun in iksemel (r:12575) libdingaling: add ldl_handle_running (r:13085) @@ -235,6 +252,9 @@ freeswitch (1.0.4) libesl: add Ruby example for ESL (ESL-15/r:13235) libesl: add INFO example for Perl (r:13293) 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) + libpcre: update to pcre 7.9 (r:13706) libsndfile: add executable permissions to libs/libsndfile/src/create_symbols_file.py (FSBUILD-134/r:12535) libsndfile: update to 1.0.19 (r:13415/LBSNDF-7) libsofiasip: su.h - define su_family via struct sockaddr (r:12260) @@ -243,10 +263,13 @@ freeswitch (1.0.4) libsofiasip: make info work out of dialog (r:13087) libsofiasip: silence solaris warning from missing braces (SFSIP-132/r:13369) 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) libspandsp: update to snapshot 20090308 (r:12514) libspandsp: update to snapshot spandsp-20090421 (r:13086) libspandsp: update to snapshot spandsp-20090427 (r:13177) libspandsp: update to spandsp-0.0.6pre12 (r:13311) + libspandsp: use __cdecl calling convention for span_rx_handler_t and span_tx_handler_t type functions (r:13509) libspeex: Add visibility support for suncc on solaris (r:13117,13118) libteletone: update api visibility macros for windows libtiff: add libtiff, v3.8.2 @@ -265,6 +288,7 @@ freeswitch (1.0.4) mod_commands: add show channels like %foo% (no % in the string implies wrapped in %, no spaces allowed in match string (r:13193) mod_commands: Add max-sessions to status (MODAPP-254/r:13373) mod_commands: remove double safe_free's (r:13453,13454,13455) + mod_commands: add nat_map API (r:13531) mod_conference: fix read terminating on single digit when called from a meta-app inside a conference (MODAPP-226/r:12466) mod_conference: recording members should be invisible to commands (MODAPP-233/r:12582) mod_conference: add lock caller_control (r:12787) @@ -284,6 +308,8 @@ freeswitch (1.0.4) mod_console: Fix mod_console (missing FD_ZERO before FD_SET) (r:13126) mod_conference: add conference wait-mod flags and member moderator flag to delay starting a conference until someone with a moderator flag has joined (r:13442) mod_conference: add member-type header to relevant events (r:13471) + mod_conference: make endconf count cumulative (r:13526) + mod_conference: don't transfer back to the same conference (r:13638) mod_dahdi_codec: delay init of resources until the first time they are actually used to avoid unnecessary waste of resources in hardware codec (r:12962) mod_dahdi_codec: set mod_dahdi_codec dahdi transcoding device sockets to non-blocking to avoid hanging when there is no data and just return 0 bytes frame (MODCODEC-8/r:13257) mod_dahdi_codec: added proper waiting (up to 10ms) for the DAHDI transcoder output frame (r:13262) @@ -315,6 +341,7 @@ freeswitch (1.0.4) 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) + mod_event_socket: add nat-map option to mod_event_socket (r:13567) mod_fax: can't print base 8 number that has a 9 in it.. use stringified version instead (r:13312) mod_fifo: consumer callback waiting an option in fifo.conf.xml (r:12685) mod_fifo: add fire events on bridge in fifo (r:12791) @@ -332,6 +359,7 @@ freeswitch (1.0.4) mod_lcr: allow channel vars in custom_sql (r:12198) mod_lcr: Add ifdefs around odbc calls in shutdown function (r:13268) mod_lcr: Adjust handling of strip parameters so entire number can be stripped (MODAPP-279/r:13365) + mod_lcr: honor effective_caller_id_number for CID override (r:13611) mod_limit: Add events and a shutdown function (r:12497) mod_limit: close odbc handle (r:12632) mod_limit: Add more error checking to hash api/app (r:13007) @@ -353,6 +381,7 @@ freeswitch (1.0.4) mod_lua: fix visibility support (FSCORE-302/r:12239-12240) mod_lua: fix windows build (FSBUILD-149/r:12919) mod_lua: fix memory leak (MODLANG-111/r:13298) + mod_managed: fix recursive file record during file playback issue (r:13551/IRC-00) mod_memcache: add new module, mod_memcache; API for memcached (r:12871) mod_memcache: make -ERR for API call less verbose (r:12949) mod_memcache: add hook reloadxml event (r:12950) @@ -363,6 +392,7 @@ freeswitch (1.0.4) mod_nibblebill: Updated mod_nibblebill to work properly w/ postgres fields (r:13031) 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_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) @@ -378,6 +408,7 @@ freeswitch (1.0.4) 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) mod_python: fix EventConsumer::pop() can deadlock mod_python (MODLANG-109/r:12849) + mod_python: fix seg on unload when scripts are running (MODLANG-107/r:13721) mod_say_en: fix missing "at" in time readback, change from cardinal to ordinal numbers on dates, e.g. "January 20th" vs. "January 20" (MODAPP-263/r:13099) mod_say_es: Add stub phrase_es.xml (r:13019) mod_say_ru: add Russian language say module and config files (r:12966-12971) @@ -395,6 +426,9 @@ freeswitch (1.0.4) mod_skypiax: modified configs/startskype.sh to specify which unix user will start the Skype client instance (r:12937) mod_skypiax: fixed assignment before declaration on Windows VC++ (r:12956) mod_skypiax: great startup speedup in Windows (using only one Broadcast sendmessage for each interface hunting) (r:13083) + skypiax: when repeatedly you try to connect to non-existing Skype account in a short period, the Skype client send you back the two halves of the message 'ERROR 92 CALL: Unrecognised identity' inverted in a way that breaks the flux of the API messages. Maybe an anti-spam feature? Anyway, let's try to work around it and restore sanity with a 1 second delay (r:13663) + skypiax: the Skype client sends us BOTH inband and out_of_band DTMFs, no way to shut the inbands. Let's intercept the out_of_bands ONLY if we are not bridged (eg: IVR, so not to waste CPU in detecting inband), but not propagate the out_of_band DTMFs if we are bridged (inband ones will be propagated) (r:13664) + skypiax: now it manages the REMOTEHOLD status, when the remote party puts the call on-hold (r:13667) mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577) mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939) mod_spidermonkey: add destroy method to js (r:13016) @@ -454,14 +488,19 @@ freeswitch (1.0.4) mod_sofia: Allow sending the flush/reboot all the registration of a domain (MODENDP-187/r:13363) mod_sofia: Fix double re-register problem (SFSIP-143/r:13384) mod_sofia: make autoflush on bridge the default (r:13389) - mod_sofia: add contact-user profile param to override default contact username for a profile (r:13397/MODSOFIA-8) + mod_sofia: add contact-user profile param to override default contact username for a profile (MODSOFIA-8/r:13397) mod_sofia: add proxy-follow-redirect flag (experimental) (r:13402) mod_sofia: add proxy-follow-redirect flag (experimental) (r:13403) + 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_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 related infrastructure work can take place around it (r:13082) - mod_voicemail: remove endless loop on leaving message (MODAPP-233,r:12315-12316) + mod_voicemail: remove endless loop on leaving message (MODAPP-233/r:12315-12316) mod_voicemail: add indexes to mod_voicemail (r:12341) mod_voicemail: fix audio cutoffs in voicemail_leave_main (MODAPP-225/r:12367) mod_voicemail: fix profile id mismatch when changing password via menu (MODAPP-236/r:12602)