asterisk/include/asterisk
2008-07-01 17:22:47 +00:00
..
_private.h Add a "timing test" CLI command. It opens a timer and configures it for 2008-06-16 13:03:40 +00:00
abstract_jb.h move the declaration of struct ast_channel ast_frame and ast_module 2007-11-19 19:36:32 +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 111341 via svnmerge from 2008-03-27 04:47:12 +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 Add native AGI command GOSUB, as invoking Gosub with EXEC does not work 2008-05-30 16:10:46 +00:00
alaw.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
app.h Adding support for "urgent" voicemail messages. Messages which are 2008-05-09 21:22:42 +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 Add format attribute to printf-style functions in astmm.h 2008-03-18 17:00:53 +00:00
astobj.h Round 2 of IMAP_STORAGE app_voicemail.c fixes: 2008-04-23 00:58:49 +00:00
astobj2.h Introducing various astobj2 enhancements, chief being a refcount tracing feature, and various documentation updates in astobj2.h, and the addition of standalone utility, refcounter, that will filter the trace output for unbalanced, unfreed objects. This comes from the team/murf/bug11210 branch. 2008-04-16 17:45:28 +00:00
astosp.h 1. Re-format the code. 2006-11-15 20:55:17 +00:00
audiohook.h Add two new dialplan functions from libspeex for applying audio gain control 2008-05-01 16:57:19 +00:00
autoconfig.h.in make the AIS checking a little more generic, and have a more useful configure script command line option for OpenAIS 2008-07-01 17:22:47 +00:00
callerid.h Clean up code that handles fsk mwi message generation by pulling it from do_monitor and creating its own thread. 2008-06-16 21:42:46 +00:00
causes.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
cdr.h Merged revisions 122046 via svnmerge from 2008-06-12 14:28:01 +00:00
channel.h another minor ast_channel memory size decrease... for nearly all channels, 'dialcontext' is only going to be set once during the channel's lifetime, so make it a string field instead of a char array 2008-07-01 16:16:36 +00:00
chanvars.h Bug 5858 - Make the chanvars.c functions return a 'const char *' 2005-12-03 19:25:33 +00:00
cli.h Remove "old"-style CLI handler, since nothing uses it anymore. 2007-11-28 20:27:40 +00:00
compat.h Add printf format attribute for vasprintf(). 2008-05-27 19:27:48 +00:00
compiler.h Older versions of GNU gcc do not allow 'NULL' as sentinel. 2008-06-19 20:48:33 +00:00
config.h Document the input for ast_realtime_require_field() 2008-06-13 22:52:20 +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
devicestate.h Merge another change from team/russell/events 2008-06-10 14:06:29 +00:00
dial.h Add an API call that steals the answered channel so that a destruction of the dialing structure does not hang it up. 2008-01-25 02:52:10 +00:00
dlfcn-compat.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +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 This adds DNS SRV record support to DNS manager. If there is a SRV record for a given domain, the hostname and port listed in the SRV record will be used. If no SRV record exists or a SRV lookup is not attempted, the DNS lookup on the specified domain will be performed as normal. Chan_sip has been modified to take advantage of the new SRV support. 2008-04-01 17:53:08 +00:00
doxyref.h Change references to doc/channelvariables.txt to 2008-06-20 16:30:18 +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 provide definitions for __LITTLE_ENDIAN and __BIG_ENDIAN if not present. 2007-11-17 03:28:31 +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 Merged revisions 109309 via svnmerge from 2008-03-18 14:09:50 +00:00
features.h Move AST_FEATURE_FLAG_* and FEATURE_RETURN_* to features.h so that they can be used by modules. 2008-04-08 17:32:42 +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 Change the fsk filter used in CID and TDD decode to an integer based implementation 2007-08-06 19:52:40 +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 A lot of doxygen updates 2007-12-11 14:17:29 +00:00
http.h Re-add HTTP post support by moving to res_http_post.c 2008-04-02 15:25:48 +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
libresample.h and now just to keep the libresample party going... if the functions from libresample are going to be in the main Asterisk binary, it makes sense for the header that defines them to be available without any special CFLAGS and to out-of-tree modules building against /usr/include/asterisk 2008-01-02 18:21:04 +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 Added a new module, res_phoneprov, which allows auto-provisioning of phones 2008-01-09 21:37:26 +00:00
lock.h Merged revisions 126573 via svnmerge from 2008-06-30 16:07:25 +00:00
logger.h Detect if the installed gcc version supports the warn_unused_result attribute. 2008-06-19 17:55:34 +00:00
manager.h Add new functionality to http server that requires manager authentication for any path that includes a directory named 'private'. This patch also 2008-05-23 21:19:42 +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 Bring Voicetronix driver up to date with current drivers 2008-02-27 08:20:15 +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 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
paths.h modify http://svn.digium.com/view/asterisk?view=rev&rev=93603 2007-12-20 09:55:05 +00:00
pbx.h (closes issue #12689) 2008-06-16 20:43:46 +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 Move the table cache routines to res_odbc, so they can be used from other 2008-06-10 21:14:58 +00:00
rtp.h This patch adds more detailed statistics for RTP channels, and provides an API call to access it, including maximums, minimums, standard deviatinos, 2008-06-05 16:24:19 +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 Detect if the installed gcc version supports the warn_unused_result attribute. 2008-06-19 17:55:34 +00:00
sha1.h Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
slinfactory.h Put my slinfactory changes back in. 2008-04-07 14:54:42 +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 remove redundant #include "asterisk/compat.h", 2007-11-16 21:08:28 +00:00
strings.h Add an extra check in ast_strlen_zero, and make ast_assert() not print the 2008-05-15 22:05:47 +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 Updates all usages of ast_tcptls_session_instance to be managed by reference counts so that they only get destroyed when all threads are done using 2008-06-17 21:46:57 +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 Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
threadstorage.h minor cleanups 2007-12-18 02:42:44 +00:00
time.h Fix up some doxygen issues. 2008-02-15 17:29:08 +00:00
timing.h - add get_max_rate timing API call 2008-06-26 15:37:01 +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 Merge another change from team/russell/events ... 2008-06-10 12:48:50 +00:00