From fce7e829924995ac769d1b1dd9758ff990a38ae5 Mon Sep 17 00:00:00 2001 From: Michael S Collins Date: Tue, 28 Jun 2011 12:11:34 -0700 Subject: [PATCH] Update ChangeLog through June 28 (mid-day) --- docs/ChangeLog | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/docs/ChangeLog b/docs/ChangeLog index 99cb902913..d785d07f46 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -25,6 +25,7 @@ freeswitch (1.0.7) build: add make targets for mod_com_g729 mod_com_g729-activate mod_com_g729-install mod_com_g729-clean mod_com_g729-uninstall (r:17d52112) build: add support for bz2 to getlibs (r:b61fc396) build: Bump callie sounds to 1.0.15 (r:c8eaef60) + build: always use our includes first so we use our srcdir headers over installed versions (r:15c79424) codec2: working prototype, still for testing only (r:04ca0751) config: move limit.conf to db.conf config: Update VM phrase macros to voice option then action on main, config menus @@ -49,6 +50,7 @@ freeswitch (1.0.7) config: bump en sounds version to 1.0.16 (r:50ce2cae) config: Add ivr/ subdir to conf/lang/en/en.xml (r:42f10a48) config: Fix mod_directory phrase file references to 'dir-press.wav' (correct: vm-press) (r:3ef2692f) + config: bump ru sounds version to 1.0.13 (r:2b1b19bf) core: Add RTCP support (FSRTP-14) core: handle some errors on missing db handle conditions core: add ... and shutdown as a fail-safe when no modules are loaded @@ -270,6 +272,15 @@ freeswitch (1.0.7) core: Don't send silence frames for parked calls until media is ready. (r:dc028b36/FS-3046) core: add code to pass recording bugs on to other legs when executing an attended transfer, needs testing and possible follup commits before using (r:e2da3bea) core: flip_record_on_hold to make the recording flip to the other leg on hold, record_check_bridge to make recording the same file on the opposite leg of a bridge considered a duplicate attempt and record_toggle_on_repeat to make repeat recording the same file toggle the recording off (r:7bbbb9cc) + core: lower log-level of failed ivr_originate for mundane conditions like no answer and attended transfer (r:f25085e0) + core: add scoped channel variables (%[var=val,var2=val2] blocks valid in any app data field and will only last for that one app execution) (r:b2c3199f) + core: enable recursion for scoped variables so applications that exec more apps will preserve the scope, the most recent app will mask variables just during the duration of that app (r:c6268da5) + core: only clear scope vars when they were set (r:d4fcba74,r:77688084) + core: Add the ability to issue a break to switch_ivr_sleep when media is not ready, allowing continuation of processing of the dialplan. (r:dfc30b2e/FS-3373) + core: parse events and messages in channel_ready (r:94148095) + core: add last_hold_time and hold_accum vars for cdr data (r:676ef808) + docs: Major clean up of doxygen generated core API documentation (r:794246e1) + docs: Add libteletone back to core API documentation (r:c35c138d) embedded languages: Provide core level support for conditional Set Global Variable (r:c017c24b/FSCORE-612) embedded languages: add insertFile front end to switch_ivr_insert_file and reswig (r:c4e350ab) fs_cli: block control-z from fs cli and print a warning how to exit properly (r:dc436b82) @@ -342,6 +353,7 @@ freeswitch (1.0.7) libspandsp: Changed T.38 terminal handling, so errors from the user's packet transmit routine properly filter up the chain, cause termination of the FAX session, and are reported to the caller. (r:c890fbfa) libstfu: add param to jb to try to recapture latency (disabled by default) (r:d59d41d7) libsqlite: fix issue on mailing list mod_crd_sqlite entry limit and sqlite segfaults on triggers (r:1badec17) + libunimrcp: Update to latest UniMRCP version. MRCP requests can no timeout if there is no server response. (r:17099473) mod_avmd: Initial check in - Advanced Voicemail Detect (r:10c6a30a) (by Eric Des Courtis) mod_avmd: Add to windows build (r:df4bd935) mod_avmd: Fix mem leak (r:cd951384/FS-2839) @@ -389,7 +401,8 @@ freeswitch (1.0.7) mod_celt: Add dependency to fix parallel builds (r:6e37a8b2) mod_cepstral: add ability to set encoding of text (r:28738b06/FS-3001) mod_cidlookup: null xml is bad (r:095815f8) - mod_cid_lookup: honor skipcitystate when using whitepages (r:a66654de/FSMOD-53) + mod_cidlookup: honor skipcitystate when using whitepages (r:a66654de/FSMOD-53) + mod_cidlookup: fix crash when caching is enabled (r:2e1f0b50/FS-3350) mod_commands: make break uuid_break and add cascade flag mod_commands: add uuid_autoanswer command (now uuid_phone_event) mod_commands: expand last patch to do hold as well and rename the command to uuid_phone_event @@ -411,6 +424,7 @@ freeswitch (1.0.7) mod_commands: add recovery_refresh app and api and use it in mod_conference to send a message to the channel telling it to sync its recovery snapshot (r:650393fb) mod_commands: add moh by default to uuid_broadcast when only broadcasting to A leg use aleg arg to disable this (r:d164a797) mod_commands: add API uuid_limit - thanks to Francois Delawarde (r:98a95016/FS-1792) + mod_commands: omit file_string:// prefix if input begins with ~ (r:f12ab59e) mod_conference: Fix reporting of volume up/down (MODAPP-419) mod_conference: add last talking time per member to conference xml list mod_conference: add terminate-on-silence conference param @@ -447,6 +461,10 @@ freeswitch (1.0.7) mod_conference: add custom exit sound to match enter sound on conf (r:3d475876) mod_conference: don't play default when playing a custom one (r:c7b36157) mod_conference: Add 'conference xxxx list count' to get exact member count for a given conference (r:f731abe0) + mod_conference: move muted/unmuted indications to main thread via flags (r:e8962d56) + mod_conference: wait for thread to start in mod conference to avoid one in a million race on heavy traffic (r:b1cf5bee) + mod_conference: add conference member flag nomoh (r:f35a6814) + mod_conference: add hup command to conference (kick without the kick sound) (r:492db906) mod_curl: use method=post when post requested (r:c6a4ddd0/FSMOD-69) mod_db: fix stack corruption (MODAPP-407) mod_dialplan_xml: Add in the INFO log the caller id number when processing a request (Currenly only show the caller name) (r:e1df5e13) @@ -625,6 +643,8 @@ freeswitch (1.0.7) mod_opus: Use libtool archives for linking, add dependencies to fix parallel builds (r:74bbd4be) mod_osp: initial check (Open Settlement Protocol) mod_osp:Changed OSP TCP port from 1080 to 5045. (r:03abefdf) + mod_pocketsphinx: Update PocketSphinx to the latest builds... only had to make two changes (r:1a39d7fb) + mod_pocketsphinx: They no longer ship the wsj model in pocketsphinx... and seems the dictionary has moved a bit. (r:23571680) mod_portaudio: Fix inbound state (CS_ROUTING not CS_INIT) (MODENDP-302) mod_portaudio: mod_portaudio improvements and bug fixes (r:33b74ca8/FS-3006) mod_portaudio: Add pa devlist to portaudio webapi (r:e8f10ea3) @@ -633,6 +653,11 @@ freeswitch (1.0.7) mod_radius_cdr: Add 'Freeswitch-Direction' av pair (r:a5170df0) mod_radius_cdr: Add 'Freeswitch-Other-Leg-Id' av pair (r:18d29b46) mod_radius_cdr: log errors with the call's uuid (r:fee49b16) + mod_rtmp: RTMP as easy as A.B.C. Avant-Garde Solutions Inc. -- Barracuda Networks Inc. -- (r:0933a343) + mod_rtmp: Remove duplicate output from rtmp status profile xxx API command (r:2e016541) + mod_rtmp: Make all sockets non-blocking (r:affcdb0a) + mod_rtmp: mod_rtmp for windows (r:f8cda539/FS-3355) + mod_rtmp: flush buffer to avoid lag and enable plc (r:4bb76831) mod_sangoma_codec: Add sample config file mod_sangoma_codec: added load/noload options for the supported codecs mod_sangoma_codec: rename load/noload to register/noregister @@ -859,6 +884,19 @@ freeswitch (1.0.7) mod_sofia: chat API issue: dup_dest was being overwritten by switch_split_user_domain (r:765908f3/FS-3152) mod_sofia: Reformat sofia usage string and make it a static const char[]. (r:812fd727) mod_sofia: Add channel variable deny_refer_requests to make it possible to deny REFER requests (r:9e12983f/FS-3100) + mod_sofia: Fix TLS crash when NAT configured w/o actual external IP addr (r:64f8ad3f/FS-3324) + mod_sofia: only accept info dtmf when its configured to (r:51c21580) + mod_sofia: add support for 3pcc-proxy when in bypass media. (r:68c389df/FS-3326) + mod_sofia: release rwlock on error (r:0675b59b/FS-3321) + mod_sofia: Mask remote party identity in SIP presence if channel var presence_privacy=true (r:8d8e5a23) + mod_sofia: add check_sync to sofia cli (like flush_inbound_reg without the unreg) (r:079f4845) + mod_sofia: pop :: off the domain name in mwi events to hint at the profile (r:e2ed8c08) + mod_sofia: dig into the database to figure out what profile to send mwi on when they are not willing to alias the domain to the profile =/ (r:b14340a5) + mod_sofia: add mutex around gateway access on per-profile basis and token based access to global profiles to prevent hanging on to the hash mutex while doing sql stmts which may cause issues/slowdowns (r:9df8169d) + mod_sofia: add parallelism to sofia by offsetting sip messages to the concerned sessions and using multiple queue threads for message handling (r:fb68746e) + mod_sofia: removed the vid refresh thing (r:49e52b4c/FS-3362) + mod_sofia: add sip_liberal_dtmf chanvar and liberal-dtmf profile param to use the maximum methods of DTMF avoiding sticking to the spec which leads to incompatability (r:bc7cb400) + mod_sofia: support final response in response header passing (r:acd0898e) mod_spandsp: initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp (r:fa9a59a8) mod_spandsp: rework of new mod_spandsp to have functions broken up into different c files (r:65400642) mod_spandsp: improve duplicate digit detection and add 'min_dup_digit_spacing_ms' channel variable for use with the dtmf detector (r:eab4f246/FSMOD-45) @@ -875,6 +913,9 @@ freeswitch (1.0.7) mod_spandsp: additional fix to this bug and add better fax detect code to mod_spandsp (r:7fe313cf/FS-3252) mod_spandsp: Fire event when fax finishes indicating result (r:a57336ba/FS-3004) mod_spandsp: Prevent hung chans on fax errors (r:789a9ce8/FS-3213) + mod_spandsp: add more fax event information (r:0555b702/FS-3345) + mod_spandsp: fix memory issue in spandsp_tone_detect (r:8793c2ed) + mod_spandsp: add proper tone detect stop (r:8beb10d2/FS-3367) mod_spidermonkey: allow vars to be set containing vars from languages (r:5cd072a3) mod_spidermonkey: fix seg in js hangup (r:7d554c11) mod_spidermonkey: Fix mod_spidermonkey build on FreeBSD, (Undefined symbol PR_LocalTimeParameters). (r:3edb8419) @@ -889,6 +930,7 @@ freeswitch (1.0.7) mod_unimrcp: Destroy schannel only *after* cleanup of its contents is done (r:0f17bcc5) mod_unimrcp: add locking to mrcp dtmf generator (r:f5704114/FS-3163) mod_unimrcp: check for NULL recog_hdr (r:478d5186/FS-3247) + mod_unimrcp: Wait for unimrcp lib to timeout requests (r:ee176092) mod_valet_parking: add event data to valet parking hold event mod_valet_parking: add event for Valet Parking action exit mod_valet_parking: pass hold class on transfer (r:76a065ec)