.. |
include
|
FS-11346: [core] add api to pass pre-parsed values instead of dial strings to switch_ivr_originate
|
5 years ago |
mod
|
FS-11368: [mod_flite] Use system libflite.
|
5 years ago |
.gitignore
|
…
|
|
CMakeLists.txt
|
FS-8130
|
8 years ago |
Makefile.am
|
…
|
|
cJSON.c
|
FS-10036: fix windows build issues. These patches need to go upstream
|
6 years ago |
cJSON_Utils.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
|
6 years ago |
fs_encode.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
g711.c
|
…
|
|
inet_pton.c
|
…
|
|
switch.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_apr.c
|
FS-10876: [Build-System] Fix build in Visual Studio 2017 and Windows SDK 10.
|
5 years ago |
switch_buffer.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_caller.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_channel.c
|
FS-10387: [core] High memory usage with mod_sofia, osmo-nitb and DTX setting active #resolve
|
6 years ago |
switch_config.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_console.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core.c
|
FS-10189: [core] switch_core_add_state_handler runtime.state_handler_index may exceed SWITCH_MAX_STATE_HANDLERS #resolve
|
6 years ago |
switch_core_asr.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_cert.c
|
FS-9785: changes to support newer openssl
|
6 years ago |
switch_core_codec.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_db.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_directory.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_event_hook.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_file.c
|
Merge pull request #1564 in FS/freeswitch from fs-11310-switch-core-file-pre-close to master
|
5 years ago |
switch_core_hash.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_io.c
|
FS-11230: [core] Fix bad rtp timestamps triggered by cng/missed packet detection
|
5 years ago |
switch_core_media.c
|
FS-11052: Allow alias for crypto suites
|
5 years ago |
switch_core_media_bug.c
|
FS-10388: [core] fix crash on shutdown when using multiple meida bugs
|
6 years ago |
switch_core_memory.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_port_allocator.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_rwlock.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_session.c
|
FS-10867: [freeswitch-core] Prevent stack smash when queing multiple sound files without event-lock #resolve
|
5 years ago |
switch_core_speech.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_sqldb.c
|
FS-11202 Add sanity check
|
5 years ago |
switch_core_state_machine.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_timer.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_core_video.c
|
FS-11226: [freeswitch-core,mod_conference] Missing font files can lead to crash in conference #resolve
|
5 years ago |
switch_cpp.cpp
|
FS-11346: [core] add api to pass pre-parsed values instead of dial strings to switch_ivr_originate
|
5 years ago |
switch_curl.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_dso.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_estimators.c
|
FS-10876: [Build-System] Fix build in Visual Studio 2017 and Windows SDK 10.
|
5 years ago |
switch_event.c
|
FS-10989: [core] Fix CUSTOM_HASH hash table race in switch_event logic causing crashes during bind to events.
|
5 years ago |
switch_hashtable.c
|
FS-10601: [freeswitch-core] accomodate should be accommodate #resolve
|
6 years ago |
switch_ivr.c
|
FS-10867: [freeswitch-core] fix regression in stack smash protection
|
5 years ago |
switch_ivr_async.c
|
FS-11320 #resolve pass json string as param to ASR module
|
5 years ago |
switch_ivr_bridge.c
|
FS-11178: [core] return switch_status_t from switch_ivr_intercept_session
|
5 years ago |
switch_ivr_menu.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_ivr_originate.c
|
FS-11346: [core] add api to pass pre-parsed values instead of dial strings to switch_ivr_originate
|
5 years ago |
switch_ivr_play_say.c
|
FS-11237 #resolve speak text with colon
|
5 years ago |
switch_ivr_say.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_jitterbuffer.c
|
FS-11164 fix unused function regression from 578d914b9
|
5 years ago |
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
|
6 years ago |
switch_limit.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_loadable_module.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_log.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_mprintf.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_msrp.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_nat.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_odbc.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_pcm.c
|
FS-10529: [mod_native_file] mod_native_file: remove "opus" extension -- fix regression
|
6 years ago |
switch_pgsql.c
|
FS-11074: [Core, Build-System] Add PostgreSQL to the Freeswitch Core on Windows.
|
5 years ago |
switch_profile.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_regex.c
|
FS-11061: [core] fix build with newer pcre
|
5 years ago |
switch_resample.c
|
FS-9922: [mod_conference] Auto Energy Level
|
6 years ago |
switch_rtp.c
|
FS-11052: Allow alias for crypto suites
|
5 years ago |
switch_scheduler.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_sdp.c
|
FS-8953 [core] white space clean up.
|
7 years ago |
switch_speex.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_stun.c
|
FS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets
|
6 years ago |
switch_swig.c
|
FS-11346: [core] add api to pass pre-parsed values instead of dial strings to switch_ivr_originate
|
5 years ago |
switch_swig.i
|
…
|
|
switch_time.c
|
FS-10126: [freeswitch-core] General Video Improvements #resolve
|
6 years ago |
switch_utf8.c
|
FS-8953 [core] white space clean up.
|
7 years ago |
switch_utils.c
|
FS-11183 improve strip to save out buffer size
|
5 years ago |
switch_vad.c
|
FS-11340: [freeswitch-core] Add some more code to vad obj to enable debuging and manage states better #resolve
|
5 years ago |
switch_version.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
switch_vpx.c
|
FS-11189 make rtp-slice-size and key-frame-min-freq configurable
|
5 years ago |
switch_xml.c
|
FS-10946: [core] Duplicate code in switch_xml.c #resolve
|
5 years ago |
switch_xml_config.c
|
FS-9924: Removed extra space in source files
|
6 years ago |
tone2wav.c
|
FS-9924: Removed extra space in source files
|
6 years ago |