freeswitch/src
Raymond Chandler bd12c18dd2 FS-6090 --resolve 2014-01-15 10:57:59 -05:00
..
include FS-6061 swigall 2013-12-23 23:24:53 +05:00
mod FS-6090 --resolve 2014-01-15 10:57:59 -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
Makefile.am
fs_encode.c fix regression from 9074a12455 2013-09-19 22:24:56 +08:00
g711.c run indent on the whole tree and update copyright dates in prep for 1.0.5 2010-02-06 03:38:24 +00:00
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:46:25 +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 05:00:26 +05:00
switch_buffer.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_caller.c FS-5620 --resolve 2013-07-19 21:50:55 -05:00
switch_channel.c FS-6020 --resolve 2014-01-07 01:54:42 +05:00
switch_config.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_console.c avoid loop and adding a missing complete 2013-11-18 15:15:40 +08:00
switch_core.c move shutdown of session to after switch_event 2013-10-10 22:23:33 +05:00
switch_core_asr.c FS-5583 --resolve 2013-07-19 14:03:11 -05:00
switch_core_codec.c make exception for g722 2013-10-24 05:04:44 +05:00
switch_core_db.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_core_directory.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_core_event_hook.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_core_file.c fix windows compiler warnings 2013-09-21 16:22:05 -05:00
switch_core_hash.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_core_io.c allow native recording and transcoding at the same time 2014-01-08 04:12:15 +05:00
switch_core_media_bug.c punt without return 2013-06-28 09:48:28 -05:00
switch_core_memory.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_core_port_allocator.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_core_rwlock.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_core_session.c FS-6006 --resolve 2013-11-27 23:44:30 +05:00
switch_core_speech.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_core_sqldb.c add total used count for debug 2013-11-18 15:14:03 +08:00
switch_core_state_machine.c FS-6006 2013-12-10 23:48:24 +05:00
switch_core_timer.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_cpp.cpp FS-6061 --resolve 2013-12-23 22:43:21 +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 09:39:37 -05:00
switch_event.c FS-5036 --resolve 2013-12-13 23:14:21 +05:00
switch_ivr.c add loops var durning looped execution 2013-12-18 03:20:16 +05:00
switch_ivr_async.c revert 2013-10-28 21:16:52 +05:00
switch_ivr_bridge.c FS-5994 2013-11-23 20:12:15 -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:31 -05:00
switch_ivr_originate.c FS-5997 --resolve 2013-12-04 17:46:45 -06:00
switch_ivr_play_say.c some null checks from coverity 2013-12-26 23:57:21 +05:00
switch_ivr_say.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -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 09:39:37 -05:00
switch_loadable_module.c make exception for g722 2013-10-24 05:04:44 +05:00
switch_log.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -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 09:39:37 -05:00
switch_odbc.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_pcm.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_pgsql.c do not treat key exists as error as already doing in other place 2013-11-18 15:14:38 +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:30:43 -07:00
switch_regex.c --resolve FS-5566 2013-07-01 17:06:13 -05:00
switch_resample.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_rtp.c FS-6007 2013-12-31 00:30:20 +05:00
switch_scheduler.c fix windows compiler warnings 2013-09-21 16:22:05 -05:00
switch_stun.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_swig.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
switch_swig.i add getGlobalVariable and setGlobalVariable to swig stuff 2011-10-21 08:56:42 -05:00
switch_time.c FS-6056 --resolve this was already fixed in master 2013-12-20 00:12:08 +05:00
switch_utils.c FS-5708 --resolve 2013-08-19 23:48:38 +05:00
switch_xml.c FS-6032 2013-12-09 22:14:54 +05:00
switch_xml_config.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00
tone2wav.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 09:39:37 -05:00