diff --git a/docs/ChangeLog b/docs/ChangeLog index b2c6507fcf..99abeabf9a 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,9 +1,12 @@ freeswitch (1.2.0) build: Automated builds for CI testing/Jenkins (r:2aff535a) + build: add debian source package building script (r:c164aae9) config: add screen_confirm macro to lang/en/ivr/sounds.xml (r:9ea3ce66) config: support for --with-logfilesdir, --with-dbdir, --with-htdocsdir, --with-soundsdir, --with-grammardir, --with-scriptdir and --with-recordin config: Redo config files, example - mv conf/* -> conf/vanilla/* (r:ee71daa1) config: clean up switch.conf and add all the missing options needs more docs (r:65fc2f8a) + config: add cdr_csv template for OpenCDRRate (r:ca60afaa) + config: add conference_flags to config; mention 'audio-always' option - FreeSWITCH Jira gsdir (r:7ae3f5b7/FS-302) core: Add RECORD_STEREO_SWAP to reverse the record channels (r:d5042f2c/FS-3069) core: api_on_startup (r:e164b76c) @@ -11,7 +14,14 @@ freeswitch (1.2.0) core: add support for configurable timeout and passing of args to play_and_detect_speech (r:410e523c) core: partial with renaming (r:24288832/FS-2216) core: only flush on break when its a blocking situation (r:3a076786) - mod_commands: Add "file_exists" API (r:7eba3f2b/FS-3927) + core: In tone_detect all specs work, not just the first one detected (r:d5ad8670/FS-4023) + core: add origination_nested_vars=true to allow vars within vars in originate strings e.g. [originate {origination_nested_vars=true,TEST=,var=,recur=W00t}user/1004 3000] will end up as w00t (r:385a92ce) + core: add core-db-pre-trans-execute and core-db-post-trans-execute to switch.conf.xml to wrap sql stmts around the core transactions (r:21b1ffbf) + libesl: shutdown socket before closing to avoid blocking (r:c41a16d4) + libzrtp: FreeSWITCH is now the official home of ZRTP code + fs_cli: set session loglevel as well in fs_cli when doing 'console loglevel info' also now implies '/log info' locally (r:b80a3a34) + mod_commands: Add "file_exists" API (r:7eba3f2b/FS-3927) + mod_commands: add fsctl debug sql (r:d655ceec) mod_conference: Add auto-record filename to conference_recording channel variable and ability to pull filename from API (r:b9295fd5/FS-1573) mod_conference: Convenience feature in mod_conference: apply sub cmds to non_moderator members (r:04295ac9/FS-3249) mod_conference: New conference commands: get and set (r:ab5f3f28/FS-3254) @@ -29,6 +39,11 @@ freeswitch (1.2.0) mod_sofia: add presence-disable-early sofia option to send non-specifc presence messages w/o special case for early (r:9b023152) mod_sofia: add sdp_secure_savp_only channel variable for silly asterisk srtp that only has the SAVP or cries (r:50727f56) mod_sofia: allow publish with no contact (r:b843911c) + mod_sofia: add some defensive code to allow support for yealink in SCA mode even when its broken (r:17cb6a22) + mod_sofia: add user_via to ack in case with track calls (r:f558247d) + mod_sofia: one msg thread per cpu by default (r:6f6765b8) + mod_sofia: mirror back record-route header in options (r:ef9dfe42) + mod_sofia: add sip_require_timer=true variable to enable require timer on session refresh that breaks finicky endpoints (r:b553d62f) mod_spandsp: Add T31 modem support to mod_spandsp - similar to iaxmodem only wired into FS. Also merge configs into single spandsp.conf.xml --see in tree example-- (r:d91f67d0) mod_valet_parking: add orbit feature to valet_parking similar to mod_fifo (r:09725e2b) mod_vlc: Adding mod_vlc initial working version (r:77f3bd24)