freeswitch/src
Brian West 4f6d888152 Here try this 2011-03-24 21:29:55 -05:00
..
include improve some defaults to tune performance if you use -heavy_timer, try not using it 2011-03-22 13:27:37 -05:00
mod Here try this 2011-03-24 21:29:55 -05:00
.gitignore
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
inet_pton.c
switch.c improve some defaults to tune performance if you use -heavy_timer, try not using it 2011-03-22 13:27:37 -05:00
switch_apr.c improve some defaults to tune performance if you use -heavy_timer, try not using it 2011-03-22 13:27:37 -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-3170 this was specific to the user channel which is not a real channel in every sense of the word as it has no running thread or any usable state changes so this new line of code in 233d3164be to wait for the state machine to stabalize before returning from originate caused an issue with user/ channels 2011-03-21 12:01:51 -05: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 windows - set process priority class to ABOVE_NORMAL_PRIORITY_CLASS previous default was NORMAL_PRIORITY_CLASS before today 2011-03-22 15:15:09 -05: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 no this is better the other way 2011-03-06 20:57:26 -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 FS-3126 2011-03-10 11:33:07 -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_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 fix mistake from earlier commit and improve flow of dtmf through a bridge when timer is disabled 2011-03-09 20:06:32 -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 FS-3170 this was specific to the user channel which is not a real channel in every sense of the word as it has no running thread or any usable state changes so this new line of code in 233d3164be to wait for the state machine to stabalize before returning from originate caused an issue with user/ channels 2011-03-21 12:01:51 -05: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
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 FS-3172 this also fixes the incorrect usage of L16 on payload 10 which may or may not break interop with other sip devices if we do it right. also added rtp_disable_byteswap variable that can be set to false to disable byteswap when a device is encountered that is incompat (inluding all precious version of FS up till now) 2011-03-21 14:31:16 -05:00
switch_profile.c
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 FS-3165 2011-03-22 12:07:06 -05: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 add timerfd support to the core for now you must enable it in switch.conf.xml with the param enable-softtimer-timerfd=true later if it proves to work well we can make it on by default, please test if you have a new kernel that supports this option kernel >= 2.6.25 and libc >= 2.8 2011-03-21 20:49:39 -05:00
switch_utils.c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
switch_xml.c switch_xml: Remove commented out mmap. With the changes in the past 2 year, mmap can't really be put back in it current state. 2011-03-18 16:45:37 -04: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