freeswitch/src
Michael Jerris 55bec0b6b2 sofia-sip: fix re-register after 423 w/ Min-Expires (SFSIP-143)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13619 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 20:00:53 +00:00
..
include fix msvc function tagging for code analysis 2009-06-03 15:43:41 +00:00
mod sofia-sip: fix re-register after 423 w/ Min-Expires (SFSIP-143) 2009-06-04 20:00:53 +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 dos2unix 2009-05-27 23:07:50 +00:00
switch.c add netmask detection for nat discovery work 2009-06-02 16:55:10 +00:00
switch_apr.c add more ridiculous timeout to socket send 2009-05-28 23:31:27 +00:00
switch_buffer.c update copyright 2009-02-13 23:37:37 +00:00
switch_caller.c update copyright 2009-02-13 23:37:37 +00:00
switch_channel.c extended data from hangup_complete event 2009-06-01 12:45:56 +00:00
switch_config.c update copyright 2009-02-13 23:37:37 +00:00
switch_console.c update copyright 2009-02-13 23:37:37 +00:00
switch_core.c adding loopback.auto 2009-06-03 19:25:42 +00:00
switch_core_asr.c update copyright 2009-02-13 23:37:37 +00:00
switch_core_codec.c FSCORE-349 add flag to denote if a codec is init or not 2009-04-09 17:17:12 +00:00
switch_core_db.c Add switch_vmprintf 2009-03-03 19:01:21 +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 remove unused code 2009-05-06 17:34:29 +00:00
switch_core_hash.c update copyright 2009-02-13 23:37:37 +00:00
switch_core_io.c prevent buffer destroy race 2009-05-01 21:31:16 +00:00
switch_core_media_bug.c FSCORE-349 add flag to denote if a codec is init or not 2009-04-09 17:17:12 +00:00
switch_core_memory.c add some stuff for zrtp 2009-05-22 18:19:55 +00:00
switch_core_port_allocator.c fix windows build 2009-03-20 22:38:38 +00:00
switch_core_rwlock.c change CS_DONE to CS_DESTROY and add state handler for destroy and tear down critical parts of the channel from this method which is not called until it's impossible for anything to be referencing the channel (after final write lock and before destroying the pool) 2009-04-10 17:43:18 +00:00
switch_core_session.c add some stuff for zrtp 2009-05-22 18:19:55 +00:00
switch_core_speech.c fix assert when calling speech_open without a pool 2009-03-05 16:44:28 +00:00
switch_core_sqldb.c FSRTP-2 with mods 2009-05-29 02:08:24 +00:00
switch_core_state_machine.c add CHANNEL_HANGUP_COMPLETE event to take the place of CHANNEL_HANGUP, CHANNEL_HANGUP now fires as soon as the channel is hungup but you must wait for CHANNEL_HANGUP_COMPLETE for the CDR data 2009-05-29 17:18:03 +00:00
switch_core_timer.c update copyright 2009-02-13 23:37:37 +00:00
switch_cpp.cpp fix recursive file record during file playback issue IRC-00 2009-06-02 19:50:04 +00:00
switch_dso.c dos2unix 2009-05-27 23:07:50 +00:00
switch_event.c add netmask detection for nat discovery work 2009-06-02 16:55:10 +00:00
switch_ivr.c abolish mailbox attribute in users and use number-alias attribute instead MODAPP-218 2009-05-18 17:11:47 +00:00
switch_ivr_async.c fix edge case segfault 2009-03-20 22:49:01 +00:00
switch_ivr_bridge.c fix typo 2009-05-21 23:47:04 +00:00
switch_ivr_menu.c use menu-timeout instead of menu-inter-digit-timeout when no digits have been entered 2009-05-11 20:20:11 +00:00
switch_ivr_originate.c use define 2009-05-21 17:55:56 +00:00
switch_ivr_play_say.c FSCORE-373 2009-05-29 18:48:54 +00:00
switch_loadable_module.c here you go 2009-03-27 19:51:41 +00:00
switch_log.c Do not use struct fd_set uninitialized (always FD_ZERO() them, before using FD_SET() on a new one, or reusing them after select()). Fixes a segfault on solaris 2009-04-22 23:34:48 +00:00
switch_nat.c fix long delay in nat detection 2009-06-02 22:46:38 +00:00
switch_odbc.c Lets back this out since we should not be using this call for a UPDATE or DELETE query 2009-02-19 02:54:28 +00:00
switch_pcm.c update copyright 2009-02-13 23:37:37 +00:00
switch_regex.c accept asterisk N/X/Z/. notation everywhere regexes are expected when they start with _ 2009-05-12 17:10:57 +00:00
switch_resample.c make gaussian noise less noisy FSCORE-340 2009-03-23 01:59:35 +00:00
switch_rtp.c tweak rtp timing stuff 2009-06-04 18:56:34 +00:00
switch_scheduler.c doh 2009-03-03 00:21:11 +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 update copyright 2009-02-13 23:37:37 +00:00
switch_swig.i changes to language stuff 2006-09-20 21:59:50 +00:00
switch_time.c add configure checks for tm->tm_gmtoff and tm->tm_zone (FSBUILD-160) 2009-05-15 18:19:30 +00:00
switch_utils.c add netmask code for windows 2009-06-04 05:23:19 +00:00
switch_xml.c fix order of ops to enable logging sooner 2009-06-02 22:03:33 +00:00
switch_xml_config.c xml_config: Fix issue where default NULL strings were ignored on reload 2009-04-16 02:26:32 +00:00