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
Russell Bryant f7782d60d1
Merged revisions 87396 via svnmerge from
18 years ago
..
abstract_jb.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
acl.h expose struct ast_ha so external code can do things such as printing it 18 years ago
adsi.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
ael_structs.h This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. 18 years ago
aes.h use the OpenSSL AES implementation if it's available (unless configured not to) 19 years ago
aes_internal.h use the OpenSSL AES implementation if it's available (unless configured not to) 19 years ago
agi.h Merged revisions 82929 via svnmerge from 18 years ago
alaw.h This change set fixes bug 8126 in trunk. It is implemented via compile time options, activated via the menuselect stuff, which defaults to the old way. non-zero sample data added. Translate tables expressed in microseconds instead of milliseconds, with 5-digit data now instead of 3, giving 2 more digits of precision. 18 years ago
app.h Use the same delimited character as the FILTER function in FIELDQTY and CUT. 18 years ago
ast_expr.h This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. 18 years ago
astdb.h const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here 19 years ago
astmm.h Merged revisions 48987 via svnmerge from 19 years ago
astobj.h Sure enough, some of the uses of astobj are doing recursive locking. This 19 years ago
astobj2.h Merged revisions 81778 via svnmerge from 18 years ago
astosp.h 1. Re-format the code. 19 years ago
audiohook.h Doxygen cleanups/fixes. 18 years ago
autoconfig.h.in Add autoconf checks for extra suppserv definitions that are not present in releases yet. chan_misdn should now build against the latest release. 18 years ago
callerid.h These changes were submitted via bug 6683, to allow CID detection in India, with carriers that do Polarity/DTMF CID signalling. 19 years ago
causes.h Doxygen update 19 years ago
cdr.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
channel.h Merged revisions 86330 via svnmerge from 18 years ago
chanvars.h
cli.h Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 18 years ago
compat.h Merged revisions 60603 via svnmerge from 19 years ago
compiler.h Merged revisions 43861-43862 via svnmerge from 19 years ago
config.h this set of changes fixes issue # 10643 by keeping track of the last object defined in a file, and attaching any accumulated comments to that object (category header or variable declaration). The file_save routine also had to be upgraded to output these trailing comments. Config.h was modified to include the trailing comment list on categories and variables. 18 years ago
crypto.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
devicestate.h Don't note that functions are deprecated in favor of themselves. This was 18 years ago
dial.h Add support for call forwarding and timeouts to the dialing API. 18 years ago
dlfcn-compat.h
dns.h merge new_loader_completion branch, including (at least): 19 years ago
dnsmgr.h
doxyref.h Various code and documentation cleanups for res_config_sqlite 18 years ago
dsp.h
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 various minor portability fixes (mostly from tholo for OpenBSD) 20 years ago
enum.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
event.h fix a typo in a comment 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 Missing from murf's last trunk commit, which was why trunk won't compile 18 years ago
features.h Doxygen cleanups/fixes. 18 years ago
file.h Merged revisions 85316 via svnmerge from 18 years ago
frame.h Merged revisions 85195 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
http.h Merge changes from team/russell/http_filetxfer 19 years ago
image.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
indications.h Doxygen documentationification 19 years ago
inline_api.h
io.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
jabber.h Make the status and priority configurable. 18 years ago
jingle.h Comply with latest XEP-0166, XEP-0167, XEP-0176. 18 years ago
linkedlists.h Merged revisions 87069 via svnmerge from 18 years ago
localtime.h Merged revisions 82285 via svnmerge from 18 years ago
lock.h Merged revisions 87396 via svnmerge from 18 years ago
logger.h Merged revisions 85533 via svnmerge from 18 years ago
manager.h Use the linkedlists.h macros for the manager action list. 18 years ago
md5.h
module.h Merged revisions 84146 via svnmerge from 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 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The 19 years ago
options.h (closes issue #10192) 18 years ago
paths.h Fixing a comment 19 years ago
pbx.h Create a universal exception handling extension, "e" (closes issue #9785) 18 years ago
plc.h Merged revisions 34087 via svnmerge from 20 years ago
poll-compat.h
privacy.h
pval.h Merged revisions 87168 via svnmerge from 18 years ago
res_odbc.h Add a direct execute method to res_odbc (closes issue #10722) 18 years ago
rtp.h Small improvement to the STUN support so it can be used by 19 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 Doxygen cleanups/fixes. 18 years ago
slinfactory.h Add doxygen documentation for slinfactory_destroy(), mainly just noting that 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 merge new_loader_completion branch, including (at least): 19 years ago
stringfields.h Doxygen cleanups/fixes. 18 years ago
strings.h Merged revisions 85561 via svnmerge from 18 years ago
tdd.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
term.h safe terminal output is sweet. 19 years ago
threadstorage.h Make sure that libpthread doesn't try to call free() directly when MALLOC_DEBUG 18 years ago
time.h Merged revisions 68814 via svnmerge from 19 years ago
transcap.h
translate.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
udptl.h Use linkedlist macros for UDPTL protocol list. 19 years ago
ulaw.h This change set fixes bug 8126 in trunk. It is implemented via compile time options, activated via the menuselect stuff, which defaults to the old way. non-zero sample data added. Translate tables expressed in microseconds instead of milliseconds, with 5-digit data now instead of 3, giving 2 more digits of precision. 18 years ago
unaligned.h
utils.h Make the MALLOC_DEBUG output for free() useful again. After changing calls to 18 years ago
zapata.h Doxygen additions, corrections 19 years ago