freeswitch/src
Jeff Lenk 27035219a7 fix mod_skypopen and mod_gsmopen for switch_version.c 2014-01-16 22:00:21 -06:00
..
include fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +05:00
mod fix mod_skypopen and mod_gsmopen for switch_version.c 2014-01-16 22:00:21 -06:00
.gitignore
CMakeLists.txt
Makefile.am
fs_encode.c fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +05:00
g711.c
inet_pton.c
switch.c fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +05: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 FS-6020 --resolve 2014-01-07 01:54:31 +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 fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +05:00
switch_core.c fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +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 allow native recording and transcoding at the same time 2014-01-08 04:12:01 +05:00
switch_core_media.c fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +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 FS-5585 --resolve 2013-12-24 11:37:09 -06: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 some null checks from coverity 2013-12-26 23:57:10 +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 fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +05: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_version.c fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:55:04 +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 fold version macros into runtime functions to avoid cascade rebuilds when modifying the core 2014-01-17 01:54:47 +05:00