You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/main
Mark Michelson 524efc5cd5
Increase the retry count when attempting to show channels. This apparently
19 years ago
..
db1-ast
editline fix up various compiler warnings found with gcc-4.3: 19 years ago
stdtime Compat fix for Solaris 19 years ago
Makefile Pass in the path to Zaptel for systems that install Zaptel headers in a separate location. 19 years ago
abstract_jb.c Commit a fix for some memory access errors pointed out by the valgrind2.txt 19 years ago
acl.c For FreeBSD, at least, the ifa_addr element could be NULL. 19 years ago
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c
app.c Add an option (transmit_silence) which transmits silence during both Record() and DTMF generation. The reason this is an option is that in order to transmit silence we have to setup a translation path. This may not be needed/wanted in all cases. 19 years ago
ast_expr2.c
ast_expr2.fl This is a fix for 2 things: a problem Terry was having in OSX with null pointers, which was my fault, as I probably forgot to run the sed script last time I made mods. So, I moved the fix into the flex input itself. Then, I found when I used flex 2.5.33, that it was using __STDC_VERSION__, and that's not real good; so I added back in a DIFFERENT sed script to fix that little mess. Tested everything, a couple different ways. Hope I did no harm, at the least. 19 years ago
ast_expr2.h
ast_expr2.y
ast_expr2f.c This is a fix for 2 things: a problem Terry was having in OSX with null pointers, which was my fault, as I probably forgot to run the sed script last time I made mods. So, I moved the fix into the flex input itself. Then, I found when I used flex 2.5.33, that it was using __STDC_VERSION__, and that's not real good; so I added back in a DIFFERENT sed script to fix that little mess. Tested everything, a couple different ways. Hope I did no harm, at the least. 19 years ago
asterisk.c Work around some silliness caused by sys/capability.h - this should fix compile errors a number of users have been experiencing. 19 years ago
astmm.c
astobj2.c Change the behavior of ao2_link(). Previously, in inherited a reference. 19 years ago
audiohook.c If audio suddenly gets fed into one side of a channel after a lapse of frames flush the other factory so that old audio does not remain in the factory causing the sync code to not execute. 19 years ago
autoservice.c Shorten the ast_waitfor() timeout from 500 ms to 50 ms in the autoservice thread. 19 years ago
buildinfo.c
callerid.c
cdr.c Move where unanswered CDRs are dropped to the CDR core, not everything uses app_dial. 19 years ago
channel.c Increase the retry count when attempting to show channels. This apparently 19 years ago
chanvars.c
cli.c Correctly display a message if a command could not be found. 19 years ago
coef_in.h
coef_out.h
config.c (closes issue #11442) 19 years ago
cryptostub.c
db.c
devicestate.c Don't pass an empty string as the device name. 19 years ago
dial.c add missing break to case AST_CONTROL_SRCUPDATE 19 years ago
dlfcn.c
dns.c Initialize the __res_state structure used for dns purposes 19 years ago
dnsmgr.c When deleting a task from the scheduler, ignoring the return value could 19 years ago
dsp.c We need to make sure we free the input frame if we return a different frame in ast_dsp_process. 19 years ago
ecdisa.h
enum.c
file.c Only try to prefix language if we are not using an absolute path (suffix it otherwise). 19 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c Put this flag back so we don't change the API. 19 years ago
fskmodem.c
global_datastores.c Add missing header file and ASTERISK_FILE_VERSION usage. 19 years ago
http.c Comment explaining how to force browser to always read some html files from server. 19 years ago
image.c
indications.c
io.c Fixing a typo in a comment. 19 years ago
jitterbuf.c
loader.c Use the lock (which already existed, it just wasn't used) on the updaters list to protect the contents instead of the overall module list lock. 19 years ago
logger.c Make sure logger is reloaded at general reload in the cli. 19 years ago
manager.c Fix a race condition in the manager. It is possible that a new manager event 19 years ago
md5.c
netsock.c
pbx.c It's possible that a channel can have an async goto on the successful execution of an application as well. 19 years ago
plc.c
poll.c
privacy.c
rtp.c Don't change the SSRC when a new source comes into play, this might happen quite often and depending on the remote side... they might not like this. 19 years ago
say.c Fixing Portuguese syntax for saying dates and times. Also some coding guidelines cleanup. 19 years ago
sched.c
sha1.c
slinfactory.c If audio suddenly gets fed into one side of a channel after a lapse of frames flush the other factory so that old audio does not remain in the factory causing the sync code to not execute. 19 years ago
srv.c Return the proper value when the srv_callback function executes properly. 19 years ago
strcompat.c
tdd.c
term.c
threadstorage.c Make the lock in the threadstorage debugging code untracked to avoid a deadlock 19 years ago
translate.c Fix a bug that I just noticed in the RTP code. The calculation for setting the 19 years ago
udptl.c fix up various compiler warnings found with gcc-4.3: 19 years ago
ulaw.c
utils.c Fix 1.4 build when LOW_MEMORY is enabled. 19 years ago