freeswitch/src
Anthony Minessale 4b62ff799e put transport in the request uri on outbound registers if register_transport is set and proxy does not already contain a transport param 2011-02-17 11:32:00 -06:00
..
include tell rtp stack about what remote payload type to expect when the receiving end follows the stupid SHOULD as WONT and sends a different dynamic payload number than the one in the offer 2011-02-15 16:09:58 -06:00
mod put transport in the request uri on outbound registers if register_transport is set and proxy does not already contain a transport param 2011-02-17 11:32:00 -06: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 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
fs_encode.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06: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 Add initial support for VS2010 2010-06-28 15:49:19 -05:00
switch.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_apr.c FS-3002: handle 2833 in do_flush instead of dropping valid dtmf 2011-01-21 16:03:32 -05:00
switch_buffer.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_caller.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_channel.c switch_channel: Add CS_NONE and correct variable name 2011-02-13 18:04:17 -05:00
switch_config.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_console.c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
switch_core.c switch_core: Add capability to specify core-db-name in switch.conf.xml to have sqlite in a different location. This is important for everyone with relatively 'high' sip registration since the addition of sip registration to the core require sqlite db to be moved to a faster location (Ramdisk for example). Useful for everyone who moved their sqlite db for sofia to ramdisk because of performance issue. 2011-02-15 01:49:41 -05:00
switch_core_asr.c MERGE: OpenMethods DTMF recognition via ASR modules 2011-01-26 14:56:05 -06:00
switch_core_codec.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_db.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_directory.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_event_hook.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_file.c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
switch_core_hash.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_io.c fix race with media bug exiting from write frame while read frame is trying to use it 2011-02-14 11:44:36 -06:00
switch_core_media_bug.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_memory.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_port_allocator.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_rwlock.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_session.c fix regression from d72cde9b76 2011-02-03 19:32:14 -06:00
switch_core_speech.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_sqldb.c switch_core_sqldb: Index column name wrong on table registrations. (This wont create the index for people who already have the table) 2011-02-15 02:24:43 -05:00
switch_core_state_machine.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_core_timer.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_cpp.cpp FS-3023 2011-02-02 11:04:49 -06:00
switch_dso.c switch_dso.c: FreeBSD(8.0) dlerror() returns const char*, add cast to char* to avoid a warning (and abort due to -Werror) 2010-04-24 11:18:49 +02:00
switch_event.c doh regression 2011-02-03 11:19:24 -06:00
switch_ivr.c fix unreachable condition with a null args to make any key stop playback/record etc without dequing and remove hard-coded flush digits in play_and_get_digits be sure to flush it yourself before using 2011-01-24 14:04:26 -06:00
switch_ivr_async.c Merge branch 'openmethods-merged-dtmf-20110126' of git://scm.dashjr.org/var/scmroot/git/freeswitch 2011-01-31 14:13:03 -06:00
switch_ivr_bridge.c allow uuid bridge on unaswered channels as long as there is media available on at least one 2011-02-15 17:43:22 -06:00
switch_ivr_menu.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_ivr_originate.c add execute_on_originate var '<app> <arg>' to run in origination thread or '<app>::<arg>' to run async. also originating_leg_uuid variable to show the uuid of the originating leg on an outbound channel 2011-01-20 13:52:00 -06:00
switch_ivr_play_say.c fix unreachable condition with a null args to make any key stop playback/record etc without dequing and remove hard-coded flush digits in play_and_get_digits be sure to flush it yourself before using 2011-01-24 14:04:26 -06:00
switch_ivr_say.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_json.c FSBUILD-296 Fix VS2008 code analysis build 2010-08-24 08:55:00 -05:00
switch_limit.c FSCORE-637 - limit - reset rate and release resource apis 2010-07-20 22:21:32 -05:00
switch_loadable_module.c don't hold loadable_modules.mutex while a module shutdown function is run, so that we do not prevent new channels from being created. 2011-01-24 17:55:18 -05:00
switch_log.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_mprintf.c skip dialplan args with bad char sequences 2010-03-03 18:31:19 +00:00
switch_nat.c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
switch_odbc.c FS-2960 2011-01-10 11:27:26 -06:00
switch_pcm.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_profile.c FSCORE-570 2010-03-15 18:01:38 +00:00
switch_regex.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_resample.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_rtp.c tell rtp stack about what remote payload type to expect when the receiving end follows the stupid SHOULD as WONT and sends a different dynamic payload number than the one in the offer 2011-02-15 16:09:58 -06:00
switch_scheduler.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_stun.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_swig.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_swig.i
switch_time.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
switch_utils.c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
switch_xml.c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
switch_xml_config.c xml_config: change min/max enforcements to >= instead of > 2011-02-06 01:28:51 -05:00
tone2wav.c bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00