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
Steve Murphy aa905e347e
Merged revisions 166093 via svnmerge from
17 years ago
..
_private.h Introduce CLI permissions. 17 years ago
abstract_jb.h Merged revisions 135841,135847,135850 via svnmerge from 17 years ago
acl.h
adsi.h A lot of doxygen updates 18 years ago
ael_structs.h Merged revisions 136726 via svnmerge from 17 years ago
aes.h Fix a regression in Asterisk 1.6 related to the use of AES encryption. 18 years ago
aes_internal.h
agi.h improve handling of API calls provided by loaded modules through use of some GCC features; this makes app_stack's usage of AGI APIs even cleaner, and will allow it to work 'as expected' either with or without res_agi being loaded 17 years ago
alaw.h A lot of doxygen updates 18 years ago
app.h Merge ast_str_opaque branch (discontinue usage of ast_str internals) 17 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 incorporates r159808 from branches/1.4: 17 years ago
astobj.h Merged revisions 129970 via svnmerge from 18 years ago
astobj2.h Merged revisions 161426 via svnmerge from 17 years ago
astosp.h
audiohook.h Adding a new dialplan function AUDIOHOOK_INHERIT 17 years ago
autoconfig.h.in Add configuration support for half_full DAHDI buffer policy 17 years ago
buildinfo.h try to get this committed before the buildbot complains about a broken tree 17 years ago
callerid.h Merge in a few more changes. This time the include/ directory. 17 years ago
causes.h Merged revisions 129149 via svnmerge from 18 years ago
cdr.h Merge ast_str_opaque branch (discontinue usage of ast_str internals) 17 years ago
channel.h Merged revisions 164416 via svnmerge from 17 years ago
chanvars.h Add additional memory debugging to several core APIs, and fix several memory 17 years ago
cli.h Introduce CLI permissions. 17 years ago
compat.h incorporates r159808 from branches/1.4: 17 years ago
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. 17 years ago
config.h incorporates r159808 from branches/1.4: 17 years ago
crypto.h
datastore.h datastore inheritance is a channel feature, so move this definition back 17 years ago
devicestate.h incorporates r159808 from branches/1.4: 17 years ago
dial.h * Fixed timeout logic in the dialing API as setting timeouts 17 years ago
dlinkedlists.h incorporates r159808 from branches/1.4: 17 years ago
dns.h
dnsmgr.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
doxyref.h Make a note about formatting the review URL in commit messages 17 years ago
dsp.h Add an option, waitfordialtone, for UK analog lines which do not end a call 17 years ago
dundi.h incorporates r159808 from branches/1.4: 17 years ago
endian.h only include this for OpenBSD. At least FreeBSD is borked when including it 17 years ago
enum.h incorporates r159808 from branches/1.4: 17 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 Merge changes from team/group/appdocsxml 17 years ago
features.h Merged revisions 166093 via svnmerge from 17 years ago
file.h Merged revisions 158072 via svnmerge from 17 years ago
frame.h Merged revisions 158072 via svnmerge from 17 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 Add additional memory debugging to several core APIs, and fix several memory 17 years ago
http.h HTTP module memory leaks 17 years ago
image.h
indications.h Convert open-coded linked list in indications to the AST_LIST_* macros. This 17 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 incorporates r159808 from branches/1.4: 17 years ago
localtime.h Add schedule extensions to app_meetme. In addition, the reporter found a 17 years ago
lock.h incorporates r159808 from branches/1.4: 17 years ago
logger.h incorporates r159808 from branches/1.4: 17 years ago
manager.h incorporates r159808 from branches/1.4: 17 years ago
md5.h
mod_format.h Use a 32k file buffer on recordings, which increases the efficiency of file recording. 18 years ago
module.h incorporates r159808 from branches/1.4: 17 years ago
monitor.h
musiconhold.h
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
optional_api.h improve handling of API calls provided by loaded modules through use of some GCC features; this makes app_stack's usage of AGI APIs even cleaner, and will allow it to work 'as expected' either with or without res_agi being loaded 17 years ago
options.h Allow people to select the old console behavior of white text on a black 17 years ago
paths.h modify http://svn.digium.com/view/asterisk?view=rev&rev=93603 18 years ago
pbx.h Merged revisions 166093 via svnmerge from 17 years ago
plc.h
poll-compat.h
privacy.h
pval.h Merged revisions 162013 via svnmerge from 17 years ago
res_odbc.h incorporates r159808 from branches/1.4: 17 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
sched.h Fix a bug in AST_SCHED_REPLACE_UNREF(). The reference count of the object 17 years ago
sha1.h
slin.h Merge codec_consistency branch. This should make sample usage much happier. 17 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
srv.h
stringfields.h it does help if the compiler attribute syntax is correct 17 years ago
strings.h Remove duplicate code from the ast_str API. We now use __AST_STR_* to 17 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 Merge ast_str_opaque branch (discontinue usage of ast_str internals) 17 years ago
tdd.h
term.h Move all the XML documentation API from pbx.c to xmldoc.c. 17 years ago
threadstorage.h Merged revisions 164736 via svnmerge from 17 years ago
time.h Fix a bunch of places where \arg was used instead of \param. Using \arg 18 years ago
timing.h Add a todo for a new timing API implementation that would work for Linux systems 17 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 Introduce ast_careful_fwrite() and use in AMI to prevent partial writes. 17 years ago
xml.h Remove trailing whitespaces 17 years ago
xmldoc.h Remove trailing whitespaces 17 years ago