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 5665aa361f
Minor tweaks to comment blocks and includes.
16 years ago
..
doxygen Note where empty lines should reside in commit messages. 16 years ago
_private.h Unit Test Framework API 16 years ago
abstract_jb.h Expand codec bitfield from 32 bits to 64 bits. 16 years ago
acl.h Merge code associated with AST-2009-006 16 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 Allow AES to compile, when OpenSSL is not present. 16 years ago
aes_internal.h use the OpenSSL AES implementation if it's available (unless configured not to) 19 years ago
agi.h Redesigned 'optional API' support. 17 years ago
alaw.h A lot of doxygen updates 18 years ago
app.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
ast_expr.h Merge str_substitution branch. 17 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 Adding Tilghman's documentation from asterisk-dev to the actual file. 16 years ago
astobj.h Merged revisions 129970 via svnmerge from 18 years ago
astobj2.h fixes astobj2 unlinking of multiple objects when OBJ_MULTIPLE was disabled 16 years ago
astosp.h
audiohook.h fixes AUDIOHOOK_INHERIT regression 16 years ago
autochan.h Convert the ast_channel data structure over to the astobj2 framework. 17 years ago
autoconfig.h.in Solaris doesn't like outputting a NULL to a %s in format strings. 16 years ago
bridging.h Expand codec bitfield from 32 bits to 64 bits. 16 years ago
bridging_features.h Merge phase 1 support for the new bridging architecture. 17 years ago
bridging_technology.h Expand codec bitfield from 32 bits to 64 bits. 16 years ago
buildinfo.h try to get this committed before the buildbot complains about a broken tree 17 years ago
calendar.h Fix handling of notification calls w/ the dialing api 16 years ago
callerid.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
causes.h Fix "cancel answered elsewhere" through app_queue with members in chan_local. 17 years ago
cdr.h Merged revisions 235635 via svnmerge from 16 years ago
cel.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
channel.h Merged revisions 237405 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 Correct example for CLI autocompletion (generation) 17 years ago
compat.h Move implementation of closefrom(3) from app.c to strcompat.c 16 years ago
compiler.h Redesigned 'optional API' support. 17 years ago
config.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 17 years ago
crypto.h Merged revisions 186320 via svnmerge from 17 years ago
datastore.h Properly account for memory allocated for channels and datastores 17 years ago
devicestate.h Merged revisions 205409 via svnmerge from 17 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 17 years ago
dns.h
dnsmgr.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 17 years ago
doxyref.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
dsp.h Merged revisions 224931 via svnmerge from 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 17 years ago
event.h Add a test module for the event API, test_event.c. 16 years ago
event_defs.h Add an API for reporting security events, and a security event logging module. 17 years ago
extconf.h Const-ify the world (or at least a good part of it) 17 years ago
features.h Add bridge related dial flags to the bridge app 16 years ago
file.h Merged revisions 231614 via svnmerge from 16 years ago
frame.h Expand codec bitfield from 32 bits to 64 bits. 16 years ago
frame_defs.h Expand codec bitfield from 32 bits to 64 bits. 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. 17 years ago
heap.h Pass more useful information through to lock tracking when DEBUG_THREADS is on. 17 years ago
http.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
image.h Const-ify the world (or at least a good part of it) 17 years ago
indications.h Fix build issues on Solaris and OpenBSD. 17 years ago
inline_api.h
io.h Merged revisions 182810 via svnmerge from 17 years ago
jabber.h Add auth_policy option to jabber.conf for auto user registration. 16 years ago
jingle.h Changed to temporary namespaces to match with latest XEPs. As soon as 18 years ago
linkedlists.h Merged revisions 226304 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 228827 via svnmerge from 16 years ago
logger.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
manager.h Oops 16 years ago
md5.h Start untangling header inclusion in a way that does not affect 18 years ago
mod_format.h Formats need to be able to represent all 64 codec bits. 16 years ago
module.h Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize" 16 years ago
monitor.h Redesigned 'optional API' support. 17 years ago
musiconhold.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
netsock.h fixes an ast_netsock_list memory leak. 16 years ago
network.h Get default entity ID determination working on Linux again 18 years ago
optional_api.h Redesigned 'optional API' support. 17 years ago
options.h Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloads 16 years ago
paths.h modify http://svn.digium.com/view/asterisk?view=rev&rev=93603 18 years ago
pbx.h Change api for pbx_builtin_setvar to actually return error code if a function can't be written to. 16 years ago
pktccops.h Add PacketCable NCS 1.0 support for Docsis/Eurodocsis networks 16 years ago
plc.h Start untangling header inclusion in a way that does not affect 18 years ago
poll-compat.h Merged revisions 182810 via svnmerge from 17 years ago
privacy.h
pval.h Merged revisions 162013 via svnmerge from 17 years ago
res_odbc.h Merge changes from str_substitution that are unrelated to that branch. 17 years ago
rtp_engine.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
say.h Fixed some doxygen comments 17 years ago
sched.h Fix some incorrect documentation of sched_thread functions. 16 years ago
security_events.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
security_events_defs.h Add an API for reporting security events, and a security event logging module. 17 years ago
sha1.h Start untangling header inclusion in a way that does not affect 18 years ago
slin.h Expand codec bitfield from 32 bits to 64 bits. 16 years ago
slinfactory.h Expand codec bitfield from 32 bits to 64 bits. 16 years ago
smdi.h Redesigned 'optional API' support. 17 years ago
speech.h Const-ify the world (or at least a good part of it) 17 years ago
srv.h Create iterative method for querying SRV results, and use that for finding AGI servers. 16 years ago
stringfields.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
strings.h Fix two problems in ast_str functions found while writing a unit test. 16 years ago
stun.h Merge in the RTP engine API. 17 years ago
syslog.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 16 years ago
taskprocessor.h Minor tweaks to comment blocks and includes. 16 years ago
tcptls.h SIP TCP/TLS: move client connection setup/write into tcp helper thread, various related locking/memory fixes. 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
test.h Various updates to the unit test API. 16 years ago
threadstorage.h Merged revisions 236585 via svnmerge from 16 years ago
time.h Extend max call limit duration from 24.8 days to 292+ million years. 16 years ago
timing.h Improve timing interface to remember which provider provided a timer 17 years ago
transcap.h Doxygen updates, formatting. 18 years ago
translate.h Expand codec bitfield from 32 bits to 64 bits. 16 years ago
udptl.h fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagram field 16 years ago
ulaw.h Doxygen updates, formatting. 18 years ago
unaligned.h Revert code in error and include the gcc suggested workaround for the original problem, while gcc investigates. 16 years ago
utils.h Various updates to the unit test API. 16 years ago
xml.h Remove trailing whitespaces 17 years ago
xmldoc.h Implement a new element in AstXML for AMI actions documentation. 17 years ago