.. |
include
|
[Core] Update switch_image.h after recent libvpx update to v1.8.1.
|
2020-03-06 21:14:36 +04:00 |
mod
|
add jason api for mod_hiredis
|
2020-04-07 10:17:56 +08: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-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
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
|
[FS-11609] [core] lookup values in caller profile soft variables
|
2019-02-18 14:03:24 +00:00 |
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
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
switch_console.c
|
FS-11892 [switch_console] fix stream write_function
|
2019-06-18 12:47:39 +03:00 |
switch_core.c
|
[core] add audio channels limit when opening files, configurable through switch.conf.xml (param "max-audio-channels"), add unit-test.
|
2020-01-27 23:35:19 +00:00 |
switch_core_asr.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
switch_core_cert.c
|
FS-12039: [Core] Fix memory leak on ssl shutdown.
|
2019-09-06 17:50:16 +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
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
switch_core_event_hook.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
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] scan-build: Value stored to 'status' is never read - switch_core_session_write_frame()
|
2020-03-06 19:36:04 +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] Track who calls memory pool destroy.
|
2020-03-05 23:55:03 +04:00 |
switch_core_port_allocator.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
switch_core_rwlock.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
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
|
FS-11601: Fix some core function prototype
|
2019-01-09 08:44:41 -05:00 |
switch_core_sqldb.c
|
[Core] Database interface: fix potential crash in switch_cache_db_database_interface_flush_handles, code cleanup.
|
2019-12-31 02:29:12 +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
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
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
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
switch_dso.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
switch_estimators.c
|
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_estimators.c
|
2019-07-15 23:41:47 +04:00 |
switch_event.c
|
[Core] Fix various dead assignments.
|
2020-02-16 00:59:37 +04:00 |
switch_hashtable.c
|
FS-10601: [freeswitch-core] accomodate should be accommodate #resolve
|
2017-08-21 17:09:24 -05:00 |
switch_ivr.c
|
Merge pull request #287 from dragos-oancea/switch_ivr_park-val-never-read
|
2020-02-01 02:36:27 +04:00 |
switch_ivr_async.c
|
Merge pull request #347 from dragos-oancea/switch_ivr_async-status-val-never-read
|
2020-02-16 02:07:37 +04:00 |
switch_ivr_bridge.c
|
[Core] Fix various dead assignments.
|
2020-02-16 00:59:37 +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] scan-build: Value stored to 'myflags' during its initialization is never read - switch_ivr_originate()
|
2020-02-12 21:49:43 +00: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
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
switch_jitterbuffer.c
|
FS-11788: JB: packet count on vbw too
|
2019-07-25 23:56:16 +00:00 |
switch_json.c
|
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_limit.c
|
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_limit.c
|
2019-07-15 23:42:12 +04:00 |
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
|
[Core] scan-build: Fix "The result of the '<<' expression is undefined" in switch_log_str2mask().
|
2020-02-16 01:14:44 +04:00 |
switch_mprintf.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
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
|
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_nat.c
|
2019-07-15 23:43:48 +04:00 |
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
|
FS-10529: [mod_native_file] mod_native_file: remove "opus" extension -- fix regression
|
2017-08-17 16:08:40 -05:00 |
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] scan-build: Value stored to 'xcheck_jitter' is never read
|
2020-03-06 19:38:16 +04:00 |
switch_scheduler.c
|
[Core] Track who calls memory pool destroy.
|
2020-03-05 23:55:03 +04:00 |
switch_sdp.c
|
…
|
|
switch_speex.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
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
|
FS-11346: [core] add api to pass pre-parsed values instead of dial strings to switch_ivr_originate
|
2018-08-22 18:20:13 +00:00 |
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
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
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] scan-build: Function call argument is an uninitialized value - switch_xml_set_attr()
|
2020-02-21 07:00:18 +00: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
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |