.. |
dotnet
|
add syntax field to the api interface struct.
|
2006-10-08 05:04:34 +00:00 |
include
|
fix some races and alter core (do a full rebuild)
|
2007-09-24 19:34:25 +00:00 |
mod
|
Reduced JNI version from 1_6 to 1_4, and used javac and jar in PATH not in JAVA_HOME to build (on MacOS)
|
2007-09-26 15:13:47 +00:00 |
Makefile.am
|
Fix bootstrap with automake 1.7
|
2007-03-16 19:20:24 +00:00 |
switch.c
|
fix for FSCORE-40
|
2007-08-03 21:29:01 +00:00 |
switch_apr.c
|
globs on #includes
|
2007-09-23 15:19:04 +00:00 |
switch_buffer.c
|
tweak
|
2007-09-25 15:49:19 +00:00 |
switch_caller.c
|
add ability to match in dialplan to the ton and numplan caller profile fields. added switch_caller_profile_dup function to be used in the future for places where we copy one profile to another to reduce code duplication. add "pool" member to the caller profile for when we need to allocate strings off that pool.
|
2007-08-28 16:41:38 +00:00 |
switch_channel.c
|
fix some races and alter core (do a full rebuild)
|
2007-09-24 19:34:25 +00:00 |
switch_config.c
|
indent
|
2007-03-30 00:13:31 +00:00 |
switch_console.c
|
silence picky compiler.
|
2007-08-29 20:38:00 +00:00 |
switch_core.c
|
svn:eol-style properties, and make eol-style consistent in some files.
|
2007-09-21 18:49:14 +00:00 |
switch_core_asr.c
|
dox
|
2007-05-14 17:10:46 +00:00 |
switch_core_codec.c
|
add session_displace api and app
|
2007-06-15 01:47:48 +00:00 |
switch_core_db.c
|
dox
|
2007-05-14 17:10:46 +00:00 |
switch_core_directory.c
|
change javascript and confernece to use cached speech handles
|
2007-08-25 21:33:26 +00:00 |
switch_core_event_hook.c
|
hack up the core with a butcher knife
|
2007-06-12 21:00:26 +00:00 |
switch_core_file.c
|
add uuid fsapi function, last_file_position variable, and volume controls to js callback volume:+1 etc
|
2007-07-05 17:03:14 +00:00 |
switch_core_hash.c
|
dox
|
2007-05-14 17:10:46 +00:00 |
switch_core_io.c
|
remove debugging wtf
|
2007-07-03 14:46:58 +00:00 |
switch_core_media_bug.c
|
testing a media bug change
|
2007-06-19 18:25:17 +00:00 |
switch_core_memory.c
|
dox
|
2007-05-14 17:10:46 +00:00 |
switch_core_port_allocator.c
|
dox
|
2007-05-14 17:10:46 +00:00 |
switch_core_rwlock.c
|
dox
|
2007-05-14 17:10:46 +00:00 |
switch_core_session.c
|
fix some races and alter core (do a full rebuild)
|
2007-09-24 19:34:25 +00:00 |
switch_core_speech.c
|
fix small problem in speech stuff
|
2007-09-14 20:00:26 +00:00 |
switch_core_sqldb.c
|
change language in harmless sql warnings and skip one we know happens all the time for no reason
|
2007-06-08 15:43:59 +00:00 |
switch_core_state_machine.c
|
add exec_after_bridge_app and exec_after_bridge_arg and fix the hangup command in event parse
|
2007-07-26 00:49:02 +00:00 |
switch_core_timer.c
|
dox
|
2007-05-14 17:10:46 +00:00 |
switch_cpp.cpp
|
clean up speak code
|
2007-08-28 17:06:20 +00:00 |
switch_event.c
|
fix for FSCORE-37
|
2007-08-03 16:56:54 +00:00 |
switch_ivr.c
|
fix some races and alter core (do a full rebuild)
|
2007-09-24 19:34:25 +00:00 |
switch_ivr_async.c
|
fix for FSCORE-42
|
2007-08-03 03:40:05 +00:00 |
switch_ivr_bridge.c
|
tweak
|
2007-09-07 00:49:08 +00:00 |
switch_ivr_menu.c
|
clean up speak code
|
2007-08-28 17:06:20 +00:00 |
switch_ivr_originate.c
|
fix some races and alter core (do a full rebuild)
|
2007-09-24 19:34:25 +00:00 |
switch_ivr_play_say.c
|
fix initialized struct
|
2007-09-24 15:52:32 +00:00 |
switch_loadable_module.c
|
fix some races and alter core (do a full rebuild)
|
2007-09-24 19:34:25 +00:00 |
switch_log.c
|
add userdata param to switch_log_printf so we can pass uuid or other session or other identification information to the logger.
|
2007-06-20 09:19:45 +00:00 |
switch_odbc.c
|
silence picky compiler.
|
2007-08-30 01:52:05 +00:00 |
switch_regex.c
|
adding const qualifiers across the api as appropriate.
|
2007-05-12 14:48:14 +00:00 |
switch_resample.c
|
indent again
|
2007-03-30 00:15:25 +00:00 |
switch_rtp.c
|
futz with rtp 2833
|
2007-07-06 16:19:40 +00:00 |
switch_scheduler.c
|
adding const qualifiers across the api as appropriate.
|
2007-05-12 14:48:14 +00:00 |
switch_stun.c
|
only include switch_stun.h where needed. We use some c99isms in this header that do not get along well with some c++ compilers.
|
2007-06-20 09:02:30 +00:00 |
switch_swig.c
|
clean up speak code
|
2007-08-28 17:06:20 +00:00 |
switch_swig.i
|
changes to language stuff
|
2006-09-20 21:59:50 +00:00 |
switch_utils.c
|
adding const qualifiers across the api as appropriate.
|
2007-05-12 14:48:14 +00:00 |
switch_xml.c
|
cleanup
|
2007-09-23 20:08:26 +00:00 |