freeswitch/src
Michael Jerris ceed7658e2 check_decode the caller id name in this case too 2011-04-14 19:09:11 -04:00
..
include add switch_clean_name_string to strip out caller id name chars that can cause issues 2011-04-14 17:51:45 -04:00
mod check_decode the caller id name in this case too 2011-04-14 19:09:11 -04: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 FS-3208 --resolve 2011-04-01 12:30:24 -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 fix another regression from 27c6d1111c this probably broke the mad boss extension 2011-04-04 17:43:05 -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 move sig messages up to DEBUG1 2011-04-08 14:23:16 -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 media_bug: Fix for rare race condition. More work required to make media bug safe. 2011-03-27 00:34:07 -04: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 memset str on cache_db_sql2str 2011-03-25 17:05:13 -05:00
switch_core_state_machine.c FS-3218 --resolve 2011-03-31 20:03:31 -05: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 introduce new say_string method of doing say and use it in mod_say_en as an example. try: eval ${say_string en.gsm en current_date_time pronounced ${strepoch()}} from the cli with this patch. We can do more to centralize the say things and go back and apply it to other langs, using this method you can set the desired file ext as well which I think is a bounty.... 2011-03-29 19:55:35 -05:00
switch_ivr.c the intent for having the module and lang separate is for things where the same module can use different sets of sounds like en module and en-male or en-female lang (sound dirs) there was indeed a disconnect in the dialplan version of this app. Originally say was only available in phrase macros so I change the syntax of the say app so you can specify both the module and the lang absolte from the dp with something like he:he as the module name. BTW: Going forward can you attach the patch or give me instructions on how to get it in raw format or merge it to our local git, I don't really have the time to figure it out just to pull in a patch...... 2011-03-31 19:44:29 -05:00
switch_ivr_async.c FS-3229 --resolve 2011-04-04 18:50:46 -05:00
switch_ivr_bridge.c FS-3227 --resolve this looks like sane changes. My only complaint was the formatting. Watch for whitespace indentation by looking at the code in emacs or vi where it should be tabed properly. 2011-04-04 11:55:05 -05: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 function so you can have execute_on_answer_1 execute_on_answer_2 execute_on_answer_3 etc 2011-04-01 17:39:27 -05:00
switch_ivr_play_say.c Allow longer input regexes to be used in phrases 2011-04-06 15:36:35 +02: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 rebind sighandlers 2011-04-08 13:46:02 -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-3208 --resolve 2011-04-01 12:30:24 -05:00
switch_odbc.c FS-2960 2011-01-10 11:27:26 -06:00
switch_pcm.c add L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly 2011-04-12 09:47:11 -05: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 fix segfault in zrtp srtcp 2011-04-12 19:34:04 -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 L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly 2011-04-12 09:47:11 -05:00
switch_utils.c FS-3205 --resolve 2011-03-31 19:04:27 -05:00
switch_xml.c take back in some elements from the reverted patch that still make sense based on code review by Moc, thanks 2011-03-31 16:28:12 -05: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