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
Russell Bryant 1959929a2a
Improve the debouncing logic in the DTMF detector to fix some reliability
19 years ago
..
db1-ast
editline
stdtime
Makefile Merge changes from team/russell/iax_refcount. 19 years ago
abstract_jb.c
acl.c Add some fixes for building on Solaris. 19 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 Found another place where we should be using the umask (thanks jcmoore) 19 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 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.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 Doxygen formatting fixes; fixes errors while 'make progdocs'. (Closes issue #10104) 19 years ago
asterisk.c Merged revisions 72373 via svnmerge from 19 years ago
astmm.c Add some improvements to lock debugging. These changes take effect 19 years ago
astobj2.c This is a hack to maintain old behavior of chan_iax2. This ensures that if 19 years ago
autoservice.c
buildinfo.c
callerid.c Fix for building on PowerPC under Linux. 19 years ago
cdr.c From a complaint by jmls, I realize that the message in cdr_disposition is unnecessary. To get failure disposition, just return -1; no use having more than one case do that. 19 years ago
channel.c From a user complaint on #asterisk, I have forced pbx_spool to explain what reason codes mean, when they are logged 19 years ago
chanvars.c
cli.c (closes issue #10351) 19 years ago
coef_in.h
coef_out.h
config.c Fix an issue with using UpdateConfig (manager action) where escaped semicolons 19 years ago
cryptostub.c
db.c Merged revisions 71288 via svnmerge from 19 years ago
devicestate.c Merged revisions 67593 via svnmerge from 19 years ago
dial.c
dlfcn.c
dns.c Merged revisions 75304 via svnmerge from 19 years ago
dnsmgr.c Remember the DNS lookup done when dnsmgr is called for the first time so that it does not needlessly spit out changed messages when the host really didn't change. 19 years ago
dsp.c Improve the debouncing logic in the DTMF detector to fix some reliability 19 years ago
ecdisa.h
enum.c
file.c Don't bother having the core pass through or emulate begin DTMF frames when in an ast_waitstream. It only cares about the end of DTMF. 19 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c Put the speex packetization values back in but disable it when setting up the smoother. 19 years ago
fskmodem.c Merged revisions 77942 via svnmerge from 19 years ago
http.c
image.c
indications.c
io.c
jitterbuf.c
loader.c When shutting down "gracefully", go through and run the unload() callbacks for 19 years ago
logger.c Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never defined so the majority of ast_backtrace never 19 years ago
manager.c Eliminate a compiler warning with gcc 4.2 by constifying a char * 19 years ago
md5.c
netsock.c
pbx.c Make the deprecation warning inline with the code, instead of only in documentation (closes issue #10549) 19 years ago
plc.c
poll.c
privacy.c
rtp.c (closes issue #10526) 19 years ago
say.c Applications like SayAlpha() should not hang up the channel if you 19 years ago
sched.c
sha1.c
slinfactory.c Fix slinfactory logic when dealing with frames coming in that may already be in the signed linear format. 19 years ago
srv.c
strcompat.c Include stdarg.h for build issues on Solaris 19 years ago
tdd.c
term.c
threadstorage.c
translate.c Fix plc_samples warning when registering a translator. (issue #9897 reported by xylome) 19 years ago
udptl.c
ulaw.c
utils.c Don't send a semicolon over the wire in sip notify messages. 19 years ago