freeswitch/src
Raymond Chandler 46768af7cb add number translation module 2013-04-01 21:00:26 -04:00
..
include clean up proxy media mode 2013-03-31 21:27:27 -05:00
mod add number translation module 2013-04-01 21:00:26 -04:00
.gitignore
CMakeLists.txt
Makefile.am
fs_encode.c fs_encode: load mod_spandsp before loading mod_native_file so that the latter picks up all the codecs offered by the former 2013-03-22 16:40:42 -07:00
g711.c
inet_pton.c FS-4445 start enabling windows IPV6 support 2012-10-17 22:36:47 -05:00
switch.c FS-5238 --resolve 2013-03-27 16:50:10 -05:00
switch_apr.c FS-4876 reverting this to default 2012-12-17 11:29:15 -06:00
switch_buffer.c
switch_caller.c add a few fields 2012-10-11 11:04:09 -05:00
switch_channel.c remove debug code 2013-03-29 22:12:54 -05:00
switch_config.c
switch_console.c FS-4694 --resolve 2012-10-17 09:17:16 -05:00
switch_core.c wip 2013-03-31 21:27:22 -05:00
switch_core_asr.c FS-4527 --resolve add resample core support for asr. This code is very isolated and only effects mod_unimrcp at this time. 2012-10-10 14:20:07 -05:00
switch_core_cert.c support tls dir options properly 2013-03-31 21:27:26 -05:00
switch_core_codec.c make opus work, omfg .. serious??? you need to always advertise it as stereo using the standard way then specify it in the fmtp insread just to complicate things.... that's not cool =/ 2013-03-31 21:27:25 -05:00
switch_core_db.c FS-5141 revert f8d769ae1c from FS-4289 2013-03-05 09:07:02 -06:00
switch_core_directory.c
switch_core_event_hook.c remove unused resurrect code 2012-08-22 16:27:07 -05:00
switch_core_file.c fix trivial compiler warnings 2013-02-20 16:36:41 -06:00
switch_core_hash.c Fix compiler warnings. 2012-10-05 16:48:03 +00:00
switch_core_io.c remove debug code 2013-03-22 15:52:36 -05:00
switch_core_media.c workaround for silly https://code.google.com/p/chromium/issues/detail?id=177099 2013-03-31 21:27:27 -05:00
switch_core_media_bug.c add SMBF_ONE_ONLY flag and use it on dtmf detectors 2013-03-27 17:19:40 -05:00
switch_core_memory.c cleanup 2013-02-18 13:54:34 -06:00
switch_core_port_allocator.c
switch_core_rwlock.c
switch_core_session.c expose some rtp func via media handle 2013-03-31 21:27:15 -05:00
switch_core_speech.c
switch_core_sqldb.c fix shutdown race in queue managers 2013-03-14 13:35:42 -05:00
switch_core_state_machine.c fix race condition in state thread 2013-02-22 17:46:54 -06:00
switch_core_timer.c
switch_cpp.cpp Fixing the only place where parms is used instead of params. 2013-02-04 12:20:25 -06:00
switch_curl.c
switch_dso.c
switch_event.c FS-4928 2012-12-11 14:05:03 -06:00
switch_ivr.c FS-5242 2013-03-29 10:54:45 -05:00
switch_ivr_async.c FS-5011 add sync up flags so neither file writes data until audio is moving both ways 2013-03-28 10:41:28 -05:00
switch_ivr_bridge.c tweaks for caller id in certian uuid_bridge situations 2013-03-28 22:17:28 -05:00
switch_ivr_menu.c Add missing IVR config item: confirm-key. Variable was being passed into the init function but it never got put into the data struct 2013-02-20 09:45:06 -08:00
switch_ivr_originate.c dont ever return success when we don't end up with a new session 2013-03-28 11:24:49 -04:00
switch_ivr_play_say.c omg it can make calls ... long way to go ... 2013-03-31 21:27:15 -05:00
switch_ivr_say.c fix recursion error 2012-12-10 10:56:07 -06:00
switch_json.c Add cJSON_Duplicate() function from upstream source. 2013-02-11 18:53:37 +00:00
switch_limit.c FS-4792 --resolve sure 2012-11-05 06:37:01 -06:00
switch_loadable_module.c FS-4846 --resolve 2013-03-07 16:21:37 -06:00
switch_log.c print extended debug messages at alert level 2012-10-23 18:14:27 -04:00
switch_mprintf.c
switch_nat.c
switch_odbc.c More descriptive ODBC error messages. 2012-10-30 18:19:13 +00:00
switch_pcm.c
switch_pgsql.c bump 2012-11-19 18:21:25 -06:00
switch_profile.c
switch_regex.c
switch_resample.c FS-5230 --resolve this was actually a bug in the -1 val in send_silence_when_idle 2013-03-27 13:52:03 -05:00
switch_rtp.c fix zrtp build 2013-04-01 09:13:39 -05:00
switch_scheduler.c fix a few rare race conditions that could lead to a lockup 2013-03-13 16:10:42 -05:00
switch_sdp.c build sdp lib inline w/ core 2013-03-31 21:27:22 -05:00
switch_stun.c MILESTONE: working inbound calls 2013-03-31 21:27:17 -05:00
switch_swig.c
switch_swig.i
switch_time.c FS-4646 --resolve thanks for the update 2013-01-22 10:01:52 -06:00
switch_utils.c add switch_print_host 2013-03-31 21:27:25 -05:00
switch_xml.c FS-5166 --resolve exec for windows 2013-03-13 22:24:25 -05:00
switch_xml_config.c strtoll correction for windows 2012-10-23 12:08:40 -05:00
tone2wav.c