diff --git a/docs/ChangeLog b/docs/ChangeLog index 379a1045f8..99cb902913 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -47,6 +47,8 @@ freeswitch (1.0.7) config: fix talking clock regexes (need ^ and $ so they don't match only 917x) (r:8529ba33) config: Update phrase_en.xml to reflect 1.0.16 sounds version (r:7499dfb2) 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) 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 @@ -261,12 +263,20 @@ freeswitch (1.0.7) core: fix edge case between fail_on_single_reject and group_confirm (r:fae95433/FS-3303) core: add prefix chars to playback_terminators + means include the term in the string and x means include the char and return SWITCH_STATUS_RESTART eg #+* only includes the * if you type it but not the # (r:38b3f43d) core: add additional format YYYYMMDDHHMMSS to strepoch (r:38f06a3b) + core: Fix APR EWOULDBLOCK issue (r:50e54364/FS-3308) + core: fire SWITCH_EVENT_RECORD_STOP after closing file (r:94e9957e/FS-3311) + core: add arrays to event headers and chanvars (r:c1c75952) + core: allow -1 as silence generation divisor to specify only zeroes silence (r:294a57fb) + 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) 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) fs_cli: skip blocking writes on fs_cli to avoid backing up event socket (r:2ec2a9b0) fs_cli: let ctl-c work until you are connected (r:986f258d) fs_cli: add -i --interrupt to fs_cli to allow control-c to exit the program (r:e7b3c3b1) + fs_cli: add timeout option to fs_cli (r:5fad26b4) lang: Improve French phrase files (FSCONFIG-23) lang: Update langs - Add pt_PT, update es to have es_ES and es_MX, update mod_say_es and add mod_say_pt (FS-2937) (r:c81a9448/FS-2937) libapr: Fix issue where after a bridge with a member, uuid of Agent is set to single quote character ' (r:3fee704d/FS-2738) @@ -302,6 +312,7 @@ freeswitch (1.0.7) libesl: build python esl bindings and ship them in freeswitch-python-package (r:44bfcf1d/FS-3128) libesl: use poll instead of select in ESL client lib because select is not your friend.... (r:ae595cd5) libesl: Add digit_timeout to ESL::IVR's playAndGetDigits method (r:f564d383) + libesl: add array manipulation to the wraper code (r:ffa0a071) libfreetdm: implemented freetdm config nodes and ss7 initial configuration libfreetdm: fix codec for CAS signaling (r:b76e7f18) libfreetdm: freetdm: ss7- added support for incoming group blocks, started adding support for ansi (r:c219a73c) @@ -435,6 +446,7 @@ freeswitch (1.0.7) mod_conference: remove auto gain events (r:7ba849b3) 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_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) @@ -461,6 +473,8 @@ freeswitch (1.0.7) mod_dptools: change mod_dptools to use the better method of fetching user xml that does not hang onto the xml root (r:e52e44e3) mod_dptools: the intent for having the module and lang separate is for things where the same module can use different sets of sounds like en module and en-male or en-female lang (sound dirs) there was indeed a disconnect in the dialplan version of this app. Originally say was only available in phrase macros so I change the syntax of the say app so you can specify both the module and the lang absolte from the dp with something like he:he as the module name. (r:44304f49) mod_dptools: Set the default lang if not supplied (mod_say_en) (r:5382972a/FS-3215) + mod_dptools: add capture dp app (r:860d2a6c) + mod_dptools: Allow redefinition of continue_on_fail and failure_causes during bridge execution. (r:01d0250e/FS-1986) mod_easyroute: Fix possible segfaults and memory leak during unload, and add new setting odbc-retries (r:7fbc47f8/FS-2973) mod_enum: switch mod_enum to use new portable in-tree version (r:2bbc37e3) mod_enum: fix race condition between ldns configure creating ldns/util.h and mod_enum (r:87884c5c) @@ -614,6 +628,7 @@ freeswitch (1.0.7) 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) + mod_portaudio_stream: update to specify the channel index (r:d1169d6e) mod_protovm: This is a very early new prototype voicemail ivr system. You need to copy the sounds.xml and make it loadale in the language folder and protovm.conf.xml inside the autoload_configs folder. Configs file will most definitly change. Once stabilized, we make it install those file by default. (r:fb549777) mod_radius_cdr: Add 'Freeswitch-Direction' av pair (r:a5170df0) mod_radius_cdr: Add 'Freeswitch-Other-Leg-Id' av pair (r:18d29b46) @@ -642,7 +657,9 @@ freeswitch (1.0.7) mod_say_ru: Fix saying time with +1 hour of current time (r:68d74c31/MODAPP-444) mod_say_ru: now support say_string like mod_say_en. Now support channel variables gender,cases can be set in english and russian for example: (r:8b5ecd2f) mod_say_zh: Number reading should now be OK for the whole range of integers for Cantonese and Mandarin + mod_shell_stream: Fix defunct processes being left behind (r:89666f44/FS-3316) mod_shout: bump mod_shout to use mpg123-1.13.2 to hopefully address unwanted calls to exit() and inherit other upstream fixes (r:079f3f73) + mod_shout: add append flag to mod_shout, can append MP3's (r:0419c4e0) mod_silk: Fix mod_silk compliance and performance issues (r:2ddbc457/MODCODEC-20) mod_skinny: Add the missing api files mod_skinny: add example dialplan and directory config (r:1bfcc17e) @@ -840,6 +857,8 @@ freeswitch (1.0.7) mod_sofia: fix sofia presence with dial does not maintain version number correctly (r:3ebd173c/FS-3307) mod_sofia: fix One way audio problem from B-leg of the call on Session Refresh and HOLD if B-leg is using a dynamic payload type (r:66d16d17/FS-3270) 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_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)