freeswitch/src
Daniel Swarbrick 935f2c4214 mod_cdr_sqlite has no need for (yet) for SIGHUP 2011-01-03 13:27:08 +01:00
..
include add insertFile front end to switch_ivr_insert_file and reswig 2010-12-29 15:09:57 -06:00
mod mod_cdr_sqlite has no need for (yet) for SIGHUP 2011-01-03 13:27:08 +01: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 apr cmake files 2009-02-16 07:12:17 +00:00
Makefile.am Make libdir and bindir being accepted by libs and modules 2008-02-18 14:58:41 +00:00
fs_encode.c typo 2010-10-12 16:52:23 -04: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 windows - fix build 2010-10-29 13:51:02 -05:00
switch_apr.c my bad fix warning 2010-12-13 13:42:38 -06:00
switch_buffer.c add switch_buffer_peek() 2010-02-18 20:22:32 +00:00
switch_caller.c fix caller id fields in show channels show calls etc 2010-08-17 17:26:36 -05:00
switch_channel.c cid logic changes for calle[re] 2010-12-17 14:35:53 -06:00
switch_config.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
switch_console.c FS-2811 2010-11-01 10:25:47 -05:00
switch_core.c FS-2842: ACL for IPv6 address and swigall to boot 2010-11-15 11:37:23 -06:00
switch_core_asr.c add flag 2010-03-04 01:16:48 +00:00
switch_core_codec.c refactor codec_destroy to prevent race 2010-11-19 12:23:17 -06:00
switch_core_db.c FSCORE-656 2010-08-23 13:15:58 -05:00
switch_core_directory.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
switch_core_event_hook.c fix fifo race in use count dec 2010-10-29 20:39:07 -05:00
switch_core_file.c update 2010-11-11 15:37:58 -06:00
switch_core_hash.c MODAPP-412 - improve rate limit support 2010-03-24 16:11:24 +00:00
switch_core_io.c drop rtp frame that was already replaced with a cng frame 2010-12-22 20:38:57 -06:00
switch_core_media_bug.c add uuid_buglist to fetch the current media-bugs attached to a given session uuid 2010-12-27 17:20:41 -06:00
switch_core_memory.c adjust switch_yield times in switch_core_sql_db_thread() and pool_thread() 2010-11-18 11:25:03 -05:00
switch_core_port_allocator.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
switch_core_rwlock.c add uuid_fileman <uuid> <cmd>:<val> <-- same vals as the callbacks in js and lua to control the currently playing file of a channel from the cli or ESL (for the people who were ignoring me on the conference call so I decided to implement it instead of try to explain it ) 2010-11-30 15:34:22 -06:00
switch_core_session.c prevent race on execute_on_answer called from the B-leg of a call 2010-12-22 19:10:30 -06:00
switch_core_speech.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
switch_core_sqldb.c Fix fallback to CORE_DB when MSSQL fails init 2010-12-09 23:05:49 -06:00
switch_core_state_machine.c tweak on calle[re] id 2010-12-16 16:03:05 -06:00
switch_core_timer.c FSCORE-639 with some additional changes 2010-07-29 17:41:33 -05:00
switch_cpp.cpp add insertFile front end to switch_ivr_insert_file and reswig 2010-12-29 15:09:57 -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 tune event socket params a bit 2010-12-16 11:34:02 -06:00
switch_ivr.c prevent race on execute_on_answer called from the B-leg of a call 2010-12-22 19:10:30 -06:00
switch_ivr_async.c make exact matches return sooner in dmachine 2010-12-31 10:09:40 -06:00
switch_ivr_bridge.c FS-2879 2010-12-20 20:19:36 -06:00
switch_ivr_menu.c reverse the linked list in ivr menus to support accidental feature of multiple entries for the same keys 2010-09-16 18:11:55 -05:00
switch_ivr_originate.c don't let inherit_codec work when we have ep_codec_string set and the B-leg codec is not in that list since it will lead to failure 2010-12-31 11:59:33 -06:00
switch_ivr_play_say.c FS-2789 fix secondary issue with min_digits = 0 and terminator key pressed to cancel 2010-12-21 22:15:03 -06:00
switch_ivr_say.c use common code to say ip when possible 2010-03-08 08:38:50 +00: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 fix critical property for module load 2010-11-19 13:15:56 -06:00
switch_log.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
switch_mprintf.c skip dialplan args with bad char sequences 2010-03-03 18:31:19 +00:00
switch_nat.c NAT refresh in own thread 2010-09-13 12:12:04 -05:00
switch_odbc.c FS-2910 2010-12-08 20:39:28 -06:00
switch_pcm.c FSCORE-583 2010-04-02 14:45:36 -05:00
switch_profile.c FSCORE-570 2010-03-15 18:01:38 +00:00
switch_regex.c FSCORE-677 2010-09-23 13:33:33 -05:00
switch_resample.c doh 2010-09-02 08:22:22 -05:00
switch_rtp.c audio adjustments 2010-12-23 13:18:41 -06:00
switch_scheduler.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
switch_stun.c MODENDP-297 2010-03-09 16:36:40 +00:00
switch_swig.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
switch_swig.i
switch_time.c try to adjust the timer to be ok with the horrible 10000 microsecond kernel resolution on amazon ec3 but that doesn't mean it's not horribly wrong to run the kernel that slow 2010-12-27 15:35:10 -06:00
switch_utils.c change switch_strip_spaces to specify if you want it to dup the string or destroy the current buffer 2010-12-21 20:30:28 -06:00
switch_xml.c FS-2852 2010-12-01 09:54:28 -06:00
switch_xml_config.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
tone2wav.c send em on over now. 2010-10-07 10:27:31 -05:00