freeswitch/src
Anthony Minessale 32cce8027e Add hashtable code from openzap/freetdm to FS core 2014-03-09 00:37:17 +05:00
..
include Add hashtable code from openzap/freetdm to FS core 2014-03-09 00:37:17 +05:00
mod Correct sizeof argument in mod_conference 2014-03-08 01:56:18 +00: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
Makefile.am
fs_encode.c move speex codec into the core since it already has speex anyway 2014-02-15 02:40:02 +05:00
g711.c
inet_pton.c FS-4445 start enabling windows IPV6 support 2012-10-17 22:36:47 -05:00
switch.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_apr.c windows fix last commit 2014-03-01 15:40:58 -06:00
switch_buffer.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_caller.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_channel.c FS-6272 --resolve 2014-02-27 03:24:37 +05:00
switch_config.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_console.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core.c FS-6271 --resolve Adding support for smoothing the min-cpu-idle by X number of seconds. Adds the cpu-idle-smoothing-depth into the conf/autoload_configs/switch.conf.xml configs with a default value of 30 seconds. 2014-02-26 12:36:50 -08:00
switch_core_asr.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_cert.c FS-6204 refactor some dtls code to generate a 1024 bit cert suitable for dtls in all version of chrome 2014-02-19 07:05:37 +05:00
switch_core_codec.c update copyright header for 2014 2014-02-12 12:08:56 -06: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 update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_hash.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_io.c add a way to tell mod_conference when the rate of the channel has changed due to a codec change so it can reset the resampler and codecs internally 2014-03-07 05:17:47 +05:00
switch_core_media.c According to https://code.google.com/p/webrtc/issues/detail?id=2768 ; The Chrome WebRTC engine reserves payload 98 and 99, IKR? So, to avoid taking a nasty spill down the stairs and subjecting ourselves to further school absences, we'll just start our payload space at 102 when making WebRTC calls....... 2014-03-07 20:24:16 +05:00
switch_core_media_bug.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_memory.c update copyright header for 2014 2014-02-12 12:08:56 -06: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 add a way to tell mod_conference when the rate of the channel has changed due to a codec change so it can reset the resampler and codecs internally 2014-03-07 05:17:47 +05:00
switch_core_speech.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_sqldb.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_state_machine.c FS-6235 2014-02-23 05:17:07 +05:00
switch_core_timer.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_cpp.cpp update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_curl.c move func in the core to hide the need to wrap it 2012-01-05 16:57:31 -06: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 update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_hashtable.c Add hashtable code from openzap/freetdm to FS core 2014-03-09 00:37:17 +05:00
switch_ivr.c Fix handling of send_silence_when_idle==0 in switch_ivr_sleep 2014-03-03 23:21:58 +00:00
switch_ivr_async.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_ivr_bridge.c FS-6226Prevent DTMF from traversing bridged channels, but still allow me to send DTMF via API or dp app (uuid_send_dtmf or send_dtmf) 2014-03-01 09:58:43 -06:00
switch_ivr_menu.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_ivr_originate.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_ivr_play_say.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_ivr_say.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_json.c Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks. 2014-01-22 22:30:23 +01:00
switch_limit.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_loadable_module.c move speex codec into the core since it already has speex anyway 2014-02-15 02:40:02 +05:00
switch_log.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_mprintf.c Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks. 2014-01-22 22:30:23 +01:00
switch_nat.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_odbc.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_pcm.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_pgsql.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_profile.c FS-6271 damn these would'nt show up at the same time 2014-02-26 20:23:39 -06:00
switch_regex.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_resample.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_rtp.c declinatio mortuus obfirmo! 2014-03-07 03:35:36 +05:00
switch_scheduler.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_sdp.c FS-5270 --resolve 2013-04-05 09:07:11 -05:00
switch_speex.c fix core speex for recent commit 2014-02-14 18:38:54 -06:00
switch_stun.c update copyright header for 2014 2014-02-12 12:08:56 -06: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 update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_utils.c Fix minor edge case in switch_split_user_domain 2014-03-06 06:03:27 +00:00
switch_version.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_xml.c Deal with read errors in switch_xml.c 2014-02-28 18:33:31 +00: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