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
Tilghman Lesher c95460a353
Oops, wrong define
17 years ago
..
_private.h Add a "timing test" CLI command. It opens a timer and configures it for 18 years ago
abstract_jb.h move the declaration of struct ast_channel ast_frame and ast_module 18 years ago
acl.h start using asterisk/network.h for network related headers. 18 years ago
adsi.h A lot of doxygen updates 18 years ago
ael_structs.h Merged revisions 111341 via svnmerge from 18 years ago
aes.h Fix a regression in Asterisk 1.6 related to the use of AES encryption. 18 years ago
aes_internal.h use the OpenSSL AES implementation if it's available (unless configured not to) 19 years ago
agi.h Add native AGI command GOSUB, as invoking Gosub with EXEC does not work 18 years ago
alaw.h A lot of doxygen updates 18 years ago
app.h Keep ast_app_inboxcount API compatible with 1.6.0. 18 years ago
ast_expr.h A lot of doxygen updates 18 years ago
ast_version.h Rename version.h to ast_version.h. Next, I will be re-adding version.h as an 18 years ago
astdb.h A lot of doxygen updates 18 years ago
astmm.h Add format attribute to printf-style functions in astmm.h 18 years ago
astobj.h Merged revisions 129970 via svnmerge from 18 years ago
astobj2.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
astosp.h 1. Re-format the code. 19 years ago
audiohook.h Add two new dialplan functions from libspeex for applying audio gain control 18 years ago
autoconfig.h.in Merged revisions 132641 via svnmerge from 18 years ago
callerid.h Clean up code that handles fsk mwi message generation by pulling it from do_monitor and creating its own thread. 18 years ago
causes.h Merged revisions 129149 via svnmerge from 18 years ago
cdr.h Merged revisions 127663 via svnmerge from 18 years ago
channel.h Code wasn't ready to be merged - see -dev list discussion 18 years ago
chanvars.h Bug 5858 - Make the chanvars.c functions return a 'const char *' 20 years ago
cli.h Remove "old"-style CLI handler, since nothing uses it anymore. 18 years ago
compat.h Add printf format attribute for vasprintf(). 18 years ago
compiler.h Older versions of GNU gcc do not allow 'NULL' as sentinel. 18 years ago
config.h Document the input for ast_realtime_require_field() 18 years ago
crypto.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
devicestate.h Deprecate *_device_state_* APIs in favor of *_devstate_* APIs 17 years ago
dial.h Add an API call that steals the answered channel so that a destruction of the dialing structure does not hang it up. 18 years ago
dlinkedlists.h re-add dlinkedlists.h to trunk, oops! 18 years ago
dns.h merge new_loader_completion branch, including (at least): 19 years ago
dnsmgr.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
doxyref.h Modify the main page of the doxygen documentation to link to a new page dedicated 17 years ago
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. 18 years ago
dundi.h Merge another change from team/russell/events ... 18 years ago
endian.h provide definitions for __LITTLE_ENDIAN and __BIG_ENDIAN if not present. 18 years ago
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 18 years ago
event.h Merge some more changes from team/russell/events 18 years ago
event_defs.h Merge some more changes from team/russell/events 18 years ago
extconf.h Merged revisions 109309 via svnmerge from 18 years ago
features.h Move AST_FEATURE_FLAG_* and FEATURE_RETURN_* to features.h so that they can be used by modules. 18 years ago
file.h Typo fixed earlier, that wasn't a typo after all. 18 years ago
frame.h Prefer T140 with REDundance before T140 without. 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 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. 18 years ago
hashtab.h A lot of doxygen updates 18 years ago
http.h Expose the prefix variable so that it can be used by modules depending on http support 18 years ago
image.h formatting cleanup on the header, 18 years ago
indications.h Doxygen documentationification 19 years ago
inline_api.h
io.h A lot of doxygen updates 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 18 years ago
linkedlists.h Simplify new macro, simplify configfile logic, now that list is sorted 18 years ago
localtime.h Added a new module, res_phoneprov, which allows auto-provisioning of phones 18 years ago
lock.h (closes issue #13089) 18 years ago
logger.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
manager.h Add new functionality to http server that requires manager authentication for any path that includes a directory named 'private'. This patch also 18 years ago
md5.h Start untangling header inclusion in a way that does not affect 18 years ago
mod_format.h Use a 32k file buffer on recordings, which increases the efficiency of file recording. 18 years ago
module.h Swap "static" and "const", so that "static" appears at the beginning of each 18 years ago
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) 19 years ago
musiconhold.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
netsock.h Remove astobj.h from some places where it wasn't needed 18 years ago
network.h Get default entity ID determination working on Linux again 18 years ago
options.h Merged revisions 133169 via svnmerge from 18 years ago
paths.h modify http://svn.digium.com/view/asterisk?view=rev&rev=93603 18 years ago
pbx.h Code wasn't ready to be merged - see -dev list discussion 18 years ago
plc.h Start untangling header inclusion in a way that does not affect 18 years ago
poll-compat.h
privacy.h
pval.h Merged revisions 111341 via svnmerge from 18 years ago
res_odbc.h Add some debug code and add a missing release 18 years ago
rtp.h Add new SIP cli command "sip show channelstats" that displays some QoS data (if we have RTCP reports 18 years ago
say.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
sched.h Oops, wrong define 17 years ago
sha1.h Start untangling header inclusion in a way that does not affect 18 years ago
slinfactory.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
smdi.h Merged revisions 104119 via svnmerge from 18 years ago
speech.h Merged revisions 79334 via svnmerge from 18 years ago
srv.h Merged revisions 88862 via svnmerge from 18 years ago
stringfields.h Merged revisions 132872 via svnmerge from 18 years ago
strings.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
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. 18 years ago
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 18 years ago
tdd.h Additional TDD changes (preparing for SIP changes - adding TDD support to SIP) 18 years ago
term.h Doxygen updates, formatting. 18 years ago
threadstorage.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
time.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
timing.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
transcap.h Doxygen updates, formatting. 18 years ago
translate.h Convert casts to unions, to fix alignment issues on Solaris 18 years ago
udptl.h Add the "config reload <conffile>" command, which allows you to tell Asterisk 18 years ago
ulaw.h Doxygen updates, formatting. 18 years ago
unaligned.h * In unaligned.h, remove some unnecessary casts and mark the arg of the 18 years ago
utils.h Merge another change from team/russell/events ... 18 years ago