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
Olle Johansson 044aa79799
Bug fixes to tdd support in zaptel.
18 years ago
..
db1-ast clean up (and ignore) assembler and preprocessor intermediate files if any are created during the build 18 years ago
editline Fix build of editline on Solaris. 18 years ago
stdtime Also set up gmtoff (this is used in the %z gnu extension to strftime) 18 years ago
Makefile this update to Makefile corrects how ast_expr2f.c should be generated 18 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. 18 years ago
app.c When returning a DTMF digit from ast_control_streamfile cast it as a char so that 0 does not overlap with the success return code. 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 gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 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 should get rid of a really, really irritating warning generated by some 64-bit platforms from libc, where free(0) is frowned upon 18 years ago
asterisk.c When runuser/rungroup is specified, a remote console could only be attained by root 18 years ago
astmm.c Remove a lock that doesn't make any sense. The regions lock needs to be held 18 years ago
astobj2.c resolve a warning when not building under dev mode 18 years ago
autoservice.c update thread creation code a bit 19 years ago
buildinfo.c
callerid.c Fix for building on PowerPC under Linux. 19 years ago
cdr.c gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 18 years ago
channel.c Reworked deadlock avoidance in __ast_read. Restored audio to 18 years ago
chanvars.c
cli.c Fix an issue with console verbosity when running asterisk -rx to execute a command 18 years ago
coef_in.h
coef_out.h
config.c closes issue #8786 - where the [catname](!) and [catname](othercat1,othercat2,...) notation gets dropped across a ConfigUpdate (or any other thing that would cause a config file to be written). While I was at it, I also cleaned up some of the destroy routines to free up comments, which was not being done. Made sure the new struct I introduced is also cleaned up properly at destruction time. My code handles multiple template inclusions. Many thanks to ssokol for his patch, which, while not literally used in the final merge, served as a foundation for the fix. 18 years ago
cryptostub.c
db.c Suppress a LOG_DEBUG message if debug is not enabled. 18 years ago
devicestate.c Merged revisions 67593 via svnmerge from 19 years ago
dial.c Add a few more state changes in handle_frame_ownerless() so that the SLA code 19 years ago
dlfcn.c
dns.c (closes issue #10610) 18 years ago
dnsmgr.c gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 18 years ago
dsp.c Improve the debouncing logic in the DTMF detector to fix some reliability 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 gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 18 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 When serving dynamic content, include a Cache-Control header to instruct the 19 years ago
image.c Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" 19 years ago
indications.c
io.c Merged revisions 44168 via svnmerge from 19 years ago
jitterbuf.c Clean up a few things in the last commit to the adaptive jitterbuffer code. 19 years ago
loader.c Fixes for building under OpenSolaris. 18 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 Fix a copy/paste error in the description of UpdateConfig that was pointed 18 years ago
md5.c
netsock.c Merged revisions 59608 via svnmerge from 19 years ago
pbx.c After seeing crashes related to channel variables, I went looking around at the 18 years ago
plc.c
poll.c
privacy.c
rtp.c Bring both DTMF begin and end frames up through to the core for DTMF feature handling. 18 years ago
say.c We need to make sure to specify a language to ast_fileexists, otherwise it may fail for anything besides en 18 years ago
sched.c gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 18 years ago
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 Merge changes from asterisk/team/kpfleming/SRV-priority-handling 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. 18 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 Fix memory allocation issue in threadstorage. 18 years ago
translate.c Fix plc_samples warning when registering a translator. (issue #9897 reported by xylome) 19 years ago
udptl.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
ulaw.c
utils.c Add some more details to the output of "core show locks". When a thread 18 years ago