]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update ChangeLog through April 2012
authorMichael S Collins <msc@freeswitch.org>
Mon, 6 Aug 2012 00:24:02 +0000 (17:24 -0700)
committerMichael S Collins <msc@freeswitch.org>
Mon, 6 Aug 2012 00:24:02 +0000 (17:24 -0700)
docs/ChangeLog

index b2c6507fcfaa7e07797b0fa4b6fd0e29bafcbc27..99abeabf9af48127308455dd32e2ef57a3bd70d8 100644 (file)
@@ -1,9 +1,12 @@
 freeswitch (1.2.0)\r
        build: Automated builds for CI testing/Jenkins  (r:2aff535a)\r
+       build: add debian source package building script  (r:c164aae9)\r
        config: add screen_confirm macro to lang/en/ivr/sounds.xml  (r:9ea3ce66)\r
        config: support for --with-logfilesdir, --with-dbdir, --with-htdocsdir, --with-soundsdir, --with-grammardir, --with-scriptdir and --with-recordin\r
        config: Redo config files, example - mv conf/* -> conf/vanilla/*  (r:ee71daa1)\r
        config: clean up switch.conf and add all the missing options needs more docs  (r:65fc2f8a)\r
+       config: add cdr_csv template for OpenCDRRate  (r:ca60afaa)\r
+       config: add conference_flags to config; mention 'audio-always' option - FreeSWITCH Jira\r
        gsdir (r:7ae3f5b7/FS-302)\r
        core: Add RECORD_STEREO_SWAP to reverse the record channels (r:d5042f2c/FS-3069)\r
        core: api_on_startup (r:e164b76c)\r
@@ -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)\r
        core: partial with renaming  (r:24288832/FS-2216)\r
        core: only flush on break when its a blocking situation  (r:3a076786)\r
-       mod_commands:  Add "file_exists" API (r:7eba3f2b/FS-3927)\r
+       core: In tone_detect all specs work, not just the first one detected  (r:d5ad8670/FS-4023)\r
+       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)\r
+       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)\r
+       libesl: shutdown socket before closing to avoid blocking  (r:c41a16d4)\r
+       libzrtp: FreeSWITCH is now the official home of ZRTP code\r
+       fs_cli: set session loglevel as well in fs_cli when doing 'console loglevel info' also now implies '/log info' locally  (r:b80a3a34)\r
+       mod_commands: Add "file_exists" API (r:7eba3f2b/FS-3927)\r
+       mod_commands: add fsctl debug sql  (r:d655ceec)\r
        mod_conference: Add auto-record filename to conference_recording channel variable and ability to pull filename from API (r:b9295fd5/FS-1573)\r
        mod_conference: Convenience feature in mod_conference: apply sub cmds to non_moderator members (r:04295ac9/FS-3249)\r
        mod_conference: New conference commands: get and set (r:ab5f3f28/FS-3254)\r
@@ -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)\r
        mod_sofia: add sdp_secure_savp_only channel variable for silly asterisk srtp that only has the SAVP or cries  (r:50727f56)\r
        mod_sofia: allow publish with no contact  (r:b843911c)\r
+       mod_sofia: add some defensive code to allow support for yealink in SCA mode even when its broken  (r:17cb6a22)\r
+       mod_sofia: add user_via to ack in case with track calls  (r:f558247d)\r
+       mod_sofia: one msg thread per cpu by default  (r:6f6765b8)\r
+       mod_sofia: mirror back record-route header in options  (r:ef9dfe42)\r
+       mod_sofia: add sip_require_timer=true variable to enable require timer on session refresh that breaks finicky endpoints  (r:b553d62f)\r
        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)\r
        mod_valet_parking: add orbit feature to valet_parking similar to mod_fifo (r:09725e2b)\r
        mod_vlc: Adding mod_vlc initial working version  (r:77f3bd24)\r