freeswitch/src/include
Andrey Volk ccc4ae282a FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
..
private FS-10801: [core] Add a database interface to the FreeSWITCH Core. 2019-07-15 22:18:19 +04:00
test FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_fct.h 2019-07-16 01:33:06 +04:00
SimpleGlob.h run indent on the whole tree and update copyright dates in prep for 1.0.5 2010-02-06 03:38:24 +00:00
cc.h FI-393 [fs_cli banner] this commit changes the text on the fs_cli banner 2018-06-14 19:38:05 +00:00
g711.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch.h FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
switch_am_config.h.in use int64_t internally for storage of time_t values in the scheduler because at least then we know what format string to use to print them, and they are often that type anyways. 2007-03-30 01:40:50 +00:00
switch_apr.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_bitpack.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_buffer.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_cJSON.h FS-10036: fix windows build issues. These patches need to go upstream 2017-03-15 16:13:40 -05:00
switch_cJSON_Utils.h FS-10036: update cJSON code to pre 1.4.0 release of cJSON. this includes backports of all our fixes, and our build macros for windows and visibility. It also makes it easy to drop in a new version, and to in the future be able to switch to a system version of cJSON easily (after all these updates are in, probably around v2.0 timeframe. Note this new version adds a lot of extra error checking, fixes some buffer overruns, and improves parser and printer performance 2017-02-27 18:53:23 -06:00
switch_caller.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_channel.h FS-11693 [core] Added switch_channel_set_log_tag() and switch_channel_get_log_tags() This allows you to add log tags to an active call channel. If using SWITCH_CHANNEL_SESSION_LOG, with switch_log_printf(), the tags will be added to the the log node so a logging module can send additional contextual data to a log aggregator. 2019-03-09 15:21:46 -05:00
switch_config.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_console.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_core.h FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
switch_core_db.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_core_event_hook.h FS-11785: [core] help clang static analyzer understand this macro construct 2019-07-17 21:48:59 +04:00
switch_core_media.h FS-11421: [core,mod_sofia] Fix rtp_pass_codecs_on_stream_change to process all sdp settings in the re-invite -- add new filter_codecs app and fix some races and negotiation bugs #resolve 2019-06-06 11:08:52 -04:00
switch_core_video.h FS-11021: [mod_conference] Add video mirror #resolve 2018-07-24 07:21:45 +00:00
switch_cpp.h FS-11265 #resolve add detectSpeech and playAndDetectSpeech 2018-08-13 18:59:53 +00:00
switch_curl.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_dso.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_estimators.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_event.h FS-11848 [core] add user_data to event_channel_bind 2019-07-17 16:02:12 -04:00
switch_frame.h FS-9922: [mod_conference] Auto Energy Level 2017-03-13 11:52:15 -05:00
switch_hashtable.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_image.h FS-8867: build using in tree libvpx, vpx no longer optional and does not use system libvpx due to issues with having to update it frequently conflicting with system libraries, now we link to the static in tree version instead. Also, mod_vpx is now a core module instead of a loadable module, so mod_vpx.so will no longer be built 2016-02-24 18:44:11 -05:00
switch_ivr.h FS-11893 [core] add switch_dial_handle_create_json() and switch_dial_handle_serialize_json() for dial handle/json conversions 2019-07-18 00:09:20 +04:00
switch_jitterbuffer.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_json.h [FS-11092] #resolve add cJSON_isTrue 2018-07-24 07:21:50 +00:00
switch_limit.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_loadable_module.h FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_loadable_module.h 2019-07-15 23:41:07 +04:00
switch_log.h FS-11870 [core, mod_graylog2, mod_console] Added switch_log_node_to_json() and updated mod_graylog2 to use it. This is a unified log node to JSON conversion. 2019-07-18 00:07:54 +04:00
switch_module_interfaces.h FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
switch_mprintf.h FSCORE-617 2010-06-07 16:47:35 -05:00
switch_msrp.h FS-11721 refactor msrp serialize function 2019-07-17 23:26:19 +04:00
switch_nat.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_odbc.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_platform.h FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_platform.h 2019-07-15 23:47:11 +04:00
switch_private.h.cmake switch_private.h template 2009-02-14 06:56:08 +00:00
switch_profile.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_regex.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_resample.h FS-9922: [mod_conference] Auto Energy Level -- some clean up 2017-04-27 15:28:59 -05:00
switch_rtcp_frame.h FS-11056: [core] fix RTCP lost calculation 2018-07-24 07:21:41 +00:00
switch_rtp.h FS-11730 Add support for DTLSv1.2 and make default 2019-06-06 12:05:11 -04:00
switch_scheduler.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_ssl.h FS-11659 [core] Fix implicit declaration of RAND_bytes 2019-02-15 22:06:14 +01:00
switch_stun.h FS-11564: [mod_verto] Add ext-rtp-ip detection using stun. 2019-01-09 17:19:11 +04:00
switch_types.h FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
switch_utf8.h FS-9944 [core] Add core video support to windows build 2017-01-12 23:52:06 +03:00
switch_utils.h FS-11436 more granularly calculate 'samples' and modify requested 'fsp' accordingly 2019-07-16 20:26:32 +04:00
switch_vad.h FS-11340 export switch_vad_state2str and update vad_test to support the latest params 2018-09-24 20:22:24 +00:00
switch_version.h.cmake Condense the humanized FS version string 2012-09-23 04:13:04 +00:00
switch_version.h.template FS-5971 --resolve 2013-11-15 21:35:06 +05:00
switch_vpx.h FS-8867: create conversion function stubs in the core so modules do not need to use libyuv directly 2016-02-24 15:12:05 -06:00
switch_xml.h FS-11785 [core, mod_commands] update XML API to fix scan-build false positive memory leaks 2019-07-17 20:21:57 +04:00
switch_xml_config.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00