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 9e97695955
Merged revisions 193461 via svnmerge from
16 years ago
..
_private.h Merged revisions 184339 via svnmerge from 16 years ago
abstract_jb.h Merged revisions 135841,135847,135850 via svnmerge from 17 years ago
acl.h start using asterisk/network.h for network related headers. 18 years ago
adsi.h A lot of doxygen updates 18 years ago
ael_structs.h Merged revisions 136726 via svnmerge from 17 years ago
aes.h Fix a regression in Asterisk 1.6 related to the use of AES encryption. 18 years ago
aes_internal.h use the OpenSSL AES implementation if it's available (unless configured not to) 18 years ago
agi.h improve handling of API calls provided by loaded modules through use of some GCC features; this makes app_stack's usage of AGI APIs even cleaner, and will allow it to work 'as expected' either with or without res_agi being loaded 17 years ago
alaw.h A lot of doxygen updates 18 years ago
app.h Merged revisions 184693 via svnmerge from 16 years ago
ast_expr.h A lot of doxygen updates 18 years ago
ast_version.h Rename version.h to ast_version.h. Next, I will be re-adding version.h as an 18 years ago
astdb.h A lot of doxygen updates 18 years ago
astmm.h Fix malloc debug macros to work properly with h323. 16 years ago
astobj.h Merged revisions 129970 via svnmerge from 17 years ago
astobj2.h Merged revisions 192318 via svnmerge from 16 years ago
astosp.h 1. Re-format the code. 19 years ago
audiohook.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
autoconfig.h.in Merged revisions 191367 via svnmerge from 16 years ago
bridging.h Merge phase 1 support for the new bridging architecture. 16 years ago
bridging_features.h Merge phase 1 support for the new bridging architecture. 16 years ago
bridging_technology.h Merge phase 1 support for the new bridging architecture. 16 years ago
buildinfo.h try to get this committed before the buildbot complains about a broken tree 17 years ago
callerid.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
causes.h Fix "cancel answered elsewhere" through app_queue with members in chan_local. 17 years ago
cdr.h Merge ast_str_opaque branch (discontinue usage of ast_str internals) 17 years ago
channel.h Merged revisions 192318 via svnmerge from 16 years ago
chanvars.h Add additional memory debugging to several core APIs, and fix several memory 17 years ago
cli.h Introduce CLI permissions. 17 years ago
compat.h Merged revisions 184147 via svnmerge from 16 years ago
compiler.h 1. Make OS X compile cleanly with app_stack. 17 years ago
config.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
crypto.h Merged revisions 186321 via svnmerge from 16 years ago
datastore.h Merged revisions 192318 via svnmerge from 16 years ago
devicestate.h Merged revisions 184339 via svnmerge from 16 years ago
dial.h * Fixed timeout logic in the dialing API as setting timeouts 17 years ago
dlinkedlists.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
dns.h merge new_loader_completion branch, including (at least): 19 years ago
dnsmgr.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
doxyref.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
dsp.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
dundi.h incorporates r159808 from branches/1.4: 17 years ago
endian.h only include this for OpenBSD. At least FreeBSD is borked when including it 17 years ago
enum.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
event.h Merged revisions 193461 via svnmerge from 16 years ago
event_defs.h Merge some more changes from team/russell/events 17 years ago
extconf.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
features.h Merged revisions 173211 via svnmerge from 17 years ago
file.h Merged revisions 158072 via svnmerge from 17 years ago
frame.h Merged revisions 180372 via svnmerge from 16 years ago
fskmodem.h (Step 2 of 2) 17 years ago
fskmodem_float.h Optionally build integer-based routines for FSK tone decoding (but default 17 years ago
fskmodem_int.h Optionally build integer-based routines for FSK tone decoding (but default 17 years ago
global_datastores.h Merged revisions 172517 via svnmerge from 17 years ago
hashtab.h Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source. 16 years ago
heap.h Merged revisions 184512 via svnmerge from 16 years ago
http.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
image.h formatting cleanup on the header, 18 years ago
indications.h Fix build issues on Solaris and OpenBSD. 17 years ago
inline_api.h remove extraneous svn:executable properties 20 years ago
io.h Merged revisions 182847 via svnmerge from 16 years ago
jabber.h Fix a compile time error that occurs if OpenSSL is not installed. Reported by Noel Morais on the users mailing list 17 years ago
jingle.h Changed to temporary namespaces to match with latest XEPs. As soon as 17 years ago
linkedlists.h Merged revisions 187599 via svnmerge from 16 years ago
localtime.h Add schedule extensions to app_meetme. In addition, the reporter found a 17 years ago
lock.h Merged revisions 190093 via svnmerge from 16 years ago
logger.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
manager.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
md5.h Start untangling header inclusion in a way that does not affect 18 years ago
mod_format.h Use a 32k file buffer on recordings, which increases the efficiency of file recording. 17 years ago
module.h incorporates r159808 from branches/1.4: 17 years ago
monitor.h Fix building that was broken by recent monitor.h changes. Thanks Russell for pointing this out (and pointing out what I probably did to prevent gcc from fixing it - don't ctrl-C builds) 18 years ago
musiconhold.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
netsock.h Remove astobj.h from some places where it wasn't needed 17 years ago
network.h Get default entity ID determination working on Linux again 17 years ago
optional_api.h 1. Make OS X compile cleanly with app_stack. 17 years ago
options.h Add option to hide console connect messages 17 years ago
paths.h modify http://svn.digium.com/view/asterisk?view=rev&rev=93603 18 years ago
pbx.h Merged revisions 185912 via svnmerge from 16 years ago
plc.h Start untangling header inclusion in a way that does not affect 18 years ago
poll-compat.h Merged revisions 182847 via svnmerge from 16 years ago
privacy.h remove extraneous svn:executable properties 20 years ago
pval.h Merged revisions 162013 via svnmerge from 17 years ago
res_odbc.h Merged revisions 185912 via svnmerge from 16 years ago
rtp.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
say.h Fixed some doxygen comments 17 years ago
sched.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
sha1.h Start untangling header inclusion in a way that does not affect 18 years ago
slin.h Merge codec_consistency branch. This should make sample usage much happier. 17 years ago
slinfactory.h improve slinfactory API to remove implicit sample rate and require explicit sample rate selection by creator of the slinfactory 17 years ago
smdi.h Merged revisions 104119 via svnmerge from 18 years ago
speech.h Merged revisions 79334 via svnmerge from 18 years ago
srv.h Merged revisions 88862 via svnmerge from 18 years ago
stringfields.h Merged revisions 192357 via svnmerge from 16 years ago
strings.h Merged revisions 185912 via svnmerge from 16 years ago
taskprocessor.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
tcptls.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
tdd.h Additional TDD changes (preparing for SIP changes - adding TDD support to SIP) 18 years ago
term.h Move all the XML documentation API from pbx.c to xmldoc.c. 17 years ago
threadstorage.h Merged revisions 177701 via svnmerge from 17 years ago
time.h Fix a bunch of places where \arg was used instead of \param. Using \arg 17 years ago
timing.h Merged revisions 184762 via svnmerge from 16 years ago
transcap.h Doxygen updates, formatting. 18 years ago
translate.h Convert casts to unions, to fix alignment issues on Solaris 17 years ago
udptl.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 16 years ago
ulaw.h Doxygen updates, formatting. 18 years ago
unaligned.h * In unaligned.h, remove some unnecessary casts and mark the arg of the 18 years ago
utils.h Merged revisions 184630 via svnmerge from 16 years ago
xml.h Remove trailing whitespaces 17 years ago
xmldoc.h Remove trailing whitespaces 17 years ago