freeswitch/src
Joshua Gigg c475f5d8ab
Save to a temp file first, then rename
This allows the GET request to return a different mime type (and extension) to what was previously stored
2020-09-10 20:47:00 +01:00
..
include [Documentation] Fix parameter definitions in switch_core_media_bug_add() 2020-08-18 19:52:19 +04:00
mod Save to a temp file first, then rename 2020-09-10 20:47:00 +01:00
.gitignore
CMakeLists.txt
Makefile.am
cJSON.c [cJSON] Update to v1.7.12 2020-01-29 00:29:04 +04:00
cJSON_Utils.c [cJSON] Update to v1.7.12 2020-01-29 00:29:04 +04:00
fs_encode.c
fs_tts.c FS-11831 add fs_tts utility 2019-07-17 20:04:59 +04:00
g711.c
inet_pton.c
switch.c FS-12032 remove extra semi colon 2019-12-30 23:57:16 +04:00
switch_apr.c FS-11903: Fix errors (again) reported by PVS-Studio Static Code Analyzer for switch_apr.c 2019-07-16 01:32:55 +04:00
switch_buffer.c FS-11896: [core] Fix typos 2019-07-18 00:26:51 +04:00
switch_caller.c
switch_channel.c FS-10634: [core] Fix switch_channel_wait_for_app_flag from previous commit 2019-07-18 00:33:02 +04:00
switch_config.c
switch_console.c
switch_core.c [test] Disable logs when loading and shutting down FS core 2020-05-18 21:20:06 +04:00
switch_core_asr.c
switch_core_cert.c [core] fix build with newer build tools against openssl 1.1 2020-08-03 15:29:35 -04:00
switch_core_codec.c FS-12008: special case G722 - fix rate passed to switch_core_codec_init() 2019-08-19 18:31:10 +00:00
switch_core_db.c FS-11827: [Core] Add feature allowing FreeSWITCH to store CORE DB (SQLite) fully in memory (core-db-dsn). 2019-12-31 02:28:20 +04:00
switch_core_directory.c
switch_core_event_hook.c
switch_core_file.c Merge pull request #216 from rucc/short_play_fix 2020-02-12 23:08:15 +04:00
switch_core_hash.c [Core] Fix potential leak of hash table keys. 2020-02-16 00:07:13 +04:00
switch_core_io.c [Core] DTMF: Avoid division by zero on low actual_samples_per_second 2019-12-20 00:14:17 +04:00
switch_core_media.c [Core] Add AEAD_AES_128_GCM and AEAD_AES_256_GCM ciphers support. 2020-06-22 16:26:22 +04:00
switch_core_media_bug.c [core] Add SMBF_FIRST flag which forces media bug to front of the list. Add 'f' flag to switch_ivr_displace_session to add displace as first operation on the media stream. (#76) 2019-12-31 03:14:31 +04:00
switch_core_memory.c [Core] Fix size overflow in pool_stats (when configured with --enable-pool-debug) 2020-06-12 19:35:03 +04:00
switch_core_port_allocator.c
switch_core_rwlock.c
switch_core_session.c FS-11878 [core] change log level of dialplan EXECUTE 2019-07-18 00:58:57 +04:00
switch_core_speech.c
switch_core_sqldb.c [Core] Wait sql threads to spin up. Fixes module_exists, show_codec commands. 2020-05-07 02:26:22 +04:00
switch_core_state_machine.c [core] scan-build: Value stored to 'midstate' during its initialization is never read - switch_core_session_hangup_state() 2020-02-12 21:37:19 +00:00
switch_core_timer.c
switch_core_video.c [Core] scan-build: Fix "Result of operation is garbage or undefined" in switch_color_yuv2rgb() 2020-02-16 01:23:40 +04:00
switch_cpp.cpp [core] Turn DTMF logging on or off using sensitive_dtmf var 2020-02-12 23:44:35 +04:00
switch_curl.c
switch_dso.c
switch_estimators.c
switch_event.c [Core] Fix various dead assignments. 2020-02-16 00:59:37 +04:00
switch_hashtable.c
switch_ivr.c [core] Transfer with rtp_pass_codecs_on_stream_change one way audio 2020-05-08 01:40:21 +04:00
switch_ivr_async.c [core] use switch_core_session_get_partner in sched_hangup to hangup channel also in signalling bond state 2020-05-07 02:18:56 +04:00
switch_ivr_bridge.c [core] Transfer with rtp_pass_codecs_on_stream_change one way audio 2020-05-08 01:40:21 +04:00
switch_ivr_menu.c [core] scan-build: Value stored to 'status' is never read - switch_ivr_menu_execute() 2020-02-12 21:39:57 +00:00
switch_ivr_originate.c [Core] Fix OSX build in switch_ivr_originate.c 2020-05-08 01:21:24 +04:00
switch_ivr_play_say.c [core] scan-build: Value stored to 'last_speed' is never read - switch_ivr_play_file() 2020-02-13 20:10:32 +00:00
switch_ivr_say.c
switch_jitterbuffer.c FS-11788: JB: packet count on vbw too 2019-07-25 23:56:16 +00:00
switch_json.c
switch_limit.c
switch_loadable_module.c [Core] scan-build: Fix possible dereference of null pointer in switch_loadable_module_sort_codecs() 2020-02-16 01:30:31 +04:00
switch_log.c [test] Disable logs when loading and shutting down FS core 2020-05-18 21:20:06 +04:00
switch_mprintf.c
switch_msrp.c [core] scan-build: Value stored to 'q' during its initialization is never read - msrp_parse_headers() 2020-02-13 18:56:07 +00:00
switch_nat.c
switch_odbc.c FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_odbc.c 2019-07-15 23:43:51 +04:00
switch_pcm.c
switch_profile.c FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_profile.c 2019-07-15 23:43:55 +04:00
switch_regex.c FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_regex.c 2019-07-15 23:44:27 +04:00
switch_resample.c [core] scan-build: switch_agc_feed() - Division by zero 2019-12-31 00:57:59 +04:00
switch_rtp.c [Core] Fix leak of BIO_METHOD *dtls_bio_filter_methods in switch_rtp_add_dtls() 2020-07-09 21:51:06 +04:00
switch_scheduler.c [Core] Track who calls memory pool destroy. 2020-03-05 23:55:03 +04:00
switch_sdp.c [Build-System] Remove Sofia-Sip library from the FreeSWITCH tree and use packages instead. 2020-08-03 23:46:45 +04:00
switch_speex.c
switch_stun.c [core] scan-build: Dead assignment. Value stored to 'p' is never read 2019-12-31 00:57:48 +04:00
switch_swig.c
switch_swig.i
switch_time.c [Core] Fix various dead assignments. 2020-02-16 00:59:37 +04:00
switch_utf8.c
switch_utils.c [Core] Fix possible leak of the subclass variable in CUSTOM_HASH'es switch_event_reserve_subclass_detailed(). 2020-02-16 00:29:38 +04:00
switch_vad.c [core] Fix switch_vad_process() to properly use result of fvad_process(). Fixes #18 2020-03-05 21:16:33 +04:00
switch_version.c
switch_vpx.c [core] scan-build: Value stored to 'pid' is never read - buffer_vp9_packets() 2020-02-13 12:18:54 +00:00
switch_xml.c [Core] Fix leak in switch_xml_set_attr(). 2020-04-28 21:43:58 +04:00
switch_xml_config.c FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_xml_config.c 2019-07-15 23:46:07 +04:00
tone2wav.c