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 5fdc354155
Fulfull a feature request from Qwell on the "core show locks" output. It will
19 years ago
..
abstract_jb.h merge new_loader_completion branch, including (at least): 20 years ago
acl.h improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus modifications) 21 years ago
adsi.h move ADSI functionality into ast_ namespace 20 years ago
ael_structs.h The fix for the AEL <<security hole>> (bug 9316) is here... 20 years ago
aes.h remove extraneous svn:executable properties 21 years ago
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 remove extraneous svn:executable properties 21 years ago
astdb.h remove extraneous svn:executable properties 21 years ago
astmm.h 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 20 years ago
astobj.h Commiting bugfix 5310. added functions to astobj 21 years ago
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 Updates from transnexus to osplookup, removes res_osp 20 years ago
autoconfig.h.in Add checking for libusb here, so nobody has to deal with conflicts in the 19 years ago
callerid.h remove the WITH_SMDI define 20 years ago
causes.h remove extraneous svn:executable properties 21 years ago
cdr.h Merged revisions 65172 via svnmerge from 19 years ago
channel.h if an Agent is redirected, the base channel should actually be redirected. This was causing multiple issues, especially issue 7706 and BE-160 19 years ago
chanspy.h Make the difference clear about what the responsibilities of the core and a spy are when it comes to spying on a channel. The core is responsible for adding a spy to a channel, feeding frames into the spy, removing the spy from the channel, and notifying the spy that is has been detached. The spy is responsible for reading frames in, and cleaning itself up. Each side will not try to do the other's job. 20 years ago
chanvars.h Bug 5858 - Make the chanvars.c functions return a 'const char *' 21 years ago
cli.h merge qwell's CLI verbification work 20 years ago
compat.h To be able to achieve the things that we would like to achieve with the 19 years ago
compiler.h Put attribute tag at correct place 20 years ago
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 removal of trailing whitespace and useless 'extern' 21 years ago
devicestate.h Fix the documentation on the return values from device state provider 20 years ago
dial.h Change ast_set_state_callback() to ast_dial_set_state_callback() 20 years ago
dlfcn-compat.h remove extraneous svn:executable properties 21 years ago
dns.h merge new_loader_completion branch, including (at least): 20 years ago
dnsmgr.h add an updated patch that adds dnsmgr support for outgoing iax2 registrations 20 years ago
doxyref.h Issue #8246 - Doxygen fixes from kshumard. 20 years ago
dsp.h remove extraneous svn:executable properties 21 years ago
dundi.h remove extraneous svn:executable properties 21 years ago
endian.h various minor portability fixes (mostly from tholo for OpenBSD) 20 years ago
enum.h Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar! 20 years ago
features.h When executing a dynamic feature, don't look it up a second time by digit pattern 19 years ago
file.h Fix an issue that can occur when you do an attended transfer to parking. If 19 years ago
frame.h Issue #8246 - Doxygen fixes from kshumard. 20 years ago
fskmodem.h trailing whitespace/ useless extern removal 21 years ago
http.h When serving dynamic content, include a Cache-Control header to instruct the 19 years ago
image.h removal of trailing whitespace and useless 'extern' 21 years ago
indications.h merge new_loader_completion branch, including (at least): 20 years ago
inline_api.h remove extraneous svn:executable properties 21 years ago
io.h removal of trailing whitespace and useless 'extern' 21 years ago
jabber.h Various string length fixes. Removed an unused variable in aji_client structure (context) 19 years ago
jingle.h asterisk-xmpp merge in 20 years ago
linkedlists.h Fix the return value of AST_LIST_REMOVE(). This shouldn't be causing any 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 Fulfull a feature request from Qwell on the "core show locks" output. It will 19 years ago
logger.h Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) 20 years ago
manager.h To be able to achieve the things that we would like to achieve with the 19 years ago
md5.h remove extraneous svn:executable properties 21 years ago
module.h Fix the AST_MODULE_INFO macro for C++ modules. The load and reload parameters 19 years ago
monitor.h these functions never should have been non-static or in a header file 20 years ago
musiconhold.h merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be) 20 years ago
netsock.h remove extraneous svn:executable properties 21 years ago
options.h move extern declaration for this option to a header file where it belongs 20 years ago
paths.h Fixing a comment 20 years ago
pbx.h merge markster's usersconf branch with some slight changes 20 years ago
plc.h Merged revisions 34087 via svnmerge from 20 years ago
poll-compat.h remove extraneous svn:executable properties 21 years ago
privacy.h remove extraneous svn:executable properties 21 years ago
res_odbc.h move ODBC API into ast_ namespace 20 years ago
rtp.h The AUDIORTPQOS and VIDEORTPQOS variables are not fully functional in some 20 years ago
say.h move to a different file (channel.c for the time being) the 20 years ago
sched.h gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of 19 years ago
sha1.h merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found 21 years ago
slinfactory.h Merge team/russell/frame_caching 20 years ago
smdi.h clean up SMDI support commit: 21 years ago
speech.h Instead of accepting a single DTMF character accept a full string. 19 years ago
srv.h merge new_loader_completion branch, including (at least): 20 years ago
stringfields.h Fix some compiler warnings in C++ modules. 19 years ago
strings.h Merge changes from team/russell/iax_refcount. 19 years ago
tdd.h trailing whitespace/ useless extern removal 21 years ago
term.h woohoo safe out put! 20 years ago
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 remove extraneous svn:executable properties 21 years ago
translate.h Fix handling of zero-length frames when a codec is capable of native PLC. 19 years ago
udptl.h Merged revisions 34087 via svnmerge from 20 years ago
ulaw.h ugh. removing the diffs from ulaw.h and alaw.h for now; accidentally added them in 80166 19 years ago
unaligned.h remove extraneous svn:executable properties 21 years ago
utils.h use ast_localtime() in every place localtime_r() was being used 19 years ago