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

index 99abeabf9af48127308455dd32e2ef57a3bd70d8..9b618d7b9bb1846e2ac89c867de06ee3c710bb86 100644 (file)
@@ -1,6 +1,7 @@
 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
+       build: add convenience script to set version in configure.in  (r:efc6f16c)\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
@@ -17,6 +18,7 @@ freeswitch (1.2.0)
        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
+       core: abstract out originate_signal_bond to a function to avoid confustion and regressions  (r:8bb55ed4)\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
@@ -25,11 +27,16 @@ freeswitch (1.2.0)
        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
+       mod_conference: Mirrored video when alone in conference (r:086cbf1b/FS-4176)\r
+       mod_conference: add outcall_flags  (r:090345de)\r
        mod_commands: allow system API command to capture output from the executed command  (r:d7a37e97)\r
-       mod_fax: moved to deprecated list\r
+       mod_dptools: add video_refresh dp and uuid_video_refresh fsapi  (r:99bac0d0)\r
+       mod_fax: Deprecated and now removed from tree\r
        mod_httapi:  mod_httapi.c -- HT-TAPI Hypertext Telephony API (Twillio FreeSWITCH style)  (r:bc8cbee1)\r
        mod_isac: add mod_iSAC (extracted from webRTC) 16hz @30ms,60ms 32khz @30ms  (r:a0473cda)\r
+       mod_loopback: allow mod loopback bowout to reach out across stacked loopback bridges and remove all of them  (r:ad7149bf)\r
        mod_posix_timer: New timer module mod_posix_timer (r:9d7e9e67/FS-3731)\r
+       mod_say_fa: Initial commit of Farsi say module  (r:18ee7ce3)\r
        mod_sofia: Add presence-privacy parameter to exclude extension numbers from the distributed presence string (r:c6633fa3/FS-849)\r
        mod_sofia: Reverse data in dialog-info so the proto is in the params not in the user because polycom uses the target uri for what to dial and stips the params  (r:cdb4b29a)\r
        mod_sofia: add registration-thread-frequency param  (r:5b7e2013)\r
@@ -44,12 +51,21 @@ freeswitch (1.2.0)
        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_sofia: Channel var now takes precedence over the profile setting  (r:ca39f15a)\r
+       mod_sofia: re-implement sla barge using eavesdrop backend  (r:a511ff30)\r
+       mod_sofia: add inbound-reg-in-new-thread sofia param to launch a new thread to process each new inbound register when using heavier backends  (r:0a5a057c)\r
+       mod_sofia: add mwi-use-reg-callid  (r:792b004f)\r
+       mod_sofia: block any inbound messages when queue is full; add debounce for mwi and pres on register; fix missing detach attr on new mode to process reg in new thread  (r:fb790bc3)\r
+       mod_sofia: add metadata col to internal registrations table  (r:192030c5)\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
        mod_voicemail: vm_read should mark messages as read, but not saved  (r:693f2986)\r
        mod_voicemail: Change vm_announce_cid to be true/false and utilize vm_play_phone_number_macro  (r:18289fa0)\r
        mod_voicemail: fire event with result of vm auth attempt  (r:0a6dde7b)\r
+       mod_voicemail: Improved feedback to user when chaning vm passwords.  (r:7b54701d)\r
+       mod_xml_scgi: add mod_xml_scgi (like xml_curl minus the web server direct to an application backend that supports the SCGI protocol)  (r:d7cf0bbe)\r
+\r
 freeswitch (1.0.7)\r
 \r
        build: Add mod_silk to windows build\r