freeswitch/src
Anthony Minessale a6bffd38cb FS-5498 2013-07-19 12:03:51 -05:00
..
include FS-5498 2013-07-19 12:03:51 -05:00
mod FS-5498 2013-07-19 12:03:51 -05:00
.gitignore
CMakeLists.txt
Makefile.am
fs_encode.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
g711.c
inet_pton.c FS-4445 start enabling windows IPV6 support 2012-10-17 22:36:47 -05:00
switch.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_apr.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -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 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_channel.c FS-5498 fix typo from commit ab947f5 2013-07-19 12:41:40 +08: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 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_asr.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_cert.c FS-5342 --resolve 2013-04-24 12:12:42 -05:00
switch_core_codec.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -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 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -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 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_media.c webrtc video tweaks 2013-07-16 19:16:01 -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 webrtc video tweaks 2013-07-16 19:16:01 -05: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 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_core_state_machine.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -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 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05: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 FS-5445 --resolve this was actually just missing one word from the code as seen in the similar code in the core, the same mistake was made there where the compiler is not smart enough to see the mutually exclusive logical paths this code is specific to spontaneously creating an array in a single set like set foo[12]=val which would be totally broken if that line were commented 2013-07-10 10:26:08 -05:00
switch_ivr.c FS-5498 2013-07-19 12:03:51 -05:00
switch_ivr_async.c --resolve FS-4461 2013-07-03 14:13:06 -05:00
switch_ivr_bridge.c FS-5003 --resolve 2013-07-10 17:31:00 -05:00
switch_ivr_menu.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_ivr_originate.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_ivr_play_say.c FS-5589 --resolve 2013-07-10 09:44:02 -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 Add cJSON_Duplicate() function from upstream source. 2013-02-11 18:53:37 +00: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 noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -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 FS-3359 --resolve also added %y to printf macros to replace ' with \' 2011-07-07 15:08:23 -05:00
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 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05: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 --resolve FS-5566 2013-07-01 17:05:07 -05:00
switch_resample.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_rtp.c send 2 firs to make sure it works 2013-07-17 12:46:10 -05:00
switch_scheduler.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -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 add getGlobalVariable and setGlobalVariable to swig stuff 2011-10-21 08:56:42 -05:00
switch_time.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_utils.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_xml.c FS-5498 2013-07-19 12:03:51 -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