core: abstract out originate_signal_bond to a function to avoid confustion and regressions (r:8bb55ed4)\r
core: update stun to more modern spec (r:c3094046)\r
core: add initial-event-threads to switch.conf.xml (r:7ec8fb43)\r
+ core: add enable-use-system-time param to switch.conf.xml (r:b1ae9746)\r
+ 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)\r
+ core: have sql thread manually subscribe to each event it cares about instead of every event and filtering it (r:6ea4c42c)\r
+ core: Add FreeSWITCH-Version string and Uptime-msec (uptime in *milliseconds*) to heartbeat events (r:a8efae99)\r
+ core: add core_uuid global variable to expose the runtime uuid (r:1d5b5f21)\r
+ core: add core-uuid attr to xml cdr tag (r:1dd4bd49)\r
libesl: shutdown socket before closing to avoid blocking (r:c41a16d4)\r
+ libesl: add wait handler to forking code in ivrd (r:6c406aa0)\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_commands: show current process stack size from status command where supported (r:d32a72bc)\r
+ mod_commands: add fsctl sql start/stop for standby controls (r:46fee25d)\r
+ 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)\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
mod_conference: Mirrored video when alone in conference (r:086cbf1b/FS-4176)\r
mod_conference: add outcall_flags (r:090345de)\r
+ mod_conference: add flags to conference xml_list and show also on conference list (r:8d6b64e0)\r
mod_commands: allow system API command to capture output from the executed command (r:d7a37e97)\r
+ mod_dingaling: enable srtp for dingaling (r:68d9a83e)\r
mod_dptools: add video_refresh dp and uuid_video_refresh fsapi (r:99bac0d0)\r
- mod_dptools: allow silence for moh type on campon (r:13068f17)\r
+ mod_dptools: allow silence for moh type on campon (r:13068f17)\r
+ mod_erlang_event: accept binary in api and bgapi (r:f55f15c8)\r
+ mod_event_socket: add uuid to event socket apps (r:3708c962)\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_sofia: allow ep_codec_string to draw from absolute_codec_string before the profile prefs (r:f685e4c5)\r
mod_sofia: put presence data in state events (r:75aab0ee)\r
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)\r
+ mod_sofia: add tags to allow crypto in avp (r:9fe08675)\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_spandsp: add v18_mode var (r:e941a61f)\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