asterisk/include/asterisk
Kevin P. Fleming a67790c6f5 instead of trying to forcibly load res_agi when app_stack is loaded (even if the administrator didn't want it loaded), use GCC weak symbols to determine whether it was loaded already or not; if it was loaded, then use it.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@153709 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-02 23:34:39 +00:00
..
_private.h Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
abstract_jb.h Merged revisions 135841,135847,135850 via svnmerge from 2008-08-06 00:30:53 +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 instead of trying to forcibly load res_agi when app_stack is loaded (even if the administrator didn't want it loaded), use GCC weak symbols to determine whether it was loaded already or not; if it was loaded, then use it. 2008-11-02 23:34:39 +00:00
alaw.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
app.h Keep ast_app_inboxcount API compatible with 1.6.0. 2008-07-02 21:27:53 +00:00
ast_expr.h A lot of doxygen updates 2007-12-11 14:17:29 +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 bugs caused by r144949 when MALLOC_DEBUG is defined 2008-09-27 16:10:33 +00:00
astobj.h Merged revisions 129970 via svnmerge from 2008-07-11 14:22:44 +00:00
astobj2.h Minor fix to doco 2008-09-09 12:34:32 +00:00
astosp.h 1. Re-format the code. 2006-11-15 20:55:17 +00:00
audiohook.h Merged revisions 149204 via svnmerge from 2008-10-14 23:04:44 +00:00
autoconfig.h.in instead of trying to forcibly load res_agi when app_stack is loaded (even if the administrator didn't want it loaded), use GCC weak symbols to determine whether it was loaded already or not; if it was loaded, then use it. 2008-11-02 23:34:39 +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
callerid.h Merge in a few more changes. This time the include/ directory. 2008-08-07 14:36:59 +00:00
causes.h Merged revisions 129149 via svnmerge from 2008-07-08 20:30:29 +00:00
cdr.h Merged revisions 135799 via svnmerge from 2008-08-05 23:45:32 +00:00
channel.h Recent CDR fixes moved execution of the 'h' exten into the bridging code, so variables that were set after ast_bridge_call was called would not show up in the 'h' exten. Added a callback function to handle setting variables, etc. from w/in the bridging code. Calls back into a nested function within the function calling ast_bridge_call 2008-10-31 18:55:33 +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 Remove "old"-style CLI handler, since nothing uses it anymore. 2007-11-28 20:27:40 +00:00
compat.h Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
compiler.h instead of trying to forcibly load res_agi when app_stack is loaded (even if the administrator didn't want it loaded), use GCC weak symbols to determine whether it was loaded already or not; if it was loaded, then use it. 2008-11-02 23:34:39 +00:00
config.h Add additional memory debugging to several core APIs, and fix several memory 2008-10-14 22:38:06 +00:00
crypto.h Merge a bunch of doxygen updates to header files. This includes changes to 2007-07-16 02:51:56 +00:00
datastore.h datastore inheritance is a channel feature, so move this definition back 2008-08-05 17:05:34 +00:00
devicestate.h Deprecate *_device_state_* APIs in favor of *_devstate_* APIs 2008-07-25 21:20:03 +00:00
dial.h * Fixed timeout logic in the dialing API as setting timeouts 2008-10-31 20:05:46 +00:00
dlinkedlists.h re-add dlinkedlists.h to trunk, oops! 2008-05-07 17:38:36 +00:00
dns.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
dnsmgr.h Fix a bunch of places where \arg was used instead of \param. Using \arg 2008-07-02 14:50:45 +00:00
doxyref.h Merged revisions 136541 via svnmerge from 2008-08-07 17:44:20 +00:00
dsp.h Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
dundi.h Merge another change from team/russell/events ... 2008-06-10 12:48:50 +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 The following patch adds new options and alters the default behavior of the ENUM* functions. The TXCIDNAME lookup function has also gotten a 2008-05-09 19:54:45 +00:00
event.h Merge some more changes from team/russell/events 2008-06-10 14:53:40 +00:00
event_defs.h Merge some more changes from team/russell/events 2008-06-10 14:53:40 +00:00
extconf.h Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
features.h Merged revisions 153651 via svnmerge from 2008-11-02 20:06:03 +00:00
file.h Typo fixed earlier, that wasn't a typo after all. 2007-12-15 11:34:33 +00:00
frame.h Prefer T140 with REDundance before T140 without. 2008-05-30 11:26:05 +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 Asterisk, when parking can drop rights a caller when a parking timeout occurs. Also, when doing built-in attended transfers, sometimes incorrectly passes rights from the transferrer to the transferee. This patch tries to fixes the parking issue and lays some groundwork for later fixing the transfer issue. 2008-03-01 01:30:37 +00:00
hashtab.h Add additional memory debugging to several core APIs, and fix several memory 2008-10-14 22:38:06 +00:00
http.h HTTP module memory leaks 2008-08-04 16:34:04 +00:00
image.h formatting cleanup on the header, 2007-11-23 09:03:33 +00:00
indications.h Doxygen documentationification 2007-01-01 20:08:47 +00:00
inline_api.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
io.h A lot of doxygen updates 2007-12-11 14:17:29 +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 Simplify new macro, simplify configfile logic, now that list is sorted 2008-03-26 19:58:09 +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 (closes issue #13089) 2008-07-16 23:53:02 +00:00
logger.h Fix a bunch of places where \arg was used instead of \param. Using \arg 2008-07-02 14:50:45 +00:00
manager.h make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions 2008-08-05 16:56:11 +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 Use a 32k file buffer on recordings, which increases the efficiency of file recording. 2008-04-03 07:49:05 +00:00
module.h Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
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) 2007-07-10 15:07:25 +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
options.h Allow people to select the old console behavior of white text on a black 2008-10-07 17:44:32 +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 Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +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 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
privacy.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
pval.h Merged revisions 111341 via svnmerge from 2008-03-27 04:47:12 +00:00
res_odbc.h Add some debug code and add a missing release 2008-07-11 19:53:38 +00:00
rtp.h Add new SIP cli command "sip show channelstats" that displays some QoS data (if we have RTCP reports 2008-07-05 19:27:42 +00:00
say.h Merge a bunch of doxygen updates to header files. This includes changes to 2007-07-16 02:51:56 +00:00
sched.h Fix a bug in AST_SCHED_REPLACE_UNREF(). The reference count of the object 2008-10-30 19:28:06 +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 Fix a bunch of places where \arg was used instead of \param. Using \arg 2008-07-02 14:50:45 +00:00
smdi.h Merged revisions 104119 via svnmerge from 2008-02-26 00:31:40 +00:00
speech.h Merged revisions 79334 via svnmerge from 2007-08-13 21:59:15 +00:00
srv.h Merged revisions 88862 via svnmerge from 2007-11-06 02:53:13 +00:00
stringfields.h Merged revisions 132872 via svnmerge from 2008-07-23 16:30:18 +00:00
strings.h Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
taskprocessor.h A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed. 2008-05-03 03:40:32 +00:00
tcptls.h cleaup of the TCP/TLS socket API: 2008-10-19 19:11:28 +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 Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
threadstorage.h Update documentation; AST_THREADSTORAGE() in trunk only takes a single 2008-10-06 23:21:02 +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 Add a todo for a new timing API implementation that would work for Linux systems 2008-10-30 20:46:17 +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 the "config reload <conffile>" command, which allows you to tell Asterisk 2008-03-26 18:39:06 +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 Merged revisions 135899 via svnmerge from 2008-08-06 03:04:01 +00:00
xml.h Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00