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 2ac281e0ed
Merged revisions 80426 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) 18 years ago
aes_internal.h use the OpenSSL AES implementation if it's available (unless configured not to) 18 years ago
agi.h Merged revisions 77788 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 Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration of the DTMF digit(s) to be specified and make the SendDTMF application have the capability to use it. 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 80426 via svnmerge from 18 years ago
astosp.h 1. Re-format the code. 19 years ago
audiohook.h Merge audiohooks branch into trunk. This is a new API for developers to listen and manipulate the audio going through a channel. 18 years ago
autoconfig.h.in Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements. 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. 18 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 constify the return value of reason2str 18 years ago
chanvars.h Bug 5858 - Make the chanvars.c functions return a 'const char *' 20 years ago
cli.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
compat.h Merged revisions 60603 via svnmerge from 18 years ago
compiler.h Merged revisions 43861-43862 via svnmerge from 19 years ago
config.h Don't reload a configuration file if nothing has changed. 18 years ago
crypto.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
devicestate.h Merge a set of device state improvements from team/russell/events. 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 add an updated patch that adds dnsmgr support for outgoing iax2 registrations 19 years ago
doxyref.h (closes issue #10271) 18 years ago
dsp.h remove extraneous svn:executable properties 20 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 various minor portability fixes (mostly from tholo for OpenBSD) 19 years ago
enum.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
event.h Fix a bunch of doxygen errors and document more things 18 years ago
event_defs.h Fix a problem that I had introduced into MWI handling. I had ignored 18 years ago
extconf.h Missing from murf's last trunk commit, which was why trunk won't compile 18 years ago
features.h Add another big set of doxygen documentation improvements from snuffy. 18 years ago
file.h (closes issue #10271) 18 years ago
frame.h Merge a bunch of doxygen updates to header files. This includes changes to 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 18 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 remove extraneous svn:executable properties 20 years ago
io.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
jabber.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
jingle.h Doxygen additions, corrections 19 years ago
linkedlists.h Merged revisions 78184 via svnmerge from 18 years ago
localtime.h Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 18 years ago
lock.h Stephn Davies reports that this will help make things work on 64-bit machines 18 years ago
logger.h (closes issue #10192) 18 years ago
manager.h Use the linkedlists.h macros for the manager action list. 18 years ago
md5.h remove extraneous svn:executable properties 20 years ago
module.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
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) 18 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 18 years ago
options.h (closes issue #10192) 18 years ago
paths.h Fixing a comment 19 years ago
pbx.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
plc.h Merged revisions 34087 via svnmerge from 19 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 Missing from murf's last trunk commit, which was why trunk won't compile 18 years ago
res_odbc.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
rtp.h Small improvement to the STUN support so it can be used by 18 years ago
say.h Merge a bunch of doxygen updates to header files. This includes changes to 18 years ago
sched.h This commit adds a scheduler API call, ast_sched_replace that can be used 18 years ago
sha1.h merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found 20 years ago
slinfactory.h Merge audiohooks branch into trunk. This is a new API for developers to listen and manipulate the audio going through a channel. 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 Fix a bunch of doxygen errors and document more things 18 years ago
strings.h Merged revisions 80362 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 Merged revisions 77869 via svnmerge from 18 years ago
time.h Merged revisions 68814 via svnmerge from 18 years ago
transcap.h remove extraneous svn:executable properties 20 years ago
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. 18 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 remove extraneous svn:executable properties 20 years ago
utils.h Add support for using /dev/urandom to get random numbers on systems that support it. 18 years ago
zapata.h Doxygen additions, corrections 19 years ago