freeswitch/src
Anthony Minessale a0b009e353 FS-8338 #resolve [Ringback does not work correctly on stereo channels] 2015-10-12 17:00:13 -05:00
..
include FS-7929 #resolve [ignore_early_media=true behaviour] 2015-10-08 13:17:39 -05:00
mod FS-6833 FS-6834 found a few missing content-types in requests/resonses with sdp that were outside the norm 2015-10-12 12:38:25 -05:00
.gitignore Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree. 2010-04-05 23:17:43 +00:00
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 FS-8141 Add support for apr_queue_term() to switch_apr.c 2015-09-09 10:30:19 +02: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 correct version of proposed patch 2015-09-23 11:58:57 -05: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-8195 Compatibility with Solaris 11 process privileges 2015-10-03 01:52:37 +00: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-8130 2015-09-14 13:30:08 -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-8240 add video profile param for recording 264 and make it default 2015-09-30 11:42:46 -05:00
switch_core_hash.c CID: 1294434 fixing a sizeof statement that was working for so long because on 64bit boxes the pointer size would be 64bits and the uint8_t was expecting at least 32 2015-05-28 12:47:21 -05:00
switch_core_io.c FS-7654 #resolve 2015-06-12 23:55:29 -05:00
switch_core_media.c FS-8321 #resolve [BEHAVIOR CHANGE Add variable media_mix_inbound_outbound_codecs to mix inbound and outbound codecs] 2015-10-08 13:17:24 -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-09-28 12:38:58 -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-8130 2015-09-14 13:30:08 -05:00
switch_core_speech.c first pass of stereo support 2014-06-12 22:06:33 +05:00
switch_core_sqldb.c FS-7854 Add task_runtime to tasks table in core database 2015-07-20 15:06:46 -05:00
switch_core_state_machine.c FS-7602 FS-7499 FS-7587 modify dtls init function placement 2015-06-04 20:37:15 -05:00
switch_core_timer.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_video.c FS-8236: fix ifdefs for building without libyuv 2015-09-30 16:15:26 -07:00
switch_cpp.cpp FS-8167 #resolve [FS segs] 2015-09-15 22:35:29 -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-8190 #resolve [When using nixevent, freeswitch stops sending us certain custom event that were NOT part of the nixevent command] 2015-09-21 18:00:32 -05:00
switch_hashtable.c FS-7499: improve generic nack and vpx framing 2015-05-28 12:47:14 -05:00
switch_ivr.c FS-7929 #resolve [ignore_early_media=true behaviour] 2015-10-08 13:17:39 -05:00
switch_ivr_async.c FS-8216 #comment please test 2015-09-30 22:03:33 -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:07:44 -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-8338 #resolve [Ringback does not work correctly on stereo channels] 2015-10-12 17:00:13 -05:00
switch_ivr_play_say.c FS-7654 regression on eavesdropping on channels playing a file because of channel count of 0 on write frame from stream_file 2015-07-22 00:29:56 -05:00
switch_ivr_say.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_jitterbuffer.c FS-8315 #resolve [rtp_media_timeout not working] 2015-10-07 11:21:51 -05:00
switch_json.c FS-8160: properly handle malformed json when parsing json with \u at the end of a json string 2015-09-14 17:56:55 -04: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-07-02 10:08:54 -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:13 -05:00
switch_pgsql.c set affected_rows also for non-SELECT queries 2015-06-02 18:46:50 +08: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-7654 #resolve 2015-06-12 23:55:29 -05:00
switch_rtp.c FS-8320 #resolve [ZRTP broken in commit 06c56a037e] 2015-10-09 12:57:52 -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 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_stun.c FS-8069 #resolve [ipv6 support missing in stun code] 2015-08-27 13:46:26 -05:00
switch_swig.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_swig.i add getGlobalVariable and setGlobalVariable to swig stuff 2011-10-21 08:56:42 -05:00
switch_time.c FS-8215 #resolve [MacOSX nanosleep is not super accurate] 2015-09-23 18:00:44 -05:00
switch_utf8.c FS-7967 SmartOS compatibility 2015-09-09 21:39:41 +00:00
switch_utils.c FS-8069 #resolve [ipv6 support missing in stun code] 2015-08-27 13:46:26 -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-17 22:04:58 -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