..
include
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
mod
Merge pull request #886 in FS/freeswitch from ~MGROOMS/freeswitch-matthew:bugfix/detect_audio_silence to master
2016-07-08 14:26:51 -05: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
…
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
…
switch_core_directory.c
…
switch_core_event_hook.c
…
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-9316 #resolve [INVITE with empty SDP from Cisco VCS cannot setup video]
2016-07-06 11:36:54 -05: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
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
…
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
…
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-9219 #resolve [Re-INVITE with no SDP ] #comment use bypass_media_after_bridge_oldschool=true to enable back-compat bypass media after bridge
2016-06-07 17:39:35 -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-8806 Change group_confirm_cancel_timeout to apply only to the legs that answer the call.
2016-02-17 11:19:04 -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
…
switch_jitterbuffer.c
FS-9334 #resolve [Jitterbuffer mods]
2016-07-07 22:50:20 -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
…
switch_resample.c
FS-7654 #resolve
2015-06-12 23:55:29 -05:00
switch_rtp.c
FS-9246 #resolve [No Audio after Call transfer ]
2016-06-10 15:01: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
…
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-9267 #resolve [Raw decoded image from vpx codec is corrupted by video media bugs that modify the image]
2016-06-15 21:09:02 -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
…