.. |
include
|
fix races in bypass media regarding channel signalling that may cause answer to be skipped
|
2011-08-19 16:25:32 -05:00 |
mod
|
FS-3517 --resolve
|
2011-08-22 08:11:05 -05:00 |
.gitignore
|
…
|
|
CMakeLists.txt
|
…
|
|
Makefile.am
|
…
|
|
fs_encode.c
|
bump copyright date and fix some email and typos from diego.
|
2011-01-05 10:09:04 -06:00 |
g711.c
|
…
|
|
inet_pton.c
|
…
|
|
switch.c
|
FS-3166 --resolve
|
2011-04-22 16:43:29 -05:00 |
switch_apr.c
|
lower this socket write timeout to 60 seconds
|
2011-07-28 11:20:34 -05:00 |
switch_buffer.c
|
add some various api util
|
2011-06-09 12:17:32 -05:00 |
switch_caller.c
|
allow creation of arbitrary profile vars
|
2011-05-13 15:29:40 -05:00 |
switch_channel.c
|
fix races in bypass media regarding channel signalling that may cause answer to be skipped
|
2011-08-19 16:25:32 -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
|
more code analysis mostly trivial except string formating changes
|
2011-06-01 22:36:19 -05:00 |
switch_core.c
|
FS-3415 --resolve
|
2011-08-10 07:58:02 -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
|
adding fix that was reported on the mailing list and thoughtlessly left there to rot despite my begging them to open a JIRA
|
2011-04-19 13:51:08 -05:00 |
switch_core_db.c
|
no this is better the other way
|
2011-03-06 20:57:26 -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
|
reset handler field on filehandles so it gets cleared on reuse reported by bevenky on irc
|
2011-08-16 15:50:29 -05:00 |
switch_core_hash.c
|
add some various api util
|
2011-06-09 12:17:32 -05:00 |
switch_core_io.c
|
media_bug: Fix for rare race condition. More work required to make media bug safe.
|
2011-03-27 00:34:07 -04:00 |
switch_core_media_bug.c
|
add vars: flip_record_on_hold to make the recording flip to the other leg on hold, record_check_bridge to make recording the same file on the opposite leg of a bridge considered a duplicate attempt and record_toggle_on_repeat to make repeat recording the same file toggle the recording off
|
2011-05-31 22:22:18 -05:00 |
switch_core_memory.c
|
add debug
|
2011-06-30 18:59:35 -05: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 races in bypass media regarding channel signalling that may cause answer to be skipped
|
2011-08-19 16:25:32 -05: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
|
FS-3509 --resolve
|
2011-08-17 09:34:56 -05:00 |
switch_core_state_machine.c
|
fix races in bypass media regarding channel signalling that may cause answer to be skipped
|
2011-08-19 16:25:32 -05: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
|
mod_dptools: add transfer_on_failure ext/dp/context to play_and_get_digits
|
2011-08-18 20:29:52 -07:00 |
switch_dso.c
|
…
|
|
switch_event.c
|
only do the 10 second pause, not the reduction in max_sessions when the event system overloads
|
2011-08-16 11:03:29 -05:00 |
switch_ivr.c
|
fix races in bypass media regarding channel signalling that may cause answer to be skipped
|
2011-08-19 16:25:32 -05:00 |
switch_ivr_async.c
|
FS-3510 --resolve make all instances of execute_on_X uniform with api_on_X and support both prefix vars as before and usage of arrays to push several exexute_on or api_on records into one variable
|
2011-08-18 09:11:45 -05:00 |
switch_ivr_bridge.c
|
check for answer flag in bridge to do display update properly
|
2011-08-05 09:31:21 -05: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
|
fix races in bypass media regarding channel signalling that may cause answer to be skipped
|
2011-08-19 16:25:32 -05:00 |
switch_ivr_play_say.c
|
mod_dptools: add transfer_on_failure ext/dp/context to play_and_get_digits
|
2011-08-18 20:29:52 -07: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
|
…
|
|
switch_limit.c
|
…
|
|
switch_loadable_module.c
|
back off locking contention so you can query for other interfaces while a module is loading that locks the interfaces hash
|
2011-08-16 13:26:43 -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
|
FS-3359 --resolve also added %y to printf macros to replace ' with \'
|
2011-07-07 15:08:23 -05:00 |
switch_nat.c
|
Lower NAT port mapping disabled log msg from WARNING to INFO
|
2011-04-19 14:21:33 -05:00 |
switch_odbc.c
|
FS-2960
|
2011-01-10 11:27:26 -06:00 |
switch_pcm.c
|
add L16 def for 32ms and allow timer matrix to drop to 1ms to support nelly
|
2011-04-12 09:47:11 -05:00 |
switch_profile.c
|
…
|
|
switch_regex.c
|
FS-3315 Fix this differently convert to cdecl so SWIG likes
|
2011-06-01 10:48:42 -05:00 |
switch_resample.c
|
allow -1 as silence generation divisor to specify only zeroes silence
|
2011-05-25 23:16:24 -04:00 |
switch_rtp.c
|
print ip:port on rtp bind err
|
2011-08-01 23:55:58 -05: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
|
lower log-level of failed ivr_originate
|
2011-06-06 17:54:17 +00:00 |
switch_swig.i
|
…
|
|
switch_time.c
|
last commit for --enable-timerfd-wrapper (autoheadache)
|
2011-06-30 18:30:24 -05:00 |
switch_utils.c
|
FS-3099 --resolve
|
2011-07-28 17:13:38 -05:00 |
switch_xml.c
|
FS-3380 --resolve Bad calling conventions for Windows
|
2011-06-29 11:30:31 -05:00 |
switch_xml_config.c
|
fix trivial comiler warning for last commit
|
2011-04-28 14:39:24 -05:00 |
tone2wav.c
|
bump copyright date and fix some email and typos from diego.
|
2011-01-05 10:09:04 -06:00 |