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
Joshua Colp abcc0b9397
Add support for allowing the channel driver to handle transcoding.
18 years ago
..
doxygen Add documentation for reviewboard usage and guidelines. 18 years ago
_private.h Merge in the RTP engine API. 18 years ago
abstract_jb.h Merged revisions 135841,135847,135850 via svnmerge from 18 years ago
acl.h
adsi.h
ael_structs.h Merged revisions 136726 via svnmerge from 18 years ago
aes.h
aes_internal.h
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 18 years ago
alaw.h
app.h Change global_app_buf to ast_str_thread_global_buf. 18 years ago
ast_expr.h
ast_version.h
astdb.h
astmm.h Fix malloc debug macros to work properly with h323. 18 years ago
astobj.h Merged revisions 129970 via svnmerge from 18 years ago
astobj2.h Merge changes from str_substitution that are unrelated to that branch. 18 years ago
astosp.h
audiohook.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
autoconfig.h.in Merged revisions 183241 via svnmerge from 18 years ago
bridging.h Merge phase 1 support for the new bridging architecture. 18 years ago
bridging_features.h Merge phase 1 support for the new bridging architecture. 18 years ago
bridging_technology.h Merge phase 1 support for the new bridging architecture. 18 years ago
buildinfo.h try to get this committed before the buildbot complains about a broken tree 18 years ago
callerid.h This commit introduces COLP/CONP and Redirecting party information into Asterisk. 18 years ago
causes.h Fix "cancel answered elsewhere" through app_queue with members in chan_local. 18 years ago
cdr.h Merge ast_str_opaque branch (discontinue usage of ast_str internals) 18 years ago
channel.h Add timer for features so that backup bridge config can go away 18 years ago
chanvars.h Add additional memory debugging to several core APIs, and fix several memory 18 years ago
cli.h Introduce CLI permissions. 18 years ago
compat.h Fix build issues on Mac OSX. 18 years ago
compiler.h 1. Make OS X compile cleanly with app_stack. 18 years ago
config.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
crypto.h Merged revisions 186320 via svnmerge from 18 years ago
datastore.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
devicestate.h Improve performance of the ast_event cache functionality. 18 years ago
dial.h * Fixed timeout logic in the dialing API as setting timeouts 18 years ago
dlinkedlists.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
dns.h
dnsmgr.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
doxyref.h Add documentation for reviewboard usage and guidelines. 18 years ago
dsp.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
dundi.h incorporates r159808 from branches/1.4: 18 years ago
endian.h only include this for OpenBSD. At least FreeBSD is borked when including it 18 years ago
enum.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
event.h Improve performance of the ast_event cache functionality. 18 years ago
event_defs.h Merge some more changes from team/russell/events 18 years ago
extconf.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
features.h Merged revisions 183386 via svnmerge from 18 years ago
file.h Merged revisions 158072 via svnmerge from 18 years ago
frame.h Add support for allowing the channel driver to handle transcoding. 18 years ago
fskmodem.h (Step 2 of 2) 18 years ago
fskmodem_float.h Optionally build integer-based routines for FSK tone decoding (but default 18 years ago
fskmodem_int.h Optionally build integer-based routines for FSK tone decoding (but default 18 years ago
global_datastores.h Merged revisions 172517 via svnmerge from 18 years ago
hashtab.h Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source. 18 years ago
heap.h Pass more useful information through to lock tracking when DEBUG_THREADS is on. 18 years ago
http.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
image.h
indications.h Fix build issues on Solaris and OpenBSD. 18 years ago
inline_api.h
io.h Merged revisions 182810 via svnmerge from 18 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 18 years ago
jingle.h Changed to temporary namespaces to match with latest XEPs. As soon as 19 years ago
linkedlists.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
localtime.h Add schedule extensions to app_meetme. In addition, the reporter found a 18 years ago
lock.h Fix some issues with rwlock corruption that caused deadlock like symptoms. 18 years ago
logger.h add a dedicated log channel for modules to be able report security-related events, so that they can be fed into external processes for analysis and possible mitigation efforts 18 years ago
manager.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
md5.h
mod_format.h
module.h incorporates r159808 from branches/1.4: 18 years ago
monitor.h
musiconhold.h
netsock.h
network.h Get default entity ID determination working on Linux again 18 years ago
optional_api.h 1. Make OS X compile cleanly with app_stack. 18 years ago
options.h Add option to hide console connect messages 18 years ago
paths.h
pbx.h Merge changes from str_substitution that are unrelated to that branch. 18 years ago
plc.h
poll-compat.h Merged revisions 182810 via svnmerge from 18 years ago
privacy.h
pval.h Merged revisions 162013 via svnmerge from 18 years ago
res_odbc.h Merge changes from str_substitution that are unrelated to that branch. 18 years ago
rtp_engine.h Merge in the RTP engine API. 18 years ago
say.h Fixed some doxygen comments 18 years ago
sched.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
sha1.h
slin.h Merge codec_consistency branch. This should make sample usage much happier. 18 years ago
slinfactory.h improve slinfactory API to remove implicit sample rate and require explicit sample rate selection by creator of the slinfactory 18 years ago
smdi.h
speech.h
srv.h
stringfields.h Fix dev-mode build on my box. 18 years ago
strings.h Merge changes from str_substitution that are unrelated to that branch. 18 years ago
stun.h Merge in the RTP engine API. 18 years ago
taskprocessor.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
tcptls.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
tdd.h
term.h Move all the XML documentation API from pbx.c to xmldoc.c. 18 years ago
threadstorage.h Merged revisions 177701 via svnmerge from 18 years ago
time.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
timing.h Improve timing interface to remember which provider provided a timer 18 years ago
transcap.h
translate.h Convert casts to unions, to fix alignment issues on Solaris 18 years ago
udptl.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 18 years ago
ulaw.h
unaligned.h
utils.h Change g_eid to ast_eid_default. 18 years ago
xml.h Remove trailing whitespaces 18 years ago
xmldoc.h Remove trailing whitespaces 18 years ago