freeswitch/src
Mike Jerris 7c6367052c FS-7236: fix mutex use before init error caused by 27c8622 2015-02-09 11:23:58 -06:00
..
include FS-7166 #resolve 2015-01-23 21:16:47 -06:00
mod FS-7236: fix mutex use before init error caused by 27c8622 2015-02-09 11:23:58 -06:00
.gitignore
CMakeLists.txt
Makefile.am
fs_encode.c FS-6815 FS-6903 #resolve 2014-10-09 15:47:36 -05:00
g711.c
inet_pton.c
switch.c add support for cache directory 2014-08-31 20:22:08 -04:00
switch_apr.c this was alraedy in there, whoops 2014-09-28 10:40:57 -04:00
switch_buffer.c
switch_caller.c
switch_channel.c remove debugging printf 2014-11-03 14:17:24 -06:00
switch_config.c
switch_console.c Silence warning from clang-3.5 dealing with redefining the variable argv which is first defined as a function parameter 2014-08-02 19:47:07 -07:00
switch_core.c FS-7088 #resolve Set flag to enable core dump from non-root users. 2015-01-05 21:06:29 -03:00
switch_core_asr.c
switch_core_cert.c
switch_core_codec.c FS-7173 #comment please test 2015-01-23 17:03:30 -06:00
switch_core_db.c
switch_core_directory.c
switch_core_event_hook.c
switch_core_file.c
switch_core_hash.c
switch_core_io.c FS-6891 FS-7002 FS-7059 FS-7072 FS-7073 FS-7076 #close #comment All of these bugs are invalidated due to a botched revert -- commit 72c3df5ed3 was supposed to revert commit 1b612fecb6 but it only reverted part of it. commit 158c1f23da from the other day was erroneously created to work around the result of the botched revert so it is reverted. The result of this commit should be to bring it back to effectively properly revert 1b612fecb6 and now you can test and open new bugs if necessary. This includes the segfault in eavesdrop, and any media bug releated reports. Consider working together and only reporting one new bug if you still encounter any more problems and be sure to include details and make sure the jitter buffer is being used. 2014-12-11 20:57:55 -06:00
switch_core_media.c FS-7166 #resolve 2015-01-23 21:16:47 -06:00
switch_core_media_bug.c FS-7235 #comment try this 2015-02-04 18:55:29 -06:00
switch_core_memory.c
switch_core_port_allocator.c
switch_core_rwlock.c
switch_core_session.c FS-7166 #resolve 2015-01-23 21:16:47 -06:00
switch_core_speech.c
switch_core_sqldb.c FS-7187 add switch_cache_db_create_schema() to test for SCF_AUTO_SCHEMAS flag 2015-01-22 15:41:22 -05:00
switch_core_state_machine.c call recovery_track on recovering channels once the recovery has completed and fix race condition with repeated recovery 2014-07-16 21:40:23 +05:00
switch_core_timer.c
switch_cpp.cpp fix return value 2014-09-06 18:29:19 +08:00
switch_curl.c
switch_dso.c
switch_event.c FS-7121 change switch_events_match() to use strcmp 2015-01-03 22:56:19 +01:00
switch_hashtable.c
switch_ivr.c FS-7166 #resolve 2015-01-23 21:16:47 -06:00
switch_ivr_async.c FS-7173 #comment please test 2015-01-23 17:03:30 -06:00
switch_ivr_bridge.c tweak some cid display issues 2014-08-19 03:25:28 +05:00
switch_ivr_menu.c
switch_ivr_originate.c FS-7186 #resolve 2015-01-23 13:14:58 -06:00
switch_ivr_play_say.c FS-6902 #comment add patch to make this problem obvious and fail on record and playback 2014-10-09 16:53:38 -05:00
switch_ivr_say.c
switch_json.c
switch_limit.c Lower log level of limit increases and releases 2014-08-28 01:40:36 +00:00
switch_loadable_module.c add chat to demo 2014-07-24 10:13:39 +05:00
switch_log.c
switch_mprintf.c
switch_nat.c tweak timeout a little as it was changing to 1000000 on the 5th try on return from switch_interval_time_from_timeval on OpenBSD 2014-07-23 15:39:33 -05:00
switch_odbc.c FS-3867: #resolve add special case for oracle alive query 2014-09-03 13:31:34 -04:00
switch_pcm.c
switch_pgsql.c Fix a null pointer dereference in the native postgresql connection 2015-01-29 15:20:10 -06:00
switch_profile.c
switch_regex.c
switch_resample.c can't have asserts here after all 2014-09-17 02:14:54 +05:00
switch_rtp.c one more tweak to not jump back and forth on ice when you have 2 reachable 2015-01-26 15:33:33 -06:00
switch_scheduler.c
switch_sdp.c
switch_speex.c
switch_stfu.c FS-7052 Moving jb queue swap operation out of the debug block. 2014-12-04 16:10:33 +01:00
switch_stun.c some changes to webrtc to make it work with iDoubs in rtcweb profile mode 2014-12-12 20:55:40 -06:00
switch_swig.c
switch_swig.i
switch_time.c FS-7083 #resolve #comment this should do it. The problem is linked to side-effects from the read thread being delayed by writing to the file handle. It was so much worse on mp3 because the shout encoder blocks while its churning the data and delays it more. This patch adds a dedicated thread for writing to the file and the channel_variable RECORD_USE_THREAD=false will disable it and sync may still be maintained at the cost of dropping more data from the audio signal. 2014-12-20 00:25:59 -06:00
switch_utils.c auto urlencode user portion of sip uri 2015-01-23 21:06:02 -06:00
switch_version.c
switch_xml.c Fix spelling "Couldnt" -> "Couldn't" 2014-08-22 02:19:45 +00:00
switch_xml_config.c
tone2wav.c