freeswitch/src
Seven Du e2928b8a75 FS-9394 #resolve fix h263 leak 2016-07-30 10:28:25 +08:00
..
include FS-9259 #resolve [Missing "m=image 0" when replying to INVITE with disable image line] 2016-07-18 13:00:00 -05:00
mod FS-9394 #resolve fix h263 leak 2016-07-30 10:28:25 +08: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 Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
inet_pton.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch.c FS-8195 Compatibility with Solaris 11 process privileges 2015-10-03 01:52:37 +00:00
switch_apr.c Merge pull request #687 in FS/freeswitch from freetdm_patch to master 2016-04-04 13:51:09 -05:00
switch_buffer.c FS-7966: fix more msvc 2015 build warnings. 2015-09-02 13:07:17 -04:00
switch_caller.c check return value of switch_vasprintf 2014-04-28 09:54:20 -04:00
switch_channel.c Buffer overflow in switch_channel_expand_variables_check and switch_event_expand_headers_check fixed (FS-8757) 2016-04-19 11:44:35 -05:00
switch_config.c CID: 1210583 2014-05-14 19:37:57 +00:00
switch_console.c FS-9222 small tweak to freeswitch console to strip leading spaces from commands 2016-06-02 12:21:11 -05:00
switch_core.c FS-9164: [core] add Session-Per-Sec-Last to heartbeat event 2016-05-16 14:48:46 -04:00
switch_core_asr.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_cert.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_core_codec.c FS-8952: fix unreachable code and simplify conditions 2016-03-17 12:10:26 -05:00
switch_core_db.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_directory.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_event_hook.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_file.c FS-8977: Add support for NVENC H264 2016-03-25 11:23:48 -04:00
switch_core_hash.c FS-8821 2016-02-18 17:04:01 -06:00
switch_core_io.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_core_media.c FS-9369: [core_media] add_ice_candidates=true var to enable inserting ice candidates in outgoing sdp 2016-07-29 13:36:29 -04: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 update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_rwlock.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
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 first pass of stereo support 2014-06-12 22:06:33 +05:00
switch_core_sqldb.c FS-9184: Allow show calls to be filtered by accountcode 2016-05-20 11:32:24 -07:00
switch_core_state_machine.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_core_timer.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
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 Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_dso.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_event.c Buffer overflow in switch_channel_expand_variables_check and switch_event_expand_headers_check fixed (FS-8757) 2016-04-19 11:44:35 -05:00
switch_hashtable.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_ivr.c FS-8913 #resolve [Problem with transfer when using bypass_media + SRTP + Inbound late negotiation] 2016-03-31 16:45:34 -05: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-9382 2016-07-26 21:33:14 -05: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-9390 #resolve ['Segmentation fault' during call setup] 2016-07-28 16:27:17 -05:00
switch_ivr_play_say.c FS-9264: Introduce two new api calls named detect_audio and detect_audio_silence. The existing wait_for_silence call never actually waits for silence until it first detects non-silence. There is also no way to set an independent timeout for detecting both the non-silence and then silence. This causes problems when wait_for_silence is called on an already quiet channel. Splitting the function up into two separate calls with separate timeouts offers more flexibility. 2016-06-16 15:34:37 -05:00
switch_ivr_say.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_jitterbuffer.c FS-9334 revert 2016-07-21 03:22:37 -05:00
switch_json.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_limit.c Lower log level of limit increases and releases 2014-08-28 01:40:36 +00:00
switch_loadable_module.c FS-9136: allow multiple instances of same video codec with different fmtp 2016-06-03 16:16:32 -05:00
switch_log.c FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered 2015-05-21 09:50:49 -05:00
switch_mprintf.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_nat.c FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered 2015-05-21 09:50:49 -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 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 update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_resample.c FS-7654 #resolve 2015-06-12 23:55:29 -05:00
switch_rtp.c revert FS-9368 2016-07-28 14:13:37 -05:00
switch_scheduler.c FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered 2015-05-21 09:50:49 -05:00
switch_sdp.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_speex.c remove useless statement 2014-04-28 15:16:03 -04:00
switch_stun.c FS-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_swig.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
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-8953 [core] white space clean up. 2016-03-17 08:55:00 -05:00
switch_version.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_vpx.c FS-9357 handle packet loss, reset decoder on mem err 2016-07-24 20:44:39 +08: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 update copyright header for 2014 2014-02-12 12:08:56 -06:00
tone2wav.c update copyright header for 2014 2014-02-12 12:08:56 -06:00