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
Tilghman Lesher e9d086a277
Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,
18 years ago
..
db1-ast clean up (and ignore) assembler and preprocessor intermediate files if any are created during the build 19 years ago
editline a couple of small Solaris-related fixes 18 years ago
stdtime Compat fix for Solaris 18 years ago
Makefile ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places needed 18 years ago
abstract_jb.c Make calls to ast_assert() actually test something, so that the error message 18 years ago
acl.c Merged revisions 127466 via svnmerge from 18 years ago
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c This patch solves problem 1 in 8126; it should not slow down the alaw codec, but should prevent signal degradation via multiple trips thru the codec. Fossil estimates the twice thru this codec will prevent fax from working. 4-6 times thru would result hearable, noticeable, voice degradation. 19 years ago
app.c If the last character in a string to be parsed is the delimiter, then we should 18 years ago
ast_expr2.c Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 19 years ago
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. 18 years ago
ast_expr2.h Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 19 years ago
ast_expr2.y Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508. 19 years ago
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. 18 years ago
asterisk.c The RDTSC instruction was introduced on the Pentium line of microprocessors, 18 years ago
astmm.c Remove a lock that doesn't make any sense. The regions lock needs to be held 19 years ago
astobj2.c Fix a memory leak in astobj2 that was pointed out by seanbright. When a container 18 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. 18 years ago
autoservice.c Short circuit the loop in autoservice_run if there are no channels to poll. 18 years ago
buildinfo.c
callerid.c Clearing up error messages so they make a bit more sense. Also removing a redundant error 18 years ago
cdr.c The CDRfix4/5/6 omnibus cdr fixes. 18 years ago
channel.c The CDRfix4/5/6 omnibus cdr fixes. 18 years ago
chanvars.c
cli.c When showing an error message for a command, don't shorten the command output, 18 years ago
coef_in.h
coef_out.h
config.c (closes issue #11594) 18 years ago
cryptostub.c
db.c Suppress a LOG_DEBUG message if debug is not enabled. 19 years ago
devicestate.c Don't pass an empty string as the device name. 18 years ago
dial.c add missing break to case AST_CONTROL_SRCUPDATE 18 years ago
dlfcn.c
dns.c Initialize the __res_state structure used for dns purposes 18 years ago
dnsmgr.c When deleting a task from the scheduler, ignoring the return value could 18 years ago
dsp.c It was possible for a reference to a frame which was part of a freed DSP to still be 18 years ago
ecdisa.h
enum.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
file.c Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 18 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c Add prototype for ast_dsp_frame_freed. I'm not sure how this was 18 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 19 years ago
global_datastores.c Backport fix for 11520--for some reason I didn't do this back in February when I patched for trunk. 18 years ago
http.c Improve some broken cookie parsing code. Previously, manager login over HTTP 18 years ago
image.c Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" 20 years ago
indications.c Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 18 years ago
io.c Fixing a typo in a comment. 18 years ago
jitterbuf.c Clean up a few things in the last commit to the adaptive jitterbuffer code. 19 years ago
loader.c Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow. 18 years ago
logger.c Separate verbose output from CLI output, by using a preamble. 18 years ago
manager.c When listing the manager users, managers in users.conf are not shown, even 18 years ago
md5.c
netsock.c Merged revisions 59608 via svnmerge from 19 years ago
pbx.c Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch, 18 years ago
plc.c
poll.c
privacy.c
rtp.c Check for rtcp structure before trying to delete schedule. 18 years ago
say.c Add support for saying numbers in Hebrew. 18 years ago
sched.c Make calls to ast_assert() actually test something, so that the error message 18 years ago
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. 18 years ago
srv.c Return the proper value when the srv_callback function executes properly. 18 years ago
strcompat.c Include stdarg.h for build issues on Solaris 19 years ago
tdd.c Bug fixes to tdd support in zaptel. 19 years ago
term.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
threadstorage.c Make the lock in the threadstorage debugging code untracked to avoid a deadlock 18 years ago
translate.c Fix a bug that I just noticed in the RTP code. The calculation for setting the 18 years ago
udptl.c Add ast_assert(), which can be used to handle fatal errors. It is only compiled 18 years ago
ulaw.c
utils.c In this debugging function, copy to a buffer instead of using potentially unsafe pointers. 18 years ago