freeswitch/src
Anthony Minessale 6644cefb20 finish fixing thread pool logic from yesterday 2012-11-15 17:59:11 -06:00
..
include finish fixing thread pool logic from yesterday 2012-11-15 17:59:11 -06:00
mod Add att_xfer_destination_number variable to indicate the original destination number of the attended transfer leg on REFER for semi-attended transfer scenarios. 2012-11-15 20:37:52 +00:00
.gitignore
CMakeLists.txt
Makefile.am
fs_encode.c FS-2216 --resolve clang 2012-07-03 09:01:27 -05:00
g711.c
inet_pton.c FS-4445 start enabling windows IPV6 support 2012-10-17 22:36:47 -05:00
switch.c wrap fork so we can drop priority in child processes 2012-10-01 13:38:45 -05:00
switch_apr.c revert 2012-11-01 12:27:11 -05:00
switch_buffer.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_caller.c add a few fields 2012-10-11 11:04:09 -05:00
switch_channel.c FS-4836 ok try this 2012-11-15 13:16:50 -06:00
switch_config.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_console.c FS-4694 --resolve 2012-10-17 09:17:16 -05:00
switch_core.c FS-4771 --resolve 2012-10-29 09:27:59 -05:00
switch_core_asr.c FS-4527 --resolve add resample core support for asr. This code is very isolated and only effects mod_unimrcp at this time. 2012-10-10 14:20:07 -05:00
switch_core_codec.c update name/e-mail address 2012-06-11 13:05:29 +00:00
switch_core_db.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_directory.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_event_hook.c remove unused resurrect code 2012-08-22 16:27:07 -05:00
switch_core_file.c add switch_core_file_write_video 2012-07-20 11:38:20 +08:00
switch_core_hash.c Fix compiler warnings. 2012-10-05 16:48:03 +00:00
switch_core_io.c only put session pointers in when its done from a codec that comes from a session and set it to the right one 2012-10-30 16:56:03 -05:00
switch_core_media_bug.c FS-4780 try this 2012-10-31 14:27:57 -05:00
switch_core_memory.c revert 2012-08-16 12:09:19 -05:00
switch_core_port_allocator.c FS-4373 --resolve this is probably the same issue nobody would file a bug about on the mailing list even after I begged them to from last weekend 2012-07-23 11:36:19 -05:00
switch_core_rwlock.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_core_session.c finish fixing thread pool logic from yesterday 2012-11-15 17:59:11 -06:00
switch_core_speech.c update name/e-mail address 2012-06-11 13:05:29 +00:00
switch_core_sqldb.c FS-4816 --resolve 2012-11-09 08:47:30 -06:00
switch_core_state_machine.c FS-4836 ok try this 2012-11-15 13:16:50 -06:00
switch_core_timer.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_cpp.cpp FS-4738 --resolve 2012-10-19 15:48:13 -04:00
switch_curl.c move func in the core to hide the need to wrap it 2012-01-05 16:57:31 -06:00
switch_dso.c
switch_event.c fix issue where max event threads would always launch as soon as you only needed one more 2012-11-15 17:58:40 -06:00
switch_ivr.c check for signalling in sleep app on channels without media 2012-11-13 12:30:25 -06:00
switch_ivr_async.c FS-4624 --resolve 2012-09-20 09:59:50 -05:00
switch_ivr_bridge.c good measure 2012-10-30 08:03:03 -05:00
switch_ivr_menu.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_ivr_originate.c add api_on_pre_originate 2012-10-30 11:06:33 -05:00
switch_ivr_play_say.c don't seg on no valid_terminators 2012-07-02 11:55:49 -04:00
switch_ivr_say.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_json.c FS-4618 --resolve 2012-09-14 07:38:03 -05:00
switch_limit.c FS-4792 --resolve sure 2012-11-05 06:37:01 -06:00
switch_loadable_module.c Differentiate when the sms message successfully matched an extension in the chatplan, and when it fell through. 2012-11-14 16:48:21 -08:00
switch_log.c print extended debug messages at alert level 2012-10-23 18:14:27 -04:00
switch_mprintf.c FS-3359 --resolve also added %y to printf macros to replace ' with \' 2011-07-07 15:08:23 -05:00
switch_nat.c Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
switch_odbc.c More descriptive ODBC error messages. 2012-10-30 18:19:13 +00:00
switch_pcm.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_pgsql.c Update PGSQL socket descriptor on reconnect in case a new descriptor was assigned. 2012-11-08 19:49:14 +00:00
switch_profile.c
switch_regex.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_resample.c re-implement sla barge using eavesdrop backend 2012-05-07 13:44:16 -05:00
switch_rtp.c FS-4797 --resolve 2012-11-06 08:53:00 -06:00
switch_scheduler.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_stun.c update stun to more modern spec 2012-06-22 18:15:06 -05:00
switch_swig.c Copyright date update. 2012-04-18 11:52:02 -05:00
switch_swig.i add getGlobalVariable and setGlobalVariable to swig stuff 2011-10-21 08:56:42 -05:00
switch_time.c some priority queuing tweaks for performance 2012-10-01 11:47:26 -05:00
switch_utils.c FS-4614 --resolve update to dynamic line buffer and use internal buffering to boot for file I/O on preprocessing XML 2012-09-18 15:39:28 -05:00
switch_xml.c fix regression from 6b6c83a718 2012-11-13 12:48:59 -06:00
switch_xml_config.c strtoll correction for windows 2012-10-23 12:08:40 -05:00
tone2wav.c Copyright date update. 2012-04-18 11:52:02 -05:00