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/include/asterisk
Russell Bryant 12d60508f3
Temporarily revert revision 89325, which added md5 magic for keeping track of
18 years ago
..
abstract_jb.h
acl.h
adsi.h
ael_structs.h closes issue #11086 where a user complains that references to following contexts report a problem; The problem was REALLy that he was referring to empty contexts, which were being ignored. Reporter stated that empty contexts should be OK. I checked it out against extensions.conf, and sure enough, empty contexts ARE ok. So, I removed the restriction from AEL. This, though, highlighted a problem with multiple contexts of the same name. This should be OK, also. So, I added the extend keyword to AEL, and it can preceed the 'context' keyword (mixed with 'abstract', if nec.). This will turn off the warnings in AEL if the same context name is used 2 or more times. Also, I now call ast_context_find_or_create for contexts now, instead of just ast_context_create; I did this because pbx_config does this. The 'extend' keyword thus becomes a statement of intent. AEL can now duplicate the behavior of pbx_config, 19 years ago
aes.h
agi.h Add a new patch to handle interrupting the fgets() call when using FastAGI. 19 years ago
alaw.h ugh. removing the diffs from ulaw.h and alaw.h for now; accidentally added them in 80166 19 years ago
app.h Change a couple of header files to not use "new", which is a reserved keyword 19 years ago
ast_expr.h
astdb.h
astmm.h
astobj.h
astobj2.h This should fix a build issue that people building against uClibc were seeing with the addition of astobj2 19 years ago
astosp.h
autoconfig.h.in Add checking for libusb here, so nobody has to deal with conflicts in the 19 years ago
callerid.h
causes.h
cdr.h Merged revisions 65172 via svnmerge from 19 years ago
channel.h The channel needs to stay locked while running timer callbacks, as they access 19 years ago
chanspy.h
chanvars.h
cli.h Properly handle the case where read() may return the text for more than one 19 years ago
compat.h To be able to achieve the things that we would like to achieve with the 19 years ago
compiler.h
config.h Changed the behavior of sip's realtime_peer function to match the corresponding way of matching for non-realtime peers. 19 years ago
crypto.h
devicestate.h Fix the documentation on the return values from device state provider 19 years ago
dial.h Change ast_set_state_callback() to ast_dial_set_state_callback() 19 years ago
dlfcn-compat.h
dns.h
dnsmgr.h
doxyref.h
dsp.h
dundi.h
endian.h
enum.h
features.h When executing a dynamic feature, don't look it up a second time by digit pattern 19 years ago
file.h I introduced a new member to the ast_filestream struct in 1.4.12, but put it 19 years ago
frame.h use a macro instead of an inline function, so that backtraces will report the caller of ast_frame_free() properly 19 years ago
fskmodem.h
http.h When serving dynamic content, include a Cache-Control header to instruct the 19 years ago
image.h
indications.h
inline_api.h
io.h
jabber.h Various string length fixes. Removed an unused variable in aji_client structure (context) 19 years ago
jingle.h
linkedlists.h appending one list to another should leave the first list empty, and not require the user to do that 19 years ago
localtime.h Working on issue #10531 exposed a rather nasty 64-bit issue on ast_mktime, so we 19 years ago
lock.h We went to the trouble of creating a method of tracking failed trylocks, then never turned it on (oops). 19 years ago
logger.h Fix an issue with console verbosity when running asterisk -rx to execute a command 19 years ago
manager.h To be able to achieve the things that we would like to achieve with the 19 years ago
md5.h
module.h Temporarily revert revision 89325, which added md5 magic for keeping track of 18 years ago
monitor.h
musiconhold.h
netsock.h
options.h
paths.h
pbx.h After seeing crashes related to channel variables, I went looking around at the 19 years ago
plc.h
poll-compat.h
privacy.h
res_odbc.h
rtp.h The AUDIORTPQOS and VIDEORTPQOS variables are not fully functional in some 19 years ago
say.h
sched.h gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 19 years ago
sha1.h
slinfactory.h
smdi.h
speech.h Instead of accepting a single DTMF character accept a full string. 19 years ago
srv.h update comment to match the state of the code 19 years ago
stringfields.h Rename ast_string_field_free_pool to ast_string_field_free_memory, 19 years ago
strings.h Make a few changes so that characters in the upper half of the ISO-8859-1 19 years ago
tdd.h
term.h
threadstorage.h Add some fixes for building on Solaris. 19 years ago
time.h Solaris 10 sometimes (?) needs this include in order to have NULL defined. 19 years ago
transcap.h
translate.h Fix handling of zero-length frames when a codec is capable of native PLC. 19 years ago
udptl.h
ulaw.h ugh. removing the diffs from ulaw.h and alaw.h for now; accidentally added them in 80166 19 years ago
unaligned.h
utils.h use ast_localtime() in every place localtime_r() was being used 19 years ago