.. |
include
|
STIR/SHAKEN (#1160)
|
2021-04-27 13:54:32 -06:00 |
mod
|
[mod_opus] add cfg setting to overwrite the fmtp stereo param coming from remote. Eg: incoming SDP has stereo=1 but we want a mono call so we answer with stereo=0.
|
2021-05-14 18:36:30 +03:00 |
.gitignore
|
|
|
cJSON_Utils.c
|
[cJSON] Update to v1.7.12
|
2020-01-29 00:29:04 +04:00 |
cJSON.c
|
[cJSON] Update to v1.7.12
|
2020-01-29 00:29:04 +04:00 |
CMakeLists.txt
|
FS-8130
|
2015-09-14 13:30:08 -05: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
|
|
|
Makefile.am
|
|
|
switch_apr.c
|
[core] fix build when undefined APR_INET6
|
2021-01-11 17:57:36 -07: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
|
STIR/SHAKEN (#1160)
|
2021-04-27 13:54:32 -06: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_asr.c
|
[Core] fix asr resample out data len
|
2020-12-23 21:45:26 +04:00 |
switch_core_cert.c
|
[core] DTLS PEM validation/creation tweaks and fix leaks in fixed pem path.
|
2020-09-10 21:56:25 +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
|
[Core] Fix hangup race in recording_follow_transfer.
|
2020-08-17 21:07:11 +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] Fix codec ready checks in switch_core_session_read_frame()
|
2021-03-17 18:46:23 +03:00 |
switch_core_media_bug.c
|
[Core] Fix hangup race in recording_follow_transfer.
|
2020-08-17 21:07:11 +04:00 |
switch_core_media.c
|
[mod_opus] add cfg setting to overwrite the fmtp stereo param coming from remote. Eg: incoming SDP has stereo=1 but we want a mono call so we answer with stereo=0.
|
2021-05-14 18:36:30 +03: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
|
[Core] switch_core_port_allocator: Replace getaddrinfo() (may get stuck) with switch_sockaddr_new() and fix IPv6.
|
2020-12-17 21:15:14 +04: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
|
[Core] Add new switch_core_session_try_reset() API to fix a deadlock for the case when two threads want to set session codecs.
|
2021-03-22 18:47:46 +03: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] Databases: Fix duplicate key name 'recovery3'
|
2020-12-16 18:31:47 +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] support convert to ARGB_LE video format
|
2020-12-16 23:14:42 +08:00 |
switch_core.c
|
[Core] Add switch_digest(), switch_digest_string() APIs. Add unit-tests.
|
2021-04-12 01:03:15 +03:00 |
switch_cpp.cpp
|
[core] add event::merge
|
2020-12-16 23:05:16 +08:00 |
switch_curl.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
switch_dso.c
|
[Core] Capture return value of 2nd call to LoadLibraryEx and add a third call to widen the search to the module in switch_dso_open().
|
2021-03-08 14:28:27 +03: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 leak of switch_event_header_t in switch_event_base_add_header(). Code cleanup.
|
2021-03-17 19:23:30 +03:00 |
switch_hashtable.c
|
FS-10601: [freeswitch-core] accomodate should be accommodate #resolve
|
2017-08-21 17:09:24 -05:00 |
switch_ivr_async.c
|
[core] eavesdrop: init L16 codec at right ptime in certain conditions.
|
2021-03-17 00:47:27 +03: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] Update switch_ivr_enterprise_originate() to accept optional switch_dial_handle_list_t instead of dialstring.
|
2021-03-23 20:23:28 +03:00 |
switch_ivr_play_say.c
|
[Core] Fix leaking codec, timer and abuf in switch_ivr_play_file() in the case of failing switch_ivr_phrase_macro() or switch_ivr_speak_text()
|
2021-03-17 19:43:14 +03:00 |
switch_ivr_say.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
switch_ivr.c
|
[Core] switch_ivr_set_user_xml: Buffer is wrongly truncated when it's small in get_prefixed_str()
|
2021-03-22 18:51:10 +03: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
|
[test] Disable logs when loading and shutting down FS core
|
2020-05-18 21:20:06 +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] Enable MSRP over IPv6
|
2020-09-15 13:42:22 +04: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
|
[Core] ODBC: Fix large column logic and improve error handling.
|
2021-03-17 18:25:57 +03: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, mod_conference] Fixed oscillation in conference AGC processing. Especially during volume reduction processing (#1064)
|
2021-04-02 22:18:16 +03:00 |
switch_rtp.c
|
[Core] switch_rtp: fix switch_rtp_set_max_missed_packets logging
|
2021-04-16 17:24:51 +03:00 |
switch_scheduler.c
|
[Core] Scheduler: Fix race between switch_scheduler_add_task() and task_thread_loop(). Add new switch_scheduler_add_task_ex() method.
|
2021-03-17 01:01:01 +03: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
|
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
|
FS-8953 [core] white space clean up.
|
2016-03-17 08:55:00 -05:00 |
switch_utils.c
|
[core] Fix read of uninitialized buffer in switch_simple_email().
|
2021-05-16 23:12:54 +00: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_config.c
|
Fix some typos (most found by codespell)
|
2021-02-24 13:59:11 +01:00 |
switch_xml.c
|
[Core] Fix leak in switch_xml_set_attr().
|
2020-04-28 21:43:58 +04:00 |
switch.c
|
[FreeSwitchConsole] -version option enabled in windows + read git revision
|
2020-12-22 20:50:27 +04:00 |
tone2wav.c
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |