Update ChangeLog through June 2012
This commit is contained in:
parent
577d67e8e4
commit
7ce3111114
|
@ -19,6 +19,8 @@ freeswitch (1.2.0)
|
|||
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)
|
||||
core: update stun to more modern spec (r:c3094046)
|
||||
core: add initial-event-threads to switch.conf.xml (r:7ec8fb43)
|
||||
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)
|
||||
|
@ -31,6 +33,7 @@ freeswitch (1.2.0)
|
|||
mod_conference: add outcall_flags (r:090345de)
|
||||
mod_commands: allow system API command to capture output from the executed command (r:d7a37e97)
|
||||
mod_dptools: add video_refresh dp and uuid_video_refresh fsapi (r:99bac0d0)
|
||||
mod_dptools: allow silence for moh type on campon (r:13068f17)
|
||||
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)
|
||||
|
@ -57,6 +60,9 @@ freeswitch (1.2.0)
|
|||
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_sofia: allow ep_codec_string to draw from absolute_codec_string before the profile prefs (r:f685e4c5)
|
||||
mod_sofia: put presence data in state events (r:75aab0ee)
|
||||
mod_sofia: add sip_recovery_break_rfc variable to set globally or per channel to not reverse the from and 2 on uas re-invites (r:5f09b403)
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue