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
Olle Johansson 6606c55844
need to check quoting in the doxygen docs...
20 years ago
..
abstract_jb.h merge new_loader_completion branch, including (at least): 20 years ago
acl.h And some deprecated APIs and modifications to documentation 20 years ago
adsi.h move ADSI functionality into ast_ namespace 20 years ago
ael_structs.h The contents of branch teams/murf/bug_7598 are being folded in here. 20 years ago
aes.h
agi.h move more API into the ast_ namespace 20 years ago
alaw.h yet another massive performance and memory savings improvement 20 years ago
app.h Add the ability to specify multiple prompts to the Read() dialplan application, 20 years ago
ast_expr.h
astdb.h
astmm.h fix the build with astmm enabled 20 years ago
astobj.h Sure enough, some of the uses of astobj are doing recursive locking. This 20 years ago
astosp.h Updates from transnexus to osplookup, removes res_osp 20 years ago
autoconfig.h.in I'm crazy so I will add this... pthread rwlock wrappers, along with autoconf stuff that detects the presence of the initializer and the ability to set the kind of lock (in our case we rather like writer preferred locks so writer starvation doesn't occur... but on something like Darwin we don't get that) 20 years ago
callerid.h Extend CALLERID() function for "pres" and "ton" values 20 years ago
causes.h
cdr.h merge new_loader_completion branch, including (at least): 20 years ago
channel.h A fair number of changes for the sake of bug 7506 20 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
cli.h need to check quoting in the doxygen docs... 20 years ago
compat.h Avoid errors when compiling out of tree modules like asterisk-addons. 20 years ago
compiler.h Merged revisions 43861-43862 via svnmerge from 20 years ago
config.h Constify the result of a config retrieval function, to avoid mutilation (issue 7983). 20 years ago
crypto.h
devicestate.h Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state 20 years ago
dlfcn-compat.h
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 updates (kshumard) 20 years ago
dsp.h
dundi.h
endian.h various minor portability fixes (mostly from tholo for OpenBSD) 20 years ago
enum.h Issue #80898 - Restoring func_enum (otmar) 20 years ago
features.h add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services) 20 years ago
file.h Issue 8246 Doxygen updates (kshumard) 20 years ago
frame.h Stealing Tilghman's explanation from the -dev list and producing documentation... 20 years ago
fskmodem.h
http.h
image.h
indications.h merge new_loader_completion branch, including (at least): 20 years ago
inline_api.h
io.h
jabber.h 44240 same as but without the removing of chan_jingle and such, as I hope to finish jingle support for 1.6 20 years ago
jingle.h asterisk-xmpp merge in 20 years ago
linkedlists.h Add AST_RWLIST_* set of macros which implement linked lists using read/write locks, the actual list manipulation is still done via the old macros. 20 years ago
localtime.h
lock.h Set the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INIT_VALUE if it is available, that way outside stuff can determine whether to use a constructor or deconstructor for initialization instead of using the init value. 20 years ago
logger.h Merged revisions 43933 via svnmerge from 20 years ago
manager.h Add support for manager hooks, so you could fire off manager events over IRC if you were crazy enough. (issue #5161 reported by anthm with mods by moi) 20 years ago
md5.h
module.h Adding dialplan function IFMODULE, so you can create dialplans that handle 20 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
options.h As discussed and decided on the asterisk-dev mailing list ... 20 years ago
paths.h Fixing a comment 20 years ago
pbx.h Let's make application/function/hint lists read/write lists... just for kicks 20 years ago
plc.h Merged revisions 34087 via svnmerge from 20 years ago
poll-compat.h
privacy.h
res_odbc.h move ODBC API into ast_ namespace 20 years ago
rtp.h SS7 marked the start of an open season for trunk again but here's something minor - abstract early bridging into the technology so that we don't always assume they use RTP and try it. 20 years ago
say.h
sched.h
sha1.h
slinfactory.h Merge team/russell/frame_caching 20 years ago
smdi.h
speech.h Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available 20 years ago
srv.h merge new_loader_completion branch, including (at least): 20 years ago
stringfields.h A fair number of changes for the sake of bug 7506 20 years ago
strings.h Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.c 20 years ago
tdd.h
term.h safe terminal output is sweet. 20 years ago
threadstorage.h restore freeing of threadstorage objects without custom cleanup functions 20 years ago
time.h
transcap.h
translate.h Merged revisions 46714 via svnmerge from 20 years ago
udptl.h Merged revisions 34087 via svnmerge from 20 years ago
ulaw.h yet another massive performance and memory savings improvement 20 years ago
unaligned.h
utils.h Merged revisions 44956 via svnmerge from 20 years ago