freeswitch/src
Anthony Minessale 8fe24a2914 FS-3121 this is less of a bug and more of a feature request but here you go, that's your quota for the month 2011-03-04 12:28:41 -06:00
..
include FS-3106 --comment-only Try this newer refactored version which completely removes the thread affinity and uses a linked-list to manage the pool, I can run my same 100cps test and only use like 4 db handles 2011-03-03 12:54:20 -06:00
mod FS-3121 this is less of a bug and more of a feature request but here you go, that's your quota for the month 2011-03-04 12:28:41 -06:00
.gitignore Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree. 2010-04-05 23:17:43 +00:00
CMakeLists.txt
Makefile.am
fs_encode.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
g711.c run indent on the whole tree and update copyright dates in prep for 1.0.5 2010-02-06 03:38:24 +00:00
inet_pton.c Add initial support for VS2010 2010-06-28 15:49:19 -05:00
switch.c stop suggesting -waste because its really the bad choice to make 2011-02-28 11:27:56 -06:00
switch_apr.c FS-3002: handle 2833 in do_flush instead of dropping valid dtmf 2011-01-21 16:03:32 -05:00
switch_buffer.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_caller.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_channel.c FS-2966 I already fixed this in the wait_for_state, so i copied the same fix to wait_for_state_timeout, the lua one needed a similar call to wait for the state to change to avoid a race, both of you should be fixed with this patch 2011-03-02 20:50:33 -06:00
switch_config.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_console.c FS-3106 --comment-only Try this newer refactored version which completely removes the thread affinity and uses a linked-list to manage the pool, I can run my same 100cps test and only use like 4 db handles 2011-03-03 12:54:20 -06:00
switch_core.c FS-3063 --comment-only try this commit, maybe it was uninit mem 2011-02-25 16:34:17 -06:00
switch_core_asr.c MERGE: OpenMethods DTMF recognition via ASR modules 2011-01-26 14:56:05 -06:00
switch_core_codec.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_db.c FS-3106 --comment-only Try this out, its got a few elements from your patch but there was a much bigger problem deeper in the code preventing the sqlite handles from being recycled properly 2011-03-02 19:21:37 -06:00
switch_core_directory.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_event_hook.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_file.c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
switch_core_hash.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_io.c clear timestamp when generating a fake empty frame to fix edge-case sending the same timestamp over and over 2011-03-02 20:29:47 -06:00
switch_core_media_bug.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_memory.c FS-3106 --comment-only Try this newer refactored version which completely removes the thread affinity and uses a linked-list to manage the pool, I can run my same 100cps test and only use like 4 db handles 2011-03-03 12:54:20 -06:00
switch_core_port_allocator.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_rwlock.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_session.c update 2011-02-28 17:11:29 -06:00
switch_core_speech.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_sqldb.c try to reduce contention by not creating handles with the global mutex locked 2011-03-03 20:07:43 -06:00
switch_core_state_machine.c use strdup instead of core_session_strdup in hangup hook 2011-02-24 14:54:13 -06:00
switch_core_timer.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_cpp.cpp FS-3119 2011-03-03 14:21:02 -06:00
switch_dso.c switch_dso.c: FreeBSD(8.0) dlerror() returns const char*, add cast to char* to avoid a warning (and abort due to -Werror) 2010-04-24 11:18:49 +02:00
switch_event.c FS-2971 2011-02-25 10:55:47 -06:00
switch_ivr.c add param to jb to try to recapture latency (disabled by default) 2011-02-25 11:59:45 -06:00
switch_ivr_async.c FS-3077 2011-02-22 09:56:33 -06:00
switch_ivr_bridge.c revert 2011-03-01 13:44:53 -06:00
switch_ivr_menu.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_ivr_originate.c add execute_on_originate var '<app> <arg>' to run in origination thread or '<app>::<arg>' to run async. also originating_leg_uuid variable to show the uuid of the originating leg on an outbound channel 2011-01-20 13:52:00 -06:00
switch_ivr_play_say.c FS-2971 2011-02-25 10:55:47 -06:00
switch_ivr_say.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_json.c FSBUILD-296 Fix VS2008 code analysis build 2010-08-24 08:55:00 -05:00
switch_limit.c FSCORE-637 - limit - reset rate and release resource apis 2010-07-20 22:21:32 -05:00
switch_loadable_module.c don't hold loadable_modules.mutex while a module shutdown function is run, so that we do not prevent new channels from being created. 2011-01-24 17:55:18 -05:00
switch_log.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_mprintf.c skip dialplan args with bad char sequences 2010-03-03 18:31:19 +00:00
switch_nat.c FS-3054 re-open if this does not fix it. 2011-02-21 20:17:58 -06:00
switch_odbc.c FS-2960 2011-01-10 11:27:26 -06:00
switch_pcm.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_profile.c FSCORE-570 2010-03-15 18:01:38 +00:00
switch_regex.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_resample.c play files saying vol level in conf in lieu of making a function of say modules to return file_string urls (we need that) 2011-02-25 18:09:58 -06:00
switch_rtp.c more like this 2011-02-25 16:15:40 -06:00
switch_scheduler.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_stun.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_swig.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_swig.i
switch_time.c disable clock_nanosleep by default 2011-02-18 18:26:52 -06:00
switch_utils.c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
switch_xml.c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
switch_xml_config.c xml_config: change min/max enforcements to >= instead of > 2011-02-06 01:28:51 -05:00
tone2wav.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00