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
Joshua Colp d9aee5e353
Merged revisions 77869 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. 19 years ago
acl.h expose struct ast_ha so external code can do things such as printing it 19 years ago
adsi.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
ael_structs.h This finishes the changes for making Macro args LOCAL to the call, and allowing users to declare local variables. 19 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 77788 via svnmerge from 18 years ago
alaw.h yet another massive performance and memory savings improvement 20 years ago
app.h Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
ast_expr.h In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too. 19 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
astosp.h 1. Re-format the code. 19 years ago
autoconfig.h.in Merged revisions 77863 via svnmerge from 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. 19 years ago
channel.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. 19 years ago
chanspy.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. 19 years ago
chanvars.h
cli.h Merge a bunch of doxygen updates to header files. This includes changes to 19 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 Make trunk build once again. 19 years ago
crypto.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
devicestate.h Merge a bunch of doxygen updates to header files. This includes changes to 19 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 add an updated patch that adds dnsmgr support for outgoing iax2 registrations 20 years ago
doxyref.h (closes issue #10271) 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. 19 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 19 years ago
event.h Fix a bunch of doxygen errors and document more things 19 years ago
event_defs.h Merge major changes to the way device state is passed around Asterisk. The two 19 years ago
features.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. 19 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 19 years ago
fskmodem.h Expand on r48273 (from issue 8506), to translate more of the fskmodem stuff to English. 19 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 19 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 19 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. 19 years ago
jingle.h Doxygen additions, corrections 19 years ago
linkedlists.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
localtime.h Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 19 years ago
lock.h Merged revisions 76937 via svnmerge from 18 years ago
logger.h (closes issue #10192) 18 years ago
manager.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
md5.h
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. 19 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 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 Change the function name slightly... just for kpfleming! 19 years ago
plc.h Merged revisions 34087 via svnmerge from 20 years ago
poll-compat.h
privacy.h
res_odbc.h Merge a bunch of doxygen updates to header files. This includes changes to 19 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 19 years ago
sched.h
sha1.h
slinfactory.h Merge team/russell/frame_caching 19 years ago
smdi.h Fix a spelling mistake in a comment. 19 years ago
speech.h Merged revisions 77831 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 19 years ago
strings.h Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 19 years ago
tdd.h Merge a bunch of doxygen updates to header files. This includes changes to 19 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 19 years ago
transcap.h
translate.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
udptl.h Use linkedlist macros for UDPTL protocol list. 19 years ago
ulaw.h yet another massive performance and memory savings improvement 20 years ago
unaligned.h
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