asterisk/include/asterisk
Tilghman Lesher 57efeb40a6 Merged revisions 285962 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r285962 | tilghman | 2010-09-10 00:32:18 -0500 (Fri, 10 Sep 2010) | 13 lines
  
  Merged revisions 285961 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r285961 | tilghman | 2010-09-10 00:31:31 -0500 (Fri, 10 Sep 2010) | 6 lines
    
    Another fix for Mac OS X.
    
    While trying to fix this the "right" way, I wandered into dependency hell.  Two
    hours later, I backed out, and just removed the offending code.  ast_inline_api
    only goes one level deep and then it breaks.  Ouch.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@285963 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-09-10 05:33:04 +00:00
..
doxygen Update the Mantis Workflow document in doxygen. 2010-04-27 21:10:32 +00:00
_private.h Fix transcode_via_sln option with SIP calls and improve PLC usage. 2010-05-19 21:29:08 +00:00
abstract_jb.h fixes adaptive jitterbuffer configuration 2010-03-02 19:08:38 +00:00
acl.h Make ACLs IPv6-capable. 2010-07-19 14:17:16 +00:00
adsi.h Remove the old stub files, preferring the optional_api method. 2010-07-14 20:48:59 +00:00
ael_structs.h Merged revisions 136726 via svnmerge from 2008-08-08 00:48:35 +00:00
agi.h Remove the old stub files, preferring the optional_api method. 2010-07-14 20:48:59 +00:00
alaw.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
aoc.h Generic Advice of Charge. 2010-06-02 18:10:15 +00:00
app.h Fix some doxygen warnings. 2010-06-08 14:38:18 +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 some doxygen warnings. 2010-06-08 14:38:18 +00:00
astobj.h Merged revisions 129970 via svnmerge from 2008-07-11 14:22:44 +00:00
astobj2.h Merged revisions 285530 via svnmerge from 2010-09-08 20:43:38 +00:00
astosp.h 1. Re-format the code. 2006-11-15 20:55:17 +00:00
audiohook.h Merged revisions 279949 via svnmerge from 2010-07-27 20:59:16 +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 Merged revisions 285931 via svnmerge from 2010-09-10 01:27:44 +00:00
bridging.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +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 Fix some doxygen warnings. 2010-06-08 14:38:18 +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 Support for calendar events priorities and categories (with ISO C90 fix) 2010-09-03 12:58:52 +00:00
callerid.h ast_callerid restructuring 2010-07-14 15:48:36 +00:00
causes.h Move cause 200 to cause 26, as specified in Q.850. 2010-05-11 21:25:05 +00:00
ccss.h Merged revisions 282098 via svnmerge from 2010-08-12 22:10:49 +00:00
cdr.h Implement AstData API data providers as part of the GSOC 2010 project, 2010-07-08 14:48:42 +00:00
cel.h Merged revisions 283230 via svnmerge from 2010-08-23 13:23:37 +00:00
channel.h Merged revisions 284597 via svnmerge from 2010-09-02 05:02:54 +00:00
channelstate.h Merge Call completion support into trunk. 2010-04-09 15:31:32 +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 Merged revisions 285057 via svnmerge from 2010-09-04 18:10:46 +00:00
compat.h Define LLONG_MAX on systems that do not have it. 2010-07-15 19:46:57 +00:00
compiler.h Merged revisions 285336 via svnmerge from 2010-09-07 19:38:55 +00:00
config.h Add load priority order, such that preload becomes unnecessary in most cases 2010-07-20 19:35:02 +00:00
crypto.h Remove built-in AES code and use optional_api instead 2010-07-21 19:11:32 +00:00
data.h Implement AstData API data providers as part of the GSOC 2010 project, 2010-07-08 14:48:42 +00:00
datastore.h Properly account for memory allocated for channels and datastores 2009-05-05 10:34:19 +00:00
devicestate.h Merge Call completion support into trunk. 2010-04-09 15:31:32 +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 IPv6 to Asterisk. 2010-07-08 22:08:07 +00:00
doxyref.h Add the full current set of CDR drivers 2010-07-22 05:29:29 +00:00
dsp.h Merged revisions 224931 via svnmerge from 2009-10-21 03:09:04 +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 Resolve an invalid memory read on an event. 2010-06-09 21:11:43 +00:00
event_defs.h Merged revisions 282269 via svnmerge from 2010-08-13 20:05:44 +00:00
extconf.h Fix comment. 2010-04-29 00:35:14 +00:00
features.h Fix some doxygen warnings. 2010-06-08 14:38:18 +00:00
file.h Merged revisions 265089 via svnmerge from 2010-05-21 21:08:51 +00:00
frame.h adds speex 16khz audio support 2010-06-17 17:23:43 +00:00
frame_defs.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +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 Add SRTP support for Asterisk 2010-06-08 05:29:08 +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 Remove ABI differences that occured when compiling with DEBUG_THREADS. 2010-04-22 19:08:01 +00:00
http.h Fix some doxygen warnings. 2010-06-08 14:38:18 +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 Extend length limit on country name in indications.conf. 2010-07-09 12:48:25 +00:00
inline_api.h remove extraneous svn:executable properties 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 Add distributed devicestate via the XMPP protocol. 2010-06-15 17:06:23 +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 226304 via svnmerge from 2009-10-28 18:04:05 +00:00
localtime.h Fix build on Mac OS X (and maybe FreeBSD, too) 2010-06-08 22:45:16 +00:00
lock.h Merged revisions 273793 via svnmerge from 2010-07-03 02:36:31 +00:00
logger.h Fix some doxygen warnings. 2010-06-08 14:38:18 +00:00
manager.h Fix some doxygen warnings. 2010-06-08 14:38:18 +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 Formats need to be able to represent all 64 codec bits. 2009-12-01 17:48:54 +00:00
module.h Merged revisions 284610 via svnmerge from 2010-09-02 05:27:53 +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 fixes an ast_netsock_list memory leak. 2009-10-08 19:35:30 +00:00
netsock2.h Merged revisions 281687 via svnmerge from 2010-08-11 13:31:39 +00:00
network.h Get default entity ID determination working on Linux again 2008-06-12 17:38:27 +00:00
optional_api.h Remove the old stub files, preferring the optional_api method. 2010-07-14 20:48:59 +00:00
options.h Fix transcode_via_sln option with SIP calls and improve PLC usage. 2010-05-19 21:29:08 +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 Merged revisions 280984 via svnmerge from 2010-08-05 07:47:30 +00:00
pktccops.h Add PacketCable NCS 1.0 support for Docsis/Eurodocsis networks 2009-11-02 22:29:19 +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 284597 via svnmerge from 2010-09-02 05:02:54 +00:00
privacy.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
pval.h Merged revisions 271399 via svnmerge from 2010-06-18 21:32:09 +00:00
res_fax.h Implemement support for handling multiple documents when sending. 2010-06-25 19:42:54 +00:00
res_odbc.h Merge the realtime failover branch 2010-07-23 16:19:21 +00:00
res_srtp.h Merged revisions 284477 via svnmerge from 2010-09-01 18:52:27 +00:00
rtp_engine.h Add IPv6 to Asterisk. 2010-07-08 22:08:07 +00:00
say.h Doxygen formatting 2010-08-30 08:25:50 +00:00
sched.h Merged revisions 282366 via svnmerge from 2010-08-14 04:58:34 +00:00
security_events.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 2009-12-21 18:51:17 +00:00
security_events_defs.h Add an API for reporting security events, and a security event logging module. 2009-07-11 19:15:03 +00:00
select.h Merged revisions 285962 via svnmerge from 2010-09-10 05:33:04 +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 As signed linear audio data is accessed as 16-bit values, certain processors require the values to be aligned in memory. 2010-06-04 03:20:47 +00:00
slinfactory.h Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
smdi.h Fix some doxygen warnings. 2010-06-08 14:38:18 +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 func_srv and explicit specification of a remote IP for SIP. 2010-04-09 14:37:50 +00:00
stringfields.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 2009-12-21 18:51:17 +00:00
strings.h Merged revisions 271689 via svnmerge from 2010-06-22 12:58:28 +00:00
stun.h Merge in the RTP engine API. 2009-04-02 17:20:52 +00:00
syslog.h Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release 2009-12-21 18:51:17 +00:00
taskprocessor.h Minor tweaks to comment blocks and includes. 2010-02-22 06:45:52 +00:00
tcptls.h Add IPv6 to Asterisk. 2010-07-08 22:08:07 +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 Merged revisions 248582 via svnmerge from 2010-02-24 21:17:26 +00:00
test.h Merged revisions 275021 via svnmerge from 2010-07-09 15:35:53 +00:00
threadstorage.h Fix some doxygen warnings. 2010-06-08 14:38:18 +00:00
time.h Extend max call limit duration from 24.8 days to 292+ million years. 2010-01-18 22:31:25 +00:00
timing.h Fix some doxygen warnings. 2010-06-08 14:38:18 +00:00
transcap.h Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
translate.h Merged revisions 282047 via svnmerge from 2010-08-12 20:17:17 +00:00
udptl.h Allow IPv6 addresses for UDPTL streams. 2010-07-23 15:16:33 +00:00
ulaw.h Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
unaligned.h Merged revisions 282543 via svnmerge from 2010-08-17 19:34:52 +00:00
utils.h Various updates to the unit test API. 2010-02-09 23:32:14 +00:00
xml.h Fix some doxygen warnings. 2010-06-08 14:38:18 +00:00
xmldoc.h Implement a new element in AstXML for AMI actions documentation. 2009-05-22 17:52:35 +00:00