freeswitch/src
Anthony Minessale II b578aa7c9e Merge pull request #86 in FS/freeswitch from ~HRISTO/freeswitch:proper-ptime-detection-with-packet-loss to master
* commit 'd48057e23f97af11cbdc482b20a06eaba776ea82':
  account for lost frames during ptime detection
2014-10-09 11:53:25 -05:00
..
include FS-6887 #resolve #comment new bug flag always_auto_adjust (also implicitly sets accept_any_packets) 2014-10-02 11:55:53 -05:00
mod mod_rayo: fix error in SRGS grammar parser... <one-of><item>7</item><item>715</item></one-of> will return MATCH_END with input of 7 instead of MATCH since 715 is a potential match with further input. 2014-10-09 11:41:22 -04:00
.gitignore
CMakeLists.txt Completely unbundle speex 2014-03-20 15:28:25 +00:00
Makefile.am
fs_encode.c move speex codec into the core since it already has speex anyway 2014-02-15 02:40:02 +05:00
g711.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
inet_pton.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch.c add support for cache directory 2014-08-31 20:22:08 -04:00
switch_apr.c this was alraedy in there, whoops 2014-09-28 10:40:57 -04:00
switch_buffer.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_caller.c check return value of switch_vasprintf 2014-04-28 09:54:20 -04:00
switch_channel.c FS-6888 #resolve #comment fix regression from refactoring new feature 2014-10-03 10:17:41 -05:00
switch_config.c CID: 1210583 2014-05-14 19:37:57 +00:00
switch_console.c Silence warning from clang-3.5 dealing with redefining the variable argv which is first defined as a function parameter 2014-08-02 19:47:07 -07:00
switch_core.c Name variable `storage_dir` 2014-09-04 20:57:28 +00:00
switch_core_asr.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_cert.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_core_codec.c first pass of stereo support 2014-06-12 22:06:33 +05:00
switch_core_db.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_directory.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_event_hook.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_file.c first pass of stereo support 2014-06-12 22:06:33 +05:00
switch_core_hash.c FS-6453 --resolve 2014-04-11 03:24:14 +05:00
switch_core_io.c FS-6757 FS-6713 FS-6868 FS-6863 FS-6858 #resolve #comment 5 bugs one typo. From commit 1b612fecb6 2014-09-29 19:26:32 +05:00
switch_core_media.c account for lost frames during ptime detection 2014-10-09 11:37:52 +02:00
switch_core_media_bug.c FS-6713 #comment remove debug 2014-08-05 22:14:10 +05:00
switch_core_memory.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_port_allocator.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_rwlock.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_core_session.c %FEATURE Add new feature to filter the SDP on bypass_media calls to remove or limit codecs. 2014-10-01 01:28:10 +05:00
switch_core_speech.c first pass of stereo support 2014-06-12 22:06:33 +05:00
switch_core_sqldb.c Show initial channel values with `show channels` 2014-05-24 08:42:54 +00:00
switch_core_state_machine.c call recovery_track on recovering channels once the recovery has completed and fix race condition with repeated recovery 2014-07-16 21:40:23 +05:00
switch_core_timer.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_cpp.cpp fix return value 2014-09-06 18:29:19 +08:00
switch_curl.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_dso.c make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
switch_event.c fold livetables into verto obj and expose moderator mode 2014-07-12 03:27:08 +05:00
switch_hashtable.c FS-6453 --resolve 2014-04-11 03:24:14 +05:00
switch_ivr.c use the more reliable offset_pos counter in file position parsing for seek in scripts 2014-09-23 21:01:25 +05:00
switch_ivr_async.c FS-6757 FS-6713 #comment please try latest master that has a new patch in it to address this issue 2014-09-02 23:56:46 +05:00
switch_ivr_bridge.c tweak some cid display issues 2014-08-19 03:25:28 +05:00
switch_ivr_menu.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_ivr_originate.c doh 2014-06-13 05:28:14 +05:00
switch_ivr_play_say.c add buffer_seconds param to shout filehandles to override the original default of 1 and remove previous code to attempt to buffer several seconds of audio in the open routine. Any experiencing jittery playback from slow shout destinations should add {buffer_seconds=N} to the file path to increase the amount of time allotted for buffering when no audio is discovered on the wire 2014-09-17 04:54:38 +05:00
switch_ivr_say.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_json.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_limit.c Lower log level of limit increases and releases 2014-08-28 01:40:36 +00:00
switch_loadable_module.c add chat to demo 2014-07-24 10:13:39 +05:00
switch_log.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_mprintf.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_nat.c tweak timeout a little as it was changing to 1000000 on the 5th try on return from switch_interval_time_from_timeval on OpenBSD 2014-07-23 15:39:33 -05:00
switch_odbc.c FS-3867: #resolve add special case for oracle alive query 2014-09-03 13:31:34 -04:00
switch_pcm.c add 44.1khz codec defs 2014-06-30 01:23:07 +05:00
switch_pgsql.c switch_pgsql.c switch_pgsql_next_result_timed() was using switch_time_now() for start time and switch_micro_time_now() for current time. These are different time sources that may not be in sync and could cause the query to timeout prematurely. 2014-10-07 09:33:19 -04:00
switch_profile.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_regex.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_resample.c can't have asserts here after all 2014-09-17 02:14:54 +05:00
switch_rtp.c FS-6887 #resolve #comment new bug flag always_auto_adjust (also implicitly sets accept_any_packets) 2014-10-02 11:55:53 -05:00
switch_scheduler.c free global pool on shutdown 2014-04-09 23:26:47 +05:00
switch_sdp.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_speex.c remove useless statement 2014-04-28 15:16:03 -04:00
switch_stfu.c minor jb improvement 2014-10-08 13:10:15 -05:00
switch_stun.c Add immediate sanity check on untrusted length 2014-04-08 21:08:02 +00:00
switch_swig.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
switch_swig.i
switch_time.c change from sqlite hash to newly added one 2014-03-09 00:37:17 +05:00
switch_utils.c %FEATURE Add new feature to filter the SDP on bypass_media calls to remove or limit codecs. 2014-10-01 01:28:10 +05:00
switch_version.c Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
switch_xml.c Fix spelling "Couldnt" -> "Couldn't" 2014-08-22 02:19:45 +00:00
switch_xml_config.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
tone2wav.c update copyright header for 2014 2014-02-12 12:08:56 -06:00