Update ChangeLog through May 2012
This commit is contained in:
parent
b560ff6d83
commit
577d67e8e4
|
@ -1,6 +1,7 @@
|
|||
freeswitch (1.2.0)
|
||||
build: Automated builds for CI testing/Jenkins (r:2aff535a)
|
||||
build: add debian source package building script (r:c164aae9)
|
||||
build: add convenience script to set version in configure.in (r:efc6f16c)
|
||||
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)
|
||||
|
@ -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)
|
||||
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)
|
||||
core: abstract out originate_signal_bond to a function to avoid confustion and regressions (r:8bb55ed4)
|
||||
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)
|
||||
|
@ -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)
|
||||
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)
|
||||
mod_conference: Mirrored video when alone in conference (r:086cbf1b/FS-4176)
|
||||
mod_conference: add outcall_flags (r:090345de)
|
||||
mod_commands: allow system API command to capture output from the executed command (r:d7a37e97)
|
||||
mod_fax: moved to deprecated list
|
||||
mod_dptools: add video_refresh dp and uuid_video_refresh fsapi (r:99bac0d0)
|
||||
mod_fax: Deprecated and now removed from tree
|
||||
mod_httapi: mod_httapi.c -- HT-TAPI Hypertext Telephony API (Twillio FreeSWITCH style) (r:bc8cbee1)
|
||||
mod_isac: add mod_iSAC (extracted from webRTC) 16hz @30ms,60ms 32khz @30ms (r:a0473cda)
|
||||
mod_loopback: allow mod loopback bowout to reach out across stacked loopback bridges and remove all of them (r:ad7149bf)
|
||||
mod_posix_timer: New timer module mod_posix_timer (r:9d7e9e67/FS-3731)
|
||||
mod_say_fa: Initial commit of Farsi say module (r:18ee7ce3)
|
||||
mod_sofia: Add presence-privacy parameter to exclude extension numbers from the distributed presence string (r:c6633fa3/FS-849)
|
||||
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)
|
||||
mod_sofia: add registration-thread-frequency param (r:5b7e2013)
|
||||
|
@ -44,12 +51,21 @@ freeswitch (1.2.0)
|
|||
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_sofia: Channel var now takes precedence over the profile setting (r:ca39f15a)
|
||||
mod_sofia: re-implement sla barge using eavesdrop backend (r:a511ff30)
|
||||
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)
|
||||
mod_sofia: add mwi-use-reg-callid (r:792b004f)
|
||||
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)
|
||||
mod_sofia: add metadata col to internal registrations table (r:192030c5)
|
||||
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)
|
||||
mod_voicemail: vm_read should mark messages as read, but not saved (r:693f2986)
|
||||
mod_voicemail: Change vm_announce_cid to be true/false and utilize vm_play_phone_number_macro (r:18289fa0)
|
||||
mod_voicemail: fire event with result of vm auth attempt (r:0a6dde7b)
|
||||
mod_voicemail: Improved feedback to user when chaning vm passwords. (r:7b54701d)
|
||||
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)
|
||||
|
||||
freeswitch (1.0.7)
|
||||
|
||||
build: Add mod_silk to windows build
|
||||
|
|
Loading…
Reference in New Issue