freeswitch/src/include
Chris Rienzo c796723dd7 FS-11728 [core] add switch_ivr_play_and_collect_input(). This function plays a prompt while looking for DTMF or speech and returns whatever was heard. 2019-07-17 19:58:45 +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-11014 [core] add vad to core 2018-07-24 07:21:47 +00: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-11621: add switch_core_strndup 2019-07-17 19:44:17 +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-9924: Removed extra space in source files 2017-02-09 23:59:49 -05: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-10968 [core] create recording vars 2019-03-26 22:28:13 +00: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-11728 [core] add switch_ivr_play_and_collect_input(). This function plays a prompt while looking for DTMF or speech and returns whatever was heard. 2019-07-17 19:58:45 +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-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_module_interfaces.h FS-11425 add config_profile_name to codec_settings to choose a specific codec config profile 2019-07-17 00:59:06 +04:00
switch_mprintf.h FSCORE-617 2010-06-07 16:47:35 -05:00
switch_msrp.h FS-9904 small tweak to the function definition so this builds with strict prototypes 2017-02-08 08:53:08 -06: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_pgsql.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-11557: [mod_sofia] add support for RFC 7989 Session-ID header 2019-07-17 19:13:41 +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-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_xml_config.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00