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
Jason Parker 54873bdb38
Merged revisions 97847 via svnmerge from
18 years ago
..
_private.h A lot of doxygen updates 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 A lot of doxygen updates 18 years ago
aes.h A lot of doxygen updates 18 years ago
aes_internal.h use the OpenSSL AES implementation if it's available (unless configured not to) 19 years ago
agi.h A lot of doxygen updates 18 years ago
alaw.h A lot of doxygen updates 18 years ago
app.h Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator, 18 years ago
ast_expr.h A lot of doxygen updates 18 years ago
astdb.h A lot of doxygen updates 18 years ago
astmm.h Start untangling header inclusion in a way that does not affect 18 years ago
astobj.h remove redundant #include "asterisk/compat.h", 18 years ago
astobj2.h A lot of doxygen updates 18 years ago
astosp.h 1. Re-format the code. 19 years ago
audiohook.h Adding support for the "automixmonitor" dial and queue options. 18 years ago
autoconfig.h.in Merged revisions 97734 via svnmerge from 18 years ago
callerid.h A lot of doxygen updates 18 years ago
causes.h A lot of doxygen updates 18 years ago
cdr.h A lot of doxygen updates 18 years ago
channel.h Document recent API addition 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 Merged revisions 90753 via svnmerge from 18 years ago
compiler.h Merged revisions 43861-43862 via svnmerge from 19 years ago
config.h Add CV_STRINGFIELD() macro. This lets you set a config variable to a string field. 18 years ago
crypto.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
devicestate.h A lot of doxygen updates 18 years ago
dial.h Add support for call forwarding and timeouts to the dialing API. 18 years ago
dlfcn-compat.h remove extraneous svn:executable properties 20 years ago
dns.h merge new_loader_completion branch, including (at least): 19 years ago
dnsmgr.h start using asterisk/network.h for network related headers. 18 years ago
doxyref.h Doxygen updates, formatting. 18 years ago
dsp.h A lot of doxygen updates 18 years ago
dundi.h After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort. 18 years ago
endian.h provide definitions for __LITTLE_ENDIAN and __BIG_ENDIAN if not present. 18 years ago
enum.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
event.h A lot of doxygen updates 18 years ago
event_defs.h Add API calls for iterating through an event. This should allow events to have multiple information elements (while there was nothing preventing it before you could not actually access any except the first one). 18 years ago
extconf.h A lot of doxygen updates 18 years ago
features.h Doxygen cleanups/fixes. 18 years ago
file.h Typo fixed earlier, that wasn't a typo after all. 18 years ago
frame.h Merged revisions 97847 via svnmerge from 18 years ago
fskmodem.h Change the fsk filter used in CID and TDD decode to an integer based implementation 18 years ago
global_datastores.h Merged revisions 90735 via svnmerge from 18 years ago
hashtab.h A lot of doxygen updates 18 years ago
http.h Merge changes from team/russell/http_filetxfer 19 years ago
image.h formatting cleanup on the header, 18 years ago
indications.h Doxygen documentationification 19 years ago
inline_api.h remove extraneous svn:executable properties 20 years ago
io.h A lot of doxygen updates 18 years ago
jabber.h Allow gtalk and jingle to use TLS connections again. 18 years ago
jingle.h Comply with latest XEP-0166, XEP-0167, XEP-0176. 18 years ago
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 18 years ago
linkedlists.h improve linked-list macros in two ways: 18 years ago
localtime.h Added a new module, res_phoneprov, which allows auto-provisioning of phones 18 years ago
lock.h Merged revisions 92875 via svnmerge from 18 years ago
logger.h Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate. 18 years ago
manager.h Several manager changes: 18 years ago
md5.h Start untangling header inclusion in a way that does not affect 18 years ago
mod_format.h A lot of doxygen updates 18 years ago
module.h There are three instances of the module definition macros, 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 18 years ago
netsock.h HUGE improvements to QoS/CoS handling by IgorG 18 years ago
network.h some platforms (e.g. FreeBSD4) need netinet/in.h to be included 18 years ago
options.h (closes issue #10192) 18 years ago
paths.h modify http://svn.digium.com/view/asterisk?view=rev&rev=93603 18 years ago
pbx.h Add count of total number of calls processed by asterisk during it's lifetime. 18 years ago
plc.h Start untangling header inclusion in a way that does not affect 18 years ago
poll-compat.h remove extraneous svn:executable properties 20 years ago
privacy.h remove extraneous svn:executable properties 20 years ago
pval.h Merged revisions 87168 via svnmerge from 18 years ago
res_odbc.h Merged revisions 89559 via svnmerge from 18 years ago
rtp.h HUGE improvements to QoS/CoS handling by IgorG 18 years ago
say.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
sched.h Merged revisions 83432 via svnmerge from 18 years ago
sha1.h Start untangling header inclusion in a way that does not affect 18 years ago
slinfactory.h Start untangling header inclusion in a way that does not affect 18 years ago
smdi.h Fix a spelling mistake in a comment. 19 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 remove redundant #include "asterisk/compat.h", 18 years ago
strings.h Add a new API function, written at least twice in app_voicemail.c 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 minor cleanups 18 years ago
time.h Add a couple of new time API calls - ast_tvdiff_sec and ast_tvdiff_usec 18 years ago
transcap.h Doxygen updates, formatting. 18 years ago
translate.h Merged revisions 94828-94829 via svnmerge from 18 years ago
udptl.h Doxygen updates, formatting. 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 move asterisk/paths.h outside asterisk.h and into those files 18 years ago
version.h Now that the version.h file was getting properly regenerated every time the svn 18 years ago
zapata.h Doxygen updates, formatting. 18 years ago