From e224b24fed4cf362d8911fb6f39a9b00ec71edb2 Mon Sep 17 00:00:00 2001 From: Michael S Collins Date: Sun, 5 Aug 2012 21:54:57 -0700 Subject: [PATCH] Update ChangeLog through July 2012. (Hello from Chicago\!) --- docs/ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/ChangeLog b/docs/ChangeLog index 471ad89653..e0de248e87 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -21,19 +21,33 @@ freeswitch (1.2.0) 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) + core: add enable-use-system-time param to switch.conf.xml (r:b1ae9746) + core: add execute_on_post_originate and api_on_post_originate to run on chosen newly originated channels vs execute_on_originate which runs on all candidates (r:bf20f524) + core: have sql thread manually subscribe to each event it cares about instead of every event and filtering it (r:6ea4c42c) + core: Add FreeSWITCH-Version string and Uptime-msec (uptime in *milliseconds*) to heartbeat events (r:a8efae99) + core: add core_uuid global variable to expose the runtime uuid (r:1d5b5f21) + core: add core-uuid attr to xml cdr tag (r:1dd4bd49) libesl: shutdown socket before closing to avoid blocking (r:c41a16d4) + libesl: add wait handler to forking code in ivrd (r:6c406aa0) 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_commands: show current process stack size from status command where supported (r:d32a72bc) + mod_commands: add fsctl sql start/stop for standby controls (r:46fee25d) + mod_commands: add api-expansion to switch.conf.xml and fsctl api_expansion command to control allowing apis to be expanded via variable expansion (r:293429f7) 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_conference: add flags to conference xml_list and show also on conference list (r:8d6b64e0) mod_commands: allow system API command to capture output from the executed command (r:d7a37e97) + mod_dingaling: enable srtp for dingaling (r:68d9a83e) 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_dptools: allow silence for moh type on campon (r:13068f17) + mod_erlang_event: accept binary in api and bgapi (r:f55f15c8) + mod_event_socket: add uuid to event socket apps (r:3708c962) 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) @@ -63,7 +77,9 @@ freeswitch (1.2.0) 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_sofia: add tags to allow crypto in avp (r:9fe08675) 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_spandsp: add v18_mode var (r:e941a61f) 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)