build: fix mod_json_cdr build in windows (MODEVENT-63)
build: fix build error due to missing zlib linking when using libtool 2.2 or later
build: Enable mod_curl in windows build
build: apply fix for MODSOFIA-71 to windows build
config: move limit.conf to db.conf
config: Update VM phrase macros to voice option then action on main, config menus
core: Add RTCP support (FSRTP-14)
core: handle some errors on missing db handle conditions
core: add ... and shutdown as a fail-safe when no modules are loaded
core: add apr func to disable loopback on multicast to simplify mod_multicast_event
core: free mem on shutdown (thanks Jalsot) (JANITOR-4)
core: try harder to get db handle in sql thread and fail out if it can't get one
core: always export 'export_vars'
core: add sanity check to launch threads that catch hangup and are not in a thread to make sure they clean up
core: Tweak bridge_early_media to support passthrough codecs
core: cleanup C reserved identifer violation (JANITOR-3)
core: add sound_prefix support in uuid_displace (FSCORE-550)
core: add 'critical' param on modules.conf to abort on mod load failure from Moc
core: add 'direction' chan var
core: fix race condition where 'delete' would beat 'insert' in the reporting db (FSCORE-597)
core: add callee id to events and add global param verbose-channel-events and fsctl verbose_events [on|off] to globally configure verbose events
core: fix potential excess cpu usage during originate
core: fix switch_get_addr to work with v6 properly
core: fix ZRTP compile issue (MODENDP-305)
core: fix Hangup on bridge event using switch_caller_profile_dup causes crash (FSCORE-601)
core: fix race condition when hangup happens after answer indication but before the session thread is started
core: fix switch_core_sqldb: library routine called out of sequence (sqlite)
core: attempt to address exotic scenario: FS rewriting SDP when reattempting to bridge a call to second route in proxy_media=true
core: reset codecs after media bugs
core: add intercept_unbridged_only=true to only intercept if the channel is not bridged to anyone
core: Fix switch_url_encode() does not handle properly UTF-8 sequences (FSCORE-605)
core: add bind method to EventConsumer takes same args as constructor to bind more events to an existing consumer
core: Fix parsing empty XML files (FSCORE-608)
lang: Improve French phrase files (FSCONFIG-23)
libdingaling: fix race on shutdown causing crash (FSMOD-47)
libesl: Fix potential race condition (ESL-36)
libesl: Add /uuid command to fs_cli to filter logs by uuid
libs: Merged OpenZAP and FreeTDM into the FreeSWITCH tree.
libsfreetdm: implemented freetdm config nodes and ss7 initial configuration
libsopenzap: Add CLI tracing
libspandsp: Fixed a typo in spandsp's msvc/inttypes.h Updated sig_tone processing in spandsp to the latest, to allow moy to proceed with his signaling work.
libspandsp: removed a saturate16 from spandsp that was causing problems fixed a typo in the MSVC inttypes.h file for spandsp
mod_commands: make break uuid_break and add cascade flag