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
Tilghman Lesher f1de129e5f
Merged revisions 89559 via svnmerge from
19 years ago
..
_private.h implement the split of file.h and mod_format.h 19 years ago
abstract_jb.h move the declaration of struct ast_channel ast_frame and ast_module 19 years ago
acl.h start using asterisk/network.h for network related headers. 19 years ago
adsi.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
ael_structs.h move asterisk/paths.h outside asterisk.h and into those files 19 years ago
aes.h use the OpenSSL AES implementation if it's available (unless configured not to) 20 years ago
aes_internal.h use the OpenSSL AES implementation if it's available (unless configured not to) 20 years ago
agi.h Print out the channel name as a prefix to the "agi debug" output. This makes 19 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. 19 years ago
app.h shuffle a little bit the content of header files to reduce dependencies. 19 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. 19 years ago
astdb.h
astmm.h Start untangling header inclusion in a way that does not affect 19 years ago
astobj.h remove redundant #include "asterisk/compat.h", 19 years ago
astobj2.h Merged revisions 81778 via svnmerge from 19 years ago
astosp.h
audiohook.h more removal of redundant headers 19 years ago
autoconfig.h.in add check for video4linux 19 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
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 Housekeeping... 19 years ago
chanvars.h
cli.h Start untangling header inclusion in a way that does not affect 19 years ago
compat.h move these forward declarations back to asterisk.h where they belong... even though asterisk.h includes compat.h, these declarations have nothing to do with the being platform-compatible and are directly related to being part of Asterisk 19 years ago
compiler.h
config.h Start untangling header inclusion in a way that does not affect 19 years ago
crypto.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
devicestate.h Don't note that functions are deprecated in favor of themselves. This was 19 years ago
dial.h Add support for call forwarding and timeouts to the dialing API. 19 years ago
dlfcn-compat.h
dns.h
dnsmgr.h start using asterisk/network.h for network related headers. 19 years ago
doxyref.h Various code and documentation cleanups for res_config_sqlite 19 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 provide definitions for __LITTLE_ENDIAN and __BIG_ENDIAN if not present. 19 years ago
enum.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
event.h fix a typo in a comment 19 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). 19 years ago
extconf.h Missing from murf's last trunk commit, which was why trunk won't compile 19 years ago
features.h Doxygen cleanups/fixes. 19 years ago
file.h implement the split of file.h and mod_format.h 19 years ago
frame.h implement the split of file.h and mod_format.h 19 years ago
fskmodem.h Change the fsk filter used in CID and TDD decode to an integer based implementation 19 years ago
hashtab.h Fix up various coding guidelines issues ... 19 years ago
http.h Merge changes from team/russell/http_filetxfer 19 years ago
image.h formatting cleanup on the header, 19 years ago
indications.h
inline_api.h
io.h Update the configure script check for sys/poll.h to also provide the result in 19 years ago
jabber.h Allow gtalk and jingle to use TLS connections again. 19 years ago
jingle.h Comply with latest XEP-0166, XEP-0167, XEP-0176. 19 years ago
linkedlists.h improve linked-list macros in two ways: 19 years ago
localtime.h Merged revisions 82285 via svnmerge from 19 years ago
lock.h move the declaration of struct ast_channel ast_frame and ast_module 19 years ago
logger.h revert inclusion of options.h 19 years ago
manager.h start using asterisk/network.h for network related headers. 19 years ago
md5.h Start untangling header inclusion in a way that does not affect 19 years ago
mod_format.h Add a specific header for providers of file and format handling routines, 19 years ago
module.h shuffle a little bit the content of header files to reduce dependencies. 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 start using asterisk/network.h for network related headers. 19 years ago
network.h Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP and PTHREAD_MUTEX_RECURSIVE_NP. Enclose error message from network.h in " 19 years ago
options.h (closes issue #10192) 19 years ago
paths.h move asterisk/paths.h outside asterisk.h and into those files 19 years ago
pbx.h closes issue #11363; where the pattern _20x. buried in an included context, didn't match 2012; There were a small set of problems to fix: 1. I needed NOT to score patterns unless you are at the end of the data string. 2. Capital N,X,Z and small n,x,z are OK in patterns. I canonicalize the patterns in the trie to caps. 3. When a pattern ends with dot or exclamation, CANMATCH/MATCHMORE should always report this pattern, no matter the length. With this commit, I also supplied the wish of Luigi, where the user can select which pattern matching algorithm to use, the old (legacy) pattern matcher, or the new, trie based matcher. The OLD matcher is the default. A new [general] section variable, extenpatternmatchnew, is added to the extensions.conf, and the example config has it set to false. If true, the new matcher is used. In all other respects, the context/exten structs are the same; the tries and hashtabs are formed, but in the new mode the tries are not used. A new CLI command 'dialplan set extenpatternmatch true/false' is provided to allow switching at run time. I beg users that are forced to return to the old matcher to please report the reason in the bug tracker. Measured the speed benefit of the new matcher against an impossibly large context with 10,000 extensions: the new matcher is 374 times faster. 19 years ago
plc.h Start untangling header inclusion in a way that does not affect 19 years ago
poll-compat.h
privacy.h
pval.h Merged revisions 87168 via svnmerge from 19 years ago
res_odbc.h Merged revisions 89559 via svnmerge from 19 years ago
rtp.h start using asterisk/network.h for network related headers. 19 years ago
say.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
sched.h Merged revisions 83432 via svnmerge from 19 years ago
sha1.h Start untangling header inclusion in a way that does not affect 19 years ago
slinfactory.h Start untangling header inclusion in a way that does not affect 19 years ago
smdi.h
speech.h Merged revisions 79334 via svnmerge from 19 years ago
srv.h Merged revisions 88862 via svnmerge from 19 years ago
stringfields.h remove redundant #include "asterisk/compat.h", 19 years ago
strings.h remove redundant #include "asterisk/compat.h", 19 years ago
tdd.h Additional TDD changes (preparing for SIP changes - adding TDD support to SIP) 19 years ago
term.h
threadstorage.h Make sure that libpthread doesn't try to call free() directly when MALLOC_DEBUG 19 years ago
time.h Start untangling header inclusion in a way that does not affect 19 years ago
transcap.h
translate.h Commit some cleanups to the format type code. 19 years ago
udptl.h start using asterisk/network.h for network related headers. 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. 19 years ago
unaligned.h
utils.h move asterisk/paths.h outside asterisk.h and into those files 19 years ago
zapata.h