freeswitch/src
Chris Rienzo ea90d6d5b3 FS-5978 [mod_rayo] attempt to fix direct media join 2016-11-18 09:34:30 -06:00
..
include FS-9719: Separate gen_ts_delta between audio and video and enable support to auto engage this feature for pass-thru video 2016-11-16 11:23:14 -06:00
mod FS-5978 [mod_rayo] attempt to fix direct media join 2016-11-18 09:34:30 -06:00
.gitignore
CMakeLists.txt FS-8130 2015-09-14 13:30:08 -05:00
Makefile.am
fs_encode.c copyright date update 2015-06-23 14:43:16 -04:00
g711.c
inet_pton.c
switch.c FS-9449: Enable clock calibration and clock_realtime on Solaris 2016-08-19 18:24:23 -07:00
switch_apr.c FS-9466: Use system MD5 if available 2016-08-31 15:00:48 -07:00
switch_buffer.c FS-7966: fix more msvc 2015 build warnings. 2015-09-02 13:07:17 -04:00
switch_caller.c
switch_channel.c [FS-9367] log session counts at channel state change 2016-11-16 11:23:17 -06:00
switch_config.c
switch_console.c FS-9652: improve sql sanitization 2016-11-16 11:23:15 -06:00
switch_core.c FS-9678: Fix FreeSWITCH not shutting down when profiles fails to load and shutdown-on-fail is set to true 2016-11-16 11:23:12 -06:00
switch_core_asr.c
switch_core_cert.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_core_codec.c FS-9525 #resolve [Client initiated REINVITE with different audio codec into conference causes choppy audio] 2016-09-22 14:00:12 -05:00
switch_core_db.c
switch_core_directory.c
switch_core_event_hook.c
switch_core_file.c FS-9705 #resolve [Files using prebuffer do not play properly when seeking back to the beginning once the file is done playing] 2016-11-16 11:23:13 -06:00
switch_core_hash.c FS-9536 [core] fix return value 2016-09-21 09:43:04 +08:00
switch_core_io.c FS-9665 #resolve [Add video_pre_call_banner feature] 2016-11-16 11:23:10 -06:00
switch_core_media.c FS-9725: Disable blank img with core_video_blank_image=false. 2016-11-16 11:23:14 -06:00
switch_core_media_bug.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_core_memory.c FS-9199 easier memory allocation debugging and analysis 2016-05-26 16:08:21 -05:00
switch_core_port_allocator.c
switch_core_rwlock.c
switch_core_session.c FS-9247 #resolve [Table with message type names not updated when enum was updated by sangoma patch] 2016-06-09 13:33:38 -05:00
switch_core_speech.c
switch_core_sqldb.c FS-9652: improve sql sanitization 2016-11-16 11:23:15 -06:00
switch_core_state_machine.c FS-9543 #resolve [Add pre-exec state change hooks to core] 2016-09-20 10:57:45 -05:00
switch_core_timer.c
switch_core_video.c FS-9266 #resolve 2016-06-15 09:34:26 +08:00
switch_cpp.cpp FS-8928: flag a bidning error when using EventConsumer::bind with invalid event name instead of blindly using custom 2016-03-17 12:51:35 -05:00
switch_curl.c
switch_dso.c
switch_estimators.c FS-8644: OPUS_SET_BITRATE(), codec control and estimators for packet loss and RTT (with Kalman filters) to detect a slow or congested link. 2016-09-27 16:06:17 -05:00
switch_event.c FS-9401: [core,mod_amqp] fix leak in usage of hash itterator 2016-08-03 18:41:18 -05:00
switch_hashtable.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_ivr.c FS-9551 [switch_ivr - json cdr] Adding app-stamp to app_log 2016-09-20 16:32:16 -03:00
switch_ivr_async.c FS-9042: [core] fix assert when recording native file 2016-04-08 12:40:15 -05:00
switch_ivr_bridge.c FS-9665 #resolve [Add video_pre_call_banner feature] 2016-11-16 11:23:10 -06:00
switch_ivr_menu.c FS-8107 - [switch_ivr_menu] Adding CUSTOM esl events menu::enter and menu::exit when a call enter and exit an ivr menu. 2015-09-01 14:23:29 -03:00
switch_ivr_originate.c FS-9484: fix var type format spec 2016-09-08 04:03:18 -04:00
switch_ivr_play_say.c FS-9632 remove SWITCH_FILE_FLAG_VIDEO flag if we fail to receive video so we fall thru and record the audio only. Previously it would just fail to function as expected. 2016-11-16 11:23:09 -06:00
switch_ivr_say.c
switch_jitterbuffer.c FS-9401: [core,mod_amqp] fix leak in usage of hash itterator 2016-08-03 18:41:18 -05:00
switch_json.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_limit.c
switch_loadable_module.c FS-9412 [switch_loadable_module.c] Make MODULE_UNLOAD event report module name (key) and file (filename), similar to event MODULE_LOAD 2016-11-16 11:23:16 -06:00
switch_log.c
switch_mprintf.c
switch_nat.c
switch_odbc.c FS-9727: raise size limit on unkown size odbc column data from 256 to 16k 2016-11-16 11:23:16 -06:00
switch_pcm.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_pgsql.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_profile.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_regex.c
switch_resample.c FS-7654 #resolve 2015-06-12 23:55:29 -05:00
switch_rtp.c FS-9719: Separate gen_ts_delta between audio and video and enable support to auto engage this feature for pass-thru video 2016-11-16 11:23:14 -06:00
switch_scheduler.c
switch_sdp.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_speex.c
switch_stun.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_swig.c
switch_swig.i
switch_time.c FS-8215 #resolve [MacOSX nanosleep is not super accurate] 2015-09-23 18:00:44 -05:00
switch_utf8.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_utils.c FS-9693 use existing date parsing functions in fulldate comparison that take timezone into account 2016-11-16 11:23:13 -06:00
switch_version.c
switch_vpx.c FS-9498 #resolve [Try to make video writing thread more efficient] 2016-09-09 19:01:55 -05:00
switch_xml.c FS-8818 #resolve refactor X-PRE include to not toss error if there are not files that match the include 2016-02-09 16:38:47 -06:00
switch_xml_config.c
tone2wav.c