freeswitch/src
Andy Newlands 4f4d6cf321 bytes is NOT a pointer 2022-08-18 17:03:09 +01:00
..
include [Core] Change values for switch_call_cause_t to avoid SIP causecode collissions 2022-06-07 21:45:55 +03:00
mod [mod_sofia] unit-tests: Give mod_sofia time to spin up profile threads on load. Remove some fst_requires(). 2022-07-26 01:47:27 +03: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
g711.c
inet_pton.c
switch.c [Core] Fix use of private headers. 2021-11-10 21:46:29 +03:00
switch_apr.c [core] fix build when undefined APR_INET6 2021-01-11 17:57:36 -07:00
switch_buffer.c [Core] Allow switch_buffer_write() to fill in a buffer with zeros. Add switch_buffer_zero_fill() 2022-05-23 21:51:26 +03:00
switch_caller.c
switch_channel.c [Core] Don't flip CID on recover if that's done already. 2021-10-23 22:00:48 +03:00
switch_config.c
switch_console.c [Core] Fix possible memory leak in switch_console_complete() 2021-10-19 20:39:37 +03:00
switch_core.c [core] extend count of acl entries (per SOFIA_MAX_ACL). 2021-12-09 11:36:39 +02:00
switch_core_asr.c [core] fix memory leak in switch_core_asr_feed 2022-03-23 17:05:50 +08:00
switch_core_cert.c [core] fix macOS build when missing CRYPTO_mem_ctrl 2021-12-28 08:15:34 +08: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 [Core] Avoid using insecure sqlite3_enable_load_extension when SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION is available. 2022-05-18 23:54:01 +03:00
switch_core_directory.c
switch_core_event_hook.c
switch_core_file.c [core] add unlockable youtube resolver in the core. use global variable ${youtube_resolver} to set a cgi that takes url= param to translate youtube urls into real stream urls 2021-10-23 22:00:27 +03:00
switch_core_hash.c [Core] Add new switch_core_hash_insert_dup_auto_free() API 2021-10-19 20:39:36 +03:00
switch_core_io.c [Core] Fix use of private headers. 2021-11-10 21:46:29 +03:00
switch_core_media.c [core] RTP: a media timeout fix + add pcap based-unit tests. 2022-06-29 18:20:27 +03:00
switch_core_media_bug.c [core] add a flag to tell when video media bugs that touch the write stream are active 2021-10-23 22:00:28 +03:00
switch_core_memory.c [Core] Fix use of private headers. 2021-11-10 21:46:29 +03: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 [Core] Fix possible race condition between locking a session and reading it's flags in switch_core_session_read_lock() and switch_core_session_read_lock_hangup(). 2022-07-26 01:49:31 +03:00
switch_core_session.c [Core] Fix use of private headers. 2021-11-10 21:46:29 +03:00
switch_core_speech.c
switch_core_sqldb.c [Core] Fix database handles infinitely locked in switch_cache_db_database_interface_flush_handles() 2021-10-23 22:00:44 +03:00
switch_core_state_machine.c [core] flush all the rtp on transfers 2021-10-23 22:00:29 +03:00
switch_core_timer.c
switch_core_video.c [core] fix "--disable-libyuv" 2021-11-01 19:35:53 +03:00
switch_cpp.cpp [Core] Add partial Asr support 2021-10-23 21:59:49 +03:00
switch_curl.c
switch_dso.c [Unit-tests] Add --enable-fake-dlclose configure flag so modules are not unloaded and ASAN could give more info and not just <unknown module>. 2021-10-23 22:00:36 +03:00
switch_estimators.c [core] change estimator CUSUM design params for loss to reduce oscillations. rename var. 2021-10-23 22:00:09 +03:00
switch_event.c [Core] Fix switch_event_base_add_header leaking memory when headers are with indexes. Add a unit-test. 2021-11-03 17:01:05 +03:00
switch_hashtable.c
switch_ivr.c [Core] switch_ivr: Restrict the misuse of uuid_hold API. Add switch_hold unit-test. 2021-10-23 22:00:52 +03:00
switch_ivr_async.c [core] set completion cause upon failed recording 2022-02-03 18:15:23 +01: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] add peer uuid to originate log 2021-10-23 21:59:57 +03:00
switch_ivr_play_say.c [core] fix loglevel - switch_ivr_phrase_macro_event() 2022-06-08 13:25:35 +03:00
switch_ivr_say.c
switch_jitterbuffer.c [core] Fix jitter buffer- it is not truncating frames properly. It is also overflowing the node packet body and is copying the packet body twice. Remove magic numbers and replace with constant. 2021-11-16 16:21:11 +02:00
switch_json.c
switch_limit.c
switch_loadable_module.c [Core] Add new switch_core_hash_insert_pointer(switch_hash_t *hash, const void *data) API to be able to insert data into a hash with an auto-generated key based on the data pointer. Cleanup switch_loadable_module_process() to not generate hash keys for stored events itself. Add unit-test. 2021-10-19 20:35:12 +03:00
switch_log.c [core] fix log format string. 2021-10-23 22:01:14 +03:00
switch_mprintf.c
switch_msrp.c [core] MSRP: fix memleak (ssl) 2021-10-23 22:00:50 +03:00
switch_nat.c
switch_odbc.c [Core] ODBC: Fix large column logic and improve error handling. 2021-03-17 18:25:57 +03:00
switch_packetizer.c [Build-System] Fix switch_packetizer headers and add it to the build. 2021-10-23 22:00:08 +03:00
switch_pcm.c
switch_profile.c
switch_regex.c
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 bytes is NOT a pointer 2022-08-18 17:03:09 +01: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_spandsp.c [Core] Fix use of private headers. 2021-11-10 21:46:29 +03: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 use of private headers. 2021-11-10 21:46:29 +03:00
switch_utf8.c
switch_utils.c [Core] Fix use of private headers. 2021-11-10 21:46:29 +03: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, mod_commands, mod_verto] small tweaks to cache stuff to allow clear from verto and allow no domain to imply the default domain 2021-10-23 22:01:02 +03:00
switch_xml_config.c Fix some typos (most found by codespell) 2021-02-24 13:59:11 +01:00
tone2wav.c