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
Joshua Colp 156a6cf5db
If the Packet2Packet bridge is being broken because of a masquerade then attempt to read a frame in so the masquerade actually happens. Otherwise weirdness will occur. (issue #8696 reported by kjotte)
19 years ago
..
db1-ast These are already set by the parent Makefile.. 19 years ago
editline a couple Solaris tweaks, to help build properly. 19 years ago
stdtime Minor fixes for Solaris. 19 years ago
Makefile remove some now-unnecessary explicit includes of autoconfig.h 19 years ago
abstract_jb.c Merge team/russell/frame_caching 19 years ago
acl.c ------------------------------------------------------------------------ 19 years ago
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c
app.c Issue #8246 - Doxygen fixes from kshumard. 19 years ago
ast_expr2.c removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to frame.c to avoid build-killing compiler warnings. 19 years ago
ast_expr2.fl removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to frame.c to avoid build-killing compiler warnings. 19 years ago
ast_expr2.h
ast_expr2.y removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to frame.c to avoid build-killing compiler warnings. 19 years ago
ast_expr2f.c removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to frame.c to avoid build-killing compiler warnings. 19 years ago
asterisk.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
astmm.c allow 'show memory' and 'show memory summary' to distinguish memory allocations that were done for caching purposes, so they don't look like memory leaks 19 years ago
autoservice.c update thread creation code a bit 19 years ago
buildinfo.c
callerid.c Add the missing call to free described in issue #8268. Also, add a bunch of 19 years ago
cdr.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
channel.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
chanvars.c make platforms that use mutexes in stdio.h happy 19 years ago
cli.c Fix some deprecated commands. 19 years ago
coef_in.h
coef_out.h
config.c Merged revisions 47686,47688-47689 via svnmerge from 19 years ago
cryptostub.c
db.c apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process 19 years ago
devicestate.c update thread creation code a bit 19 years ago
dlfcn.c
dns.c
dnsmgr.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
dsp.c Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it! 19 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 since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to frame.c to avoid build-killing compiler warnings. 19 years ago
fskmodem.c
http.c saw this in passing... fix a small typo 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
loader.c Don't use promotion on Darwin because it doesn't seem to work quite right in all cases, this should solve the unresolved symbol issue people have been seeing. 19 years ago
logger.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
manager.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
md5.c
netsock.c Merged revisions 44955 via svnmerge from 19 years ago
pbx.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
plc.c
poll.c
privacy.c
rtp.c If the Packet2Packet bridge is being broken because of a masquerade then attempt to read a frame in so the masquerade actually happens. Otherwise weirdness will occur. (issue #8696 reported by kjotte) 19 years ago
say.c fix saying one hundred and two hundred in hebrew (issue #7810, eldadran) 19 years ago
sched.c
sha1.c
slinfactory.c Slight overhaul of the whisper support. 1. We need to duplicate the frame from ast_translate 2. We need to ensure we always have signed linear coming in for signed linear combining. 3. We need to ensure we are always feeding signed linear out. 4. Properly store and restore write format when beeping on the channel we are whispering on. 5. Properly discontinue the stream on the channel for the beep. (issue #8019 reported by timkelly1980) 19 years ago
srv.c
strcompat.c Only use alloca.h on OSes that have it. 19 years ago
tdd.c
term.c since these variables all have static duration, none of them need initializers (they default to zero anyway) 19 years ago
translate.c bug 8189 posted this fix for main/translate.c for PLC 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 These mods are to solve the problem in bug 7506. It's a lot of rework to solve a fairly small problem... such is life. 19 years ago