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
Philippe Sultan 510430a6a2
Make the status and priority configurable.
19 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 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
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 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 (closes issue #7852) 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
astobj.h
astobj2.h Merged revisions 81778 via svnmerge from 19 years ago
astosp.h
audiohook.h Doxygen cleanups/fixes. 19 years ago
autoconfig.h.in Fixes for FreeBSD... testing for every conceivable math function now 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 Merged revisions 84018 via svnmerge from 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
compiler.h
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. 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
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
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 Change function documentation to use doxygen tags. (Really, I just needed 19 years ago
frame.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
fskmodem.h Change the fsk filter used in CID and TDD decode to an integer based implementation 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
inline_api.h
io.h Merge a bunch of doxygen updates to header files. This includes changes to 19 years ago
jabber.h Make the status and priority configurable. 19 years ago
jingle.h Comply with latest XEP-0166, XEP-0167, XEP-0176. 19 years ago
linkedlists.h Merged revisions 78184 via svnmerge from 19 years ago
localtime.h Merged revisions 82285 via svnmerge from 19 years ago
lock.h Merged revisions 84271 via svnmerge from 19 years ago
logger.h logger.h depends on options.h, so go ahead and include it 19 years ago
manager.h Use the linkedlists.h macros for the manager action list. 19 years ago
md5.h
module.h Merged revisions 84146 via svnmerge from 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) 19 years ago
paths.h
pbx.h Create a universal exception handling extension, "e" (closes issue #9785) 19 years ago
plc.h
poll-compat.h
privacy.h
pval.h Missing from murf's last trunk commit, which was why trunk won't compile 19 years ago
res_odbc.h Add a direct execute method to res_odbc (closes issue #10722) 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 Merged revisions 83432 via svnmerge from 19 years ago
sha1.h Doxygen cleanups/fixes. 19 years ago
slinfactory.h Add doxygen documentation for slinfactory_destroy(), mainly just noting that 19 years ago
smdi.h
speech.h Merged revisions 79334 via svnmerge from 19 years ago
srv.h
stringfields.h Doxygen cleanups/fixes. 19 years ago
strings.h Doxygen cleanups/fixes. 19 years ago
tdd.h Merge a bunch of doxygen updates to header files. This includes changes to 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 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 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 Make the MALLOC_DEBUG output for free() useful again. After changing calls to 19 years ago
zapata.h