freeswitch/src
Anthony Minessale 1af72288d1 FS-6061 --resolve 2013-12-23 22:43:06 +05:00
..
include FS-6042 FS-6044 --resolve 2013-12-18 00:55:34 +05:00
mod FS-6062 --resolve 2013-12-23 07:34:34 -05:00
.gitignore
CMakeLists.txt
Makefile.am
fs_encode.c fix regression from 9074a12455 2013-09-19 22:21:28 +08:00
g711.c
inet_pton.c FS-4445 start enabling windows IPV6 support 2012-10-17 22:36:47 -05:00
switch.c FreeSWITCH will choose the right system defaults for you 2013-09-26 03:44:37 +08:00
switch_apr.c add polycom support to multicast paging, broadcast all formats at once to support most every popular phone at once 2013-11-22 04:52:11 +05:00
switch_buffer.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_caller.c add logical-direction to events 2013-11-11 16:47:13 -06:00
switch_channel.c add channel logical direction 2013-10-31 15:28:33 -05:00
switch_config.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_console.c avoid loop and adding a missing complete 2013-11-18 15:11:21 +08:00
switch_core.c add soft timer support for fd per timer use enable-softtimer-timerfd=broadcast in switch.conf.xml for orig behaviour 2013-11-16 01:37:16 +05:00
switch_core_asr.c FS-5583 --resolve 2013-07-19 14:02:58 -05:00
switch_core_cert.c google changed something in DTLS 2013-10-17 03:58:09 +05:00
switch_core_codec.c make exception for g722 2013-10-24 05:04:23 +05:00
switch_core_db.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_directory.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_event_hook.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_file.c FS-5807 -- fix windows warnings 2013-09-21 16:13:48 -05:00
switch_core_hash.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_io.c add CF_MEDIA_PAUSE channel flag to allow waiting for IO before media codec is ready 2013-11-22 14:37:37 +08:00
switch_core_media.c FS-6054 2013-12-19 21:36:28 +05:00
switch_core_media_bug.c punt without return 2013-06-28 09:48:49 -05:00
switch_core_memory.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_port_allocator.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_rwlock.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_session.c FS-6006 --resolve 2013-11-27 12:40:35 -06:00
switch_core_speech.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_sqldb.c add total used count for debug 2013-11-17 21:27:39 +08:00
switch_core_state_machine.c FS-6006 2013-12-10 23:48:14 +05:00
switch_core_timer.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_cpp.cpp FS-6061 --resolve 2013-12-23 22:43:06 +05:00
switch_curl.c
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-5036 --resolve 2013-12-13 23:13:56 +05:00
switch_ivr.c add loops var durning looped execution 2013-12-18 03:19:33 +05:00
switch_ivr_async.c revert 2013-10-28 10:20:42 -05:00
switch_ivr_bridge.c FS-5994 2013-11-23 20:11:59 -06:00
switch_ivr_menu.c adding transfer-sound to ivr menu so you can specifiy a sound file to pay when a transfer takes place 2013-07-24 18:40:45 -05:00
switch_ivr_originate.c FS-5997 --resolve 2013-12-04 17:46:02 -06:00
switch_ivr_play_say.c FS-6033 --resolve 2013-12-10 03:42:18 +05:00
switch_ivr_say.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_json.c some refactoring and plumbing for 1.4 2013-10-16 02:24:32 +05:00
switch_limit.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_loadable_module.c make exception for g722 2013-10-24 05:04:23 +05:00
switch_log.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_mprintf.c
switch_nat.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_odbc.c --resolve FS-3852 2013-07-03 13:01:23 -04:00
switch_pcm.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_pgsql.c do not treat key exists as error as already doing in other place 2013-11-17 21:27:39 +08:00
switch_profile.c Minor typo. User is being passed into this fuction as a long pointer, not a long. 2013-05-18 14:29:59 -07:00
switch_regex.c Add case-insensitive search to switch_regex_match() based on code from switch_regex_perform(). 2013-12-18 16:19:58 +00:00
switch_resample.c FS-6042 FS-6044 --resolve 2013-12-18 00:55:34 +05:00
switch_rtp.c accept any payload when no payload map is present 2013-12-05 16:35:49 -06:00
switch_scheduler.c FS-5690 --resolve with bizarre workaround 2013-08-18 17:26:13 -05:00
switch_sdp.c FS-5270 --resolve 2013-04-05 09:07:11 -05:00
switch_stun.c parse error response for code to only change roles on 487 2013-06-27 13:00:20 -05:00
switch_swig.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_swig.i
switch_time.c FS-6010 --resolve 2013-11-29 22:16:49 -06:00
switch_utils.c rework media code 2013-11-08 03:48:00 +05:00
switch_xml.c FS-6032 2013-12-09 22:14:38 +05:00
switch_xml_config.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
tone2wav.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00