dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/include/asterisk
russell e9d15cbea7 Move Asterisk-addons modules into the main Asterisk source tree.
Someone asked yesterday, "is there a good reason why we can't just put these
modules in Asterisk?".  After a brief discussion, as long as the modules are
clearly set aside in their own directory and not enabled by default, it is
perfectly fine.

For more information about why a module goes in addons, see README-addons.txt.

chan_ooh323 does not currently compile as it is behind some trunk API updates.
However, it will not build by default, so it should be okay for now.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@204413 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-30 16:40:38 +00:00
..
doxygen Update references to downloads.digium.com to its new URL. 2009-05-28 22:42:27 +00:00
_private.h Merge the new Channel Event Logging (CEL) subsystem. 2009-06-26 15:28:53 +00:00
abstract_jb.h Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
acl.h start using asterisk/network.h for network related headers. 2007-11-17 14:11:53 +00:00
adsi.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
ael_structs.h Merged revisions 136726 via svnmerge from 2008-08-08 00:48:35 +00:00
aes.h Fix a regression in Asterisk 1.6 related to the use of AES encryption. 2008-02-15 23:14:32 +00:00
aes_internal.h use the OpenSSL AES implementation if it's available (unless configured not to) 2007-05-24 22:07:50 +00:00
agi.h Redesigned 'optional API' support. 2009-06-15 16:07:23 +00:00
alaw.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
app.h Last batch of 'static' qualifiers for module-level global variables. 2009-06-15 19:10:10 +00:00
ast_expr.h Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
ast_version.h Rename version.h to ast_version.h. Next, I will be re-adding version.h as an 2008-02-26 20:02:14 +00:00
astdb.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
astmm.h Fix malloc debug macros to work properly with h323. 2009-03-11 04:06:44 +00:00
astobj.h Merged revisions 129970 via svnmerge from 2008-07-11 14:22:44 +00:00
astobj2.h Properly account for memory allocated for channels and datastores 2009-05-05 10:34:19 +00:00
astosp.h 1. Re-format the code. 2006-11-15 20:55:17 +00:00
audiohook.h Merged revisions 197537 via svnmerge from 2009-05-28 14:58:06 +00:00
autochan.h Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
autoconfig.h.in Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
bridging.h Merge phase 1 support for the new bridging architecture. 2009-03-05 18:18:27 +00:00
bridging_features.h Merge phase 1 support for the new bridging architecture. 2009-03-05 18:18:27 +00:00
bridging_technology.h Merge phase 1 support for the new bridging architecture. 2009-03-05 18:18:27 +00:00
buildinfo.h try to get this committed before the buildbot complains about a broken tree 2008-10-30 16:53:11 +00:00
calendar.h More 'static' qualifiers on module global variables. 2009-06-15 17:34:30 +00:00
callerid.h This commit introduces COLP/CONP and Redirecting party information into Asterisk. 2009-04-03 22:41:46 +00:00
causes.h Fix "cancel answered elsewhere" through app_queue with members in chan_local. 2009-01-29 17:08:22 +00:00
cdr.h Merge the new Channel Event Logging (CEL) subsystem. 2009-06-26 15:28:53 +00:00
cel.h Merge the new Channel Event Logging (CEL) subsystem. 2009-06-26 15:28:53 +00:00
channel.h Allow trunk to once again compile under MALLOC_DEBUG 2009-06-29 17:56:29 +00:00
chanvars.h Add additional memory debugging to several core APIs, and fix several memory 2008-10-14 22:38:06 +00:00
cli.h Correct example for CLI autocompletion (generation) 2009-05-23 13:31:56 +00:00
compat.h Merged revisions 189601 via svnmerge from 2009-04-21 14:28:04 +00:00
compiler.h Redesigned 'optional API' support. 2009-06-15 16:07:23 +00:00
config.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 2009-03-09 20:58:17 +00:00
crypto.h Merged revisions 186320 via svnmerge from 2009-04-03 15:52:50 +00:00
datastore.h Properly account for memory allocated for channels and datastores 2009-05-05 10:34:19 +00:00
devicestate.h Make invalid hints report Unavailable instead of Idle. 2009-06-26 19:31:14 +00:00
dial.h * Fixed timeout logic in the dialing API as setting timeouts 2008-10-31 20:05:46 +00:00
dlinkedlists.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 2009-03-09 20:58:17 +00:00
dns.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
dnsmgr.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 2009-03-09 20:58:17 +00:00
doxyref.h Note a new API call, and one that changed in doxygen. 2009-06-26 15:42:26 +00:00
dsp.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 2009-03-09 20:58:17 +00:00
dundi.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
endian.h only include this for OpenBSD. At least FreeBSD is borked when including it 2008-10-09 17:48:53 +00:00
enum.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 2009-03-09 20:58:17 +00:00
event.h Merge the new Channel Event Logging (CEL) subsystem. 2009-06-26 15:28:53 +00:00
event_defs.h Merge the new Channel Event Logging (CEL) subsystem. 2009-06-26 15:28:53 +00:00
extconf.h Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
features.h Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
file.h Merged revisions 158072 via svnmerge from 2008-11-20 18:20:00 +00:00
frame.h Improve T.38 negotiation by exchanging session parameters between application and channel. 2009-06-26 19:27:24 +00:00
fskmodem.h (Step 2 of 2) 2008-07-21 21:00:47 +00:00
fskmodem_float.h Optionally build integer-based routines for FSK tone decoding (but default 2008-07-21 20:59:03 +00:00
fskmodem_int.h Optionally build integer-based routines for FSK tone decoding (but default 2008-07-21 20:59:03 +00:00
global_datastores.h Merged revisions 172517 via svnmerge from 2009-01-30 21:29:12 +00:00
hashtab.h Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source. 2009-03-11 00:29:59 +00:00
heap.h Pass more useful information through to lock tracking when DEBUG_THREADS is on. 2009-03-27 01:35:56 +00:00
http.h Support HTTP digest authentication for the http manager interface. 2009-04-23 20:36:35 +00:00
image.h Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
indications.h Fix build issues on Solaris and OpenBSD. 2009-02-21 13:17:47 +00:00
inline_api.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
io.h Merged revisions 182810 via svnmerge from 2009-03-18 02:28:55 +00:00
jabber.h Fix a compile time error that occurs if OpenSSL is not installed. Reported by Noel Morais on the users mailing list 2008-06-27 07:28:17 +00:00
jingle.h Changed to temporary namespaces to match with latest XEPs. As soon as 2008-05-28 14:10:48 +00:00
linkedlists.h Merged revisions 201261 via svnmerge from 2009-06-17 12:04:17 +00:00
localtime.h Add schedule extensions to app_meetme. In addition, the reporter found a 2008-10-01 23:02:25 +00:00
lock.h Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
logger.h Add ability for modules to dynamically register logger levels 2009-05-15 13:13:47 +00:00
manager.h Implement a new element in AstXML for AMI actions documentation. 2009-05-22 17:52:35 +00:00
md5.h Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
mod_format.h Move Asterisk-addons modules into the main Asterisk source tree. 2009-06-30 16:40:38 +00:00
module.h attempting to load running modules 2009-06-22 15:33:35 +00:00
monitor.h Redesigned 'optional API' support. 2009-06-15 16:07:23 +00:00
musiconhold.h Merge a bunch of doxygen updates to header files. This includes changes to 2007-07-16 02:51:56 +00:00
netsock.h Remove astobj.h from some places where it wasn't needed 2008-03-20 17:45:29 +00:00
network.h Get default entity ID determination working on Linux again 2008-06-12 17:38:27 +00:00
optional_api.h Redesigned 'optional API' support. 2009-06-15 16:07:23 +00:00
options.h Add option to hide console connect messages 2009-01-13 23:00:27 +00:00
paths.h modify http://svn.digium.com/view/asterisk?view=rev&rev=93603 2007-12-20 09:55:05 +00:00
pbx.h Add new ast_complete_applications function so that we can use it with the 2009-05-26 14:36:11 +00:00
plc.h Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
poll-compat.h Merged revisions 182810 via svnmerge from 2009-03-18 02:28:55 +00:00
privacy.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
pval.h Merged revisions 162013 via svnmerge from 2008-12-09 17:18:03 +00:00
res_odbc.h Merge changes from str_substitution that are unrelated to that branch. 2009-04-01 20:13:28 +00:00
rtp_engine.h Add support for allowing an RTP engine to decide on whether it is possible for specific formats to be transcoded for an RTP instance. 2009-06-19 15:41:24 +00:00
say.h Fixed some doxygen comments 2009-01-29 19:34:09 +00:00
sched.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 2009-03-09 20:58:17 +00:00
sha1.h Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
slin.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
slinfactory.h improve slinfactory API to remove implicit sample rate and require explicit sample rate selection by creator of the slinfactory 2009-02-10 19:38:26 +00:00
smdi.h Redesigned 'optional API' support. 2009-06-15 16:07:23 +00:00
speech.h Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
srv.h Merged revisions 88862 via svnmerge from 2007-11-06 02:53:13 +00:00
stringfields.h Add a more efficient way of allocating structures that use stringfields 2009-05-05 14:17:18 +00:00
strings.h Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
stun.h Merge in the RTP engine API. 2009-04-02 17:20:52 +00:00
syslog.h Add functions to map syslog facilities and priorities constants to strings. 2009-06-26 13:00:35 +00:00
taskprocessor.h Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
tcptls.h SIP option to specify outbound TLS/SSL client protocol. 2009-04-29 21:13:43 +00:00
tdd.h Additional TDD changes (preparing for SIP changes - adding TDD support to SIP) 2007-11-06 19:10:26 +00:00
term.h Move all the XML documentation API from pbx.c to xmldoc.c. 2008-11-10 13:53:23 +00:00
threadstorage.h Merged revisions 177701 via svnmerge from 2009-02-20 21:25:37 +00:00
time.h Fix a bunch of places where \arg was used instead of \param. Using \arg 2008-07-02 14:50:45 +00:00
timing.h Improve timing interface to remember which provider provided a timer 2009-03-27 19:10:32 +00:00
transcap.h Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
translate.h Convert casts to unions, to fix alignment issues on Solaris 2008-06-26 17:06:17 +00:00
udptl.h Add Doxygen documentation for API changes from 1.6.0 to 1.6.1 2009-03-09 20:58:17 +00:00
ulaw.h Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
unaligned.h * In unaligned.h, remove some unnecessary casts and mark the arg of the 2007-12-11 16:29:29 +00:00
utils.h Merge the new Channel Event Logging (CEL) subsystem. 2009-06-26 15:28:53 +00:00
xml.h Remove trailing whitespaces 2008-11-13 13:08:34 +00:00
xmldoc.h Implement a new element in AstXML for AMI actions documentation. 2009-05-22 17:52:35 +00:00