freeswitch/src
Chris Rienzo dad8aba68b FS-8676 [mod_unimrcp] fix crash when an invalid voice-gender TTS param is attempted to be set 2015-12-22 16:04:38 -05:00
..
include FS-8547 #resolve [Add error log into stats to log when quality impacting events begin and end] 2015-11-23 18:11:58 -06:00
mod FS-8676 [mod_unimrcp] fix crash when an invalid voice-gender TTS param is attempted to be set 2015-12-22 16:04:38 -05:00
.gitignore
CMakeLists.txt Completely unbundle speex 2014-03-20 15:28:25 +00:00
Makefile.am
fs_encode.c Merge pull request #203 in FS/freeswitch from ~MISHEHU/freeswitch:bugfix/FS-7302-fs_encode-improvements-for-config to master 2015-02-20 13:10:57 -06: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 Merge pull request #181 in FS/freeswitch from ~CXREG/freeswitch-memcache-file:base_alt_dir to master 2015-02-20 11:23:09 -06:00
switch_apr.c Merge pull request #474 in FS/freeswitch from ~ARTURZ/freeswitch:FS-8141-add-apr_queue_term to master 2015-09-09 12:27:24 -05:00
switch_buffer.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_caller.c check return value of switch_vasprintf 2014-04-28 09:54:20 -04:00
switch_channel.c FS-8413: Segfault calling session:getVariable(nil) in lua script 2015-11-09 16:02:14 -06:00
switch_config.c CID: 1210583 2014-05-14 19:37:57 +00:00
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-8537: Passing nil to various lua functions causes segfault 2015-11-23 13:36:45 -05:00
switch_core_asr.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_cert.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_core_codec.c FS-7903 #resolve [proxy_media gives Codec PROXY Exists but not at the desired implementation. 0hz 0ms 1ch] 2015-09-01 15:26:02 -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-7465: make sure write buffer is big enough on stereo file handles 2015-04-24 09:50:01 -05:00
switch_core_hash.c FS-6453 --resolve 2014-04-11 03:24:14 +05:00
switch_core_io.c FS-7479 Fixed a crash caused by large RTP/PCMA packets and resampling 2015-06-29 11:15:38 -04:00
switch_core_media.c FS-8166 #resolve [Mute/unmute while shout is playing audio fails because the channel "has a media bug, hard mute not allowed"] 2015-10-09 12:02:40 -05:00
switch_core_media_bug.c FS-8166 #resolve [Mute/unmute while shout is playing audio fails because the channel "has a media bug, hard mute not allowed"] 2015-10-09 12:02:40 -05:00
switch_core_memory.c FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered 2015-05-21 09:50:49 -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-8142 minor formatting mod 2015-09-09 12:38:00 -05:00
switch_core_speech.c first pass of stereo support 2014-06-12 22:06:33 +05:00
switch_core_sqldb.c FS-7339: create views basic_calls and detailed_calls after create table calls 2015-03-03 23:45:15 +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 update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_cpp.cpp FS-8537: Passing nil to various lua functions causes segfault 2015-11-23 13:36:45 -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 FS-8397: fix race condition inrementing event seq number 2015-10-29 10:29:14 -05:00
switch_hashtable.c FS-6453 --resolve 2014-04-11 03:24:14 +05:00
switch_ivr.c FS-8547 #resolve [Add error log into stats to log when quality impacting events begin and end] 2015-11-23 18:11:58 -06:00
switch_ivr_async.c FS-8169 Fixed uuid_displace on stereo channels can lead to memory corruption causing a crash 2015-09-21 17:45:59 -05:00
switch_ivr_bridge.c FS-8175 #resolve [Add continue_on_answer_timeout variable to allow channel to proceed from a tripped answer timeout] 2015-09-16 18:14:42 -05:00
switch_ivr_menu.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_ivr_originate.c FS-8338 #resolve [Ringback does not work correctly on stereo channels] 2015-10-12 17:00:44 -05:00
switch_ivr_play_say.c FS-8338 a few regressions that were relying on this bug to function properly in stereo situations 2015-10-23 11:21:40 -04:00
switch_ivr_say.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_json.c FS-8160 Additional vulnerability in json parsing malformed utf encoded chars discovered by Brian Martin - Tenable Security Response CVE-2015-7392 2015-11-19 13:44:55 -06: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-7761 [core] fix shutdown races running api commands during shutdown 2015-08-25 14:45:25 -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-8338 #resolve [Ringback does not work correctly on stereo channels] 2015-10-12 17:00:44 -05:00
switch_pgsql.c Fix a null pointer dereference in the native postgresql connection 2015-01-29 15:20:10 -06:00
switch_profile.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_regex.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_resample.c FS-7479 Fixed a crash caused by large RTP/PCMA packets and resampling 2015-06-29 11:15:38 -04:00
switch_rtp.c FS-8547 #resolve [Add error log into stats to log when quality impacting events begin and end] 2015-11-23 18:11:58 -06: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 Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_speex.c remove useless statement 2014-04-28 15:16:03 -04:00
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 update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_swig.i
switch_time.c FS-8215: MacOSX nanosleep is not super accurate, use scaling factor to get it closer to correct 2015-09-29 11:24:02 -04:00
switch_utils.c FS-8537: Passing nil to various lua functions causes segfault 2015-11-23 13:36:45 -05:00
switch_version.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_xml.c FS-8185: [core] Allow xml preprocessor to expand variables where the resulting value is much longer than the original size 2015-09-21 17:46:27 -05: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