freeswitch/src
Mathieu Rene 7b347417e5 FSRTP-11
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16578 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 00:51:41 +00:00
..
include ZRTP Video works with ZFone (but you have to set your endpoint to use 99 for the payload for video or 125 in mod_h26x.c for H264 becuase the payloads MUST match or it can't figure it out 2010-02-03 19:19:10 +00:00
mod copy user xml to a dynamic xml obj so you do not hold exclusive lock on global xml registry the whole time you are leaving a vm 2010-02-05 20:05:22 +00:00
CMakeLists.txt apr cmake files 2009-02-16 07:12:17 +00:00
Makefile.am Make libdir and bindir being accepted by libs and modules 2008-02-18 14:58:41 +00:00
g711.c move L16 and g711 into the core 2008-02-18 19:43:57 +00:00
inet_pton.c inet_pton.c needs switch.h for SWITCH_DECLARE 2009-06-10 01:02:48 +00:00
switch.c Delay windows service startup so other command line options are processed 2010-02-02 22:53:36 +00:00
switch_apr.c POSIX says never to compare pthread_t directly 2010-01-24 19:23:58 +00:00
switch_buffer.c add slide_write to switch_buffer 2009-10-30 22:53:09 +00:00
switch_caller.c sick of people emailing us asking why we are voice spamming them. How do people deliver this in caller id to regular telco lines? 2010-01-23 20:35:40 +00:00
switch_channel.c fix uuid_bridge issue 2010-02-05 02:46:45 +00:00
switch_config.c update copyright 2009-02-13 23:37:37 +00:00
switch_console.c fix build parameter mismatch 2010-01-20 18:18:20 +00:00
switch_core.c make banner an api command so you can fetch it over event socket 2010-01-22 02:42:05 +00:00
switch_core_asr.c if space 2009-12-11 01:20:26 +00:00
switch_core_codec.c try this darren 2010-01-22 00:51:32 +00:00
switch_core_db.c Adding switch_mprintf (broken out from sqlite) 2009-12-10 20:51:13 +00:00
switch_core_directory.c update copyright 2009-02-13 23:37:37 +00:00
switch_core_event_hook.c update copyright 2009-02-13 23:37:37 +00:00
switch_core_file.c add append and truncate to audio file api 2009-11-17 21:40:09 +00:00
switch_core_hash.c use malloc in hashes when no pool specified 2009-10-03 22:21:52 +00:00
switch_core_io.c code before decl 2009-11-21 05:58:25 +00:00
switch_core_media_bug.c add uuid_audio cli cmd 2009-12-17 20:46:49 +00:00
switch_core_memory.c add switch_core_vsprintf 2009-12-01 15:09:47 +00:00
switch_core_port_allocator.c fix windows build 2009-03-20 22:38:38 +00:00
switch_core_rwlock.c try this darren 2010-01-22 00:51:32 +00:00
switch_core_session.c POSIX says never to compare pthread_t directly 2010-01-24 19:23:58 +00:00
switch_core_speech.c if space 2009-12-11 01:20:26 +00:00
switch_core_sqldb.c revert 2010-01-15 17:35:26 +00:00
switch_core_state_machine.c add notice to explain why a call hangs up when it's run out of things to do so people stop reporting it as a bug 2010-02-04 15:57:23 +00:00
switch_core_timer.c FSCORE-472 2009-10-23 16:33:55 +00:00
switch_cpp.cpp stop race condition in sofia where we tried to send an ack on a dead call and turn off early hangup by default (if you dont know that that is, good, do not document this) 2009-12-11 00:28:54 +00:00
switch_dso.c dos2unix 2009-05-27 23:07:50 +00:00
switch_event.c fix filters (reported on mailing list use jira next time =/) 2010-01-28 01:00:04 +00:00
switch_ivr.c more refactor 2010-01-28 18:46:47 +00:00
switch_ivr_async.c Allow uuid_audio to set read/write levels without clearing the other one 2009-12-28 23:49:38 +00:00
switch_ivr_bridge.c refactor try this Vagabond 2010-02-04 23:52:03 +00:00
switch_ivr_menu.c FSCORE-539 (revert ) 2010-01-25 15:13:35 +00:00
switch_ivr_originate.c sick of people emailing us asking why we are voice spamming them. How do people deliver this in caller id to regular telco lines? 2010-01-23 20:35:40 +00:00
switch_ivr_play_say.c try this Vagabond 2010-01-26 18:20:09 +00:00
switch_loadable_module.c don't restart runtime functions when shutting down 2009-12-21 15:59:18 +00:00
switch_log.c put math patch back 2010-01-20 19:19:48 +00:00
switch_mprintf.c if space 2009-12-11 01:20:26 +00:00
switch_nat.c doh 2010-01-12 01:47:31 +00:00
switch_odbc.c its && 2010-02-02 16:37:55 +00:00
switch_pcm.c adding 12kHz and 24kHz 2009-12-22 21:24:15 +00:00
switch_regex.c make switch_regex_match() work with grouping 2010-02-02 19:02:37 +00:00
switch_resample.c FSCORE-403 2009-07-23 15:55:13 +00:00
switch_rtp.c FSRTP-11 2010-02-06 00:51:41 +00:00
switch_scheduler.c change switch_strlen_zero to zstr 2009-10-23 16:03:42 +00:00
switch_stun.c build: fix gcc-4.4.0 build failures (FSCORE-355) 2009-05-19 20:25:59 +00:00
switch_swig.c change switch_strlen_zero to zstr 2009-10-23 16:03:42 +00:00
switch_swig.i changes to language stuff 2006-09-20 21:59:50 +00:00
switch_time.c reverse logic 2010-01-23 06:17:09 +00:00
switch_utils.c try this Vagabond 2010-01-26 18:20:09 +00:00
switch_xml.c FSCORE-537 2010-01-25 15:16:43 +00:00
switch_xml_config.c change switch_strlen_zero to zstr 2009-10-23 16:03:42 +00:00