freeswitch/src
Italo Rossi 0781fafb7c Merge pull request #1464 in FS/freeswitch from ~BODJI/freeswitch:FS-10299-mod_callcenter-database-blocking to master
* commit 'b185cc6e2471bd83e560f9c75a5828537848418e':
  FS-10299: [mod_callcenter] Add an option to disable global database lock on mod_callcenter
2018-02-02 14:27:49 +00:00
..
include FS-10608: Change 60 second timeout value to a global #define SWITCH_DEFAULT_TIMEOUT 2017-08-29 13:54:34 -04:00
mod Merge pull request #1464 in FS/freeswitch from ~BODJI/freeswitch:FS-10299-mod_callcenter-database-blocking to master 2018-02-02 14:27:49 +00:00
.gitignore
CMakeLists.txt FS-8130 2015-09-14 13:30:08 -05:00
Makefile.am
cJSON.c FS-10036: fix windows build issues. These patches need to go upstream 2017-03-15 16:13:40 -05:00
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 2017-02-27 18:53:23 -06:00
fs_encode.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
g711.c
inet_pton.c
switch.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_apr.c FS-10876: [Build-System] Fix build in Visual Studio 2017 and Windows SDK 10. 2018-01-10 23:30:24 +03:00
switch_buffer.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_caller.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_channel.c FS-10387: [core] High memory usage with mod_sofia, osmo-nitb and DTX setting active #resolve 2017-06-22 15:48:20 -05:00
switch_config.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_console.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_core.c FS-10189: [core] switch_core_add_state_handler runtime.state_handler_index may exceed SWITCH_MAX_STATE_HANDLERS #resolve 2017-06-05 18:31:56 -05: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-9785: changes to support newer openssl 2017-06-26 14:53:39 -05:00
switch_core_codec.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_core_db.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05: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 FS-10503: [mod_av] mod_av split audio to two channels #resolve 2017-08-11 13:23:15 -05:00
switch_core_hash.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_core_io.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_core_media.c FS-10622: [core] Auto-fixing audio codec from G722 to PCMU although PCMU was not negotiated #resolve 2017-11-16 15:38:13 -06:00
switch_core_media_bug.c FS-10388: [core] fix crash on shutdown when using multiple meida bugs 2017-07-05 15:54:56 -05:00
switch_core_memory.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05: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 Revert "FS-10416: [mod_commands] add new outbound channels to an in-progress originate" 2017-07-11 17:25:48 -05:00
switch_core_speech.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_core_sqldb.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_core_state_machine.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05: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 FS-10526: [freeswitch-core] Uninitialized variable in switch_img_fit when using SWITCH_FIT_SIZE_AND_SCALE #resolve 2017-07-20 17:28:19 -05:00
switch_cpp.cpp FS-10118: [freeswitch-core] Race conditions from lack of error checking in switch_core_session_read_lock #resolve 2017-03-09 13:22:25 -06: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-10876: [Build-System] Fix build in Visual Studio 2017 and Windows SDK 10. 2018-01-10 23:30:24 +03:00
switch_event.c FS-10672 [core] Fix event url-encoding buffer size 2017-09-14 18:05:59 +03:00
switch_hashtable.c FS-10601: [freeswitch-core] accomodate should be accommodate #resolve 2017-08-21 17:09:24 -05:00
switch_ivr.c FS-10001: [core] Fix Buffer overflow collecting digits 2017-03-06 12:51:29 -06:00
switch_ivr_async.c FS-10503: [mod_av] mod_av split audio to two channels #resolve 2017-08-11 13:23:15 -05:00
switch_ivr_bridge.c FS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate to transfer to another extension #resolve 2017-05-18 11:57:37 -05:00
switch_ivr_menu.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_ivr_originate.c Merge pull request #1374 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10608-patch-change-hard-coded-60-value to master 2017-09-08 17:29:14 +00:00
switch_ivr_play_say.c FS-10859 #resolve 2017-12-24 10:23:13 +08: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-10417: [freeswitch-core] Reduce flicker in screen sharing -- minor tweak 2017-06-26 12:56:42 -05: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-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_loadable_module.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_log.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_mprintf.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_msrp.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_nat.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_odbc.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05: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_pgsql.c FS-10774 - [switch_pgsql] Fix build for PostgreSQL/libpq 10 2017-11-06 10:35:36 -03:00
switch_profile.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_regex.c FS-10240: [freeswitch-core] Use the "Negative Lookahead" in xml dialplan cause memory leak #resolve 2017-06-05 18:15:18 -05:00
switch_resample.c FS-9922: [mod_conference] Auto Energy Level 2017-05-03 15:25:04 -05:00
switch_rtp.c FS-10876: [Build-System] Fix build in Visual Studio 2017 and Windows SDK 10. 2018-01-10 23:30:24 +03:00
switch_scheduler.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_sdp.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_speex.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_stun.c FS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets 2017-06-28 11:32:24 -05:00
switch_swig.c FS-10608: Change 60 second timeout value to a global #define SWITCH_DEFAULT_TIMEOUT 2017-08-29 13:54:34 -04:00
switch_swig.i
switch_time.c FS-10126: [freeswitch-core] General Video Improvements #resolve 2017-03-15 15:24:01 -05:00
switch_utf8.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_utils.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_version.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_vpx.c FS-10647: [mod_av] Video quality degragation from 1.6.17 to 1.6.19 #resolve 2017-09-06 12:59:18 -05:00
switch_xml.c FS-10112: switch_xml - Renaming a C variable name and type (No behavior change) 2017-03-08 16:41:12 -05:00
switch_xml_config.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
tone2wav.c FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00