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 000625953b
Get default entity ID determination working on Linux again
18 years ago
..
_private.h A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed. 18 years ago
abstract_jb.h
acl.h
adsi.h
ael_structs.h Merged revisions 111341 via svnmerge from 18 years ago
aes.h Fix a regression in Asterisk 1.6 related to the use of AES encryption. 18 years ago
aes_internal.h
agi.h Add native AGI command GOSUB, as invoking Gosub with EXEC does not work 18 years ago
alaw.h
app.h Adding support for "urgent" voicemail messages. Messages which are 18 years ago
ast_expr.h
ast_version.h Rename version.h to ast_version.h. Next, I will be re-adding version.h as an 18 years ago
astdb.h
astmm.h Add format attribute to printf-style functions in astmm.h 18 years ago
astobj.h Round 2 of IMAP_STORAGE app_voicemail.c fixes: 18 years ago
astobj2.h Introducing various astobj2 enhancements, chief being a refcount tracing feature, and various documentation updates in astobj2.h, and the addition of standalone utility, refcounter, that will filter the trace output for unbalanced, unfreed objects. This comes from the team/murf/bug11210 branch. 18 years ago
astosp.h
audiohook.h Add two new dialplan functions from libspeex for applying audio gain control 18 years ago
autoconfig.h.in Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 18 years ago
callerid.h
causes.h
cdr.h Merged revisions 122046 via svnmerge from 18 years ago
channel.h Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 18 years ago
chanvars.h
cli.h
compat.h Add printf format attribute for vasprintf(). 18 years ago
compiler.h Merged revisions 115279 via svnmerge from 18 years ago
config.h Expand RQ_INTEGER type out to multiple types, one for each precision 18 years ago
crypto.h
dahdi.h Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 18 years ago
devicestate.h Merge another change from team/russell/events 18 years ago
dial.h Add an API call that steals the answered channel so that a destruction of the dialing structure does not hang it up. 18 years ago
dlfcn-compat.h
dlinkedlists.h re-add dlinkedlists.h to trunk, oops! 18 years ago
dns.h
dnsmgr.h This adds DNS SRV record support to DNS manager. If there is a SRV record for a given domain, the hostname and port listed in the SRV record will be used. If no SRV record exists or a SRV lookup is not attempted, the DNS lookup on the specified domain will be performed as normal. Chan_sip has been modified to take advantage of the new SRV support. 18 years ago
doxyref.h Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 18 years ago
dsp.h Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 18 years ago
dundi.h Merge another change from team/russell/events ... 18 years ago
endian.h
enum.h The following patch adds new options and alters the default behavior of the ENUM* functions. The TXCIDNAME lookup function has also gotten a 18 years ago
event.h Merge some more changes from team/russell/events 18 years ago
event_defs.h Merge some more changes from team/russell/events 18 years ago
extconf.h Merged revisions 109309 via svnmerge from 18 years ago
features.h Move AST_FEATURE_FLAG_* and FEATURE_RETURN_* to features.h so that they can be used by modules. 18 years ago
file.h
frame.h Prefer T140 with REDundance before T140 without. 18 years ago
fskmodem.h
global_datastores.h Asterisk, when parking can drop rights a caller when a parking timeout occurs. Also, when doing built-in attended transfers, sometimes incorrectly passes rights from the transferrer to the transferee. This patch tries to fixes the parking issue and lays some groundwork for later fixing the transfer issue. 18 years ago
hashtab.h
http.h Re-add HTTP post support by moving to res_http_post.c 18 years ago
image.h
indications.h
inline_api.h
io.h
jabber.h Use an ast_flags structure in aji_client and aji_buddy rather than an 18 years ago
jingle.h Changed to temporary namespaces to match with latest XEPs. As soon as 18 years ago
libresample.h
linkedlists.h Simplify new macro, simplify configfile logic, now that list is sorted 18 years ago
localtime.h
lock.h fix build for non debug threads 18 years ago
logger.h Adds support for changing logger settingss on remote consoles with a 18 years ago
manager.h Add new functionality to http server that requires manager authentication for any path that includes a directory named 'private'. This patch also 18 years ago
md5.h
mod_format.h Use a 32k file buffer on recordings, which increases the efficiency of file recording. 18 years ago
module.h Bring Voicetronix driver up to date with current drivers 18 years ago
monitor.h
musiconhold.h
netsock.h Remove astobj.h from some places where it wasn't needed 18 years ago
network.h Get default entity ID determination working on Linux again 18 years ago
options.h Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 18 years ago
paths.h
pbx.h Modify TIMEOUT() to be accurate down to the millisecond. 18 years ago
plc.h
poll-compat.h
privacy.h
pval.h Merged revisions 111341 via svnmerge from 18 years ago
res_odbc.h Move the table cache routines to res_odbc, so they can be used from other 18 years ago
rtp.h This patch adds more detailed statistics for RTP channels, and provides an API call to access it, including maximums, minimums, standard deviatinos, 18 years ago
say.h
sched.h Merged revisions 115196 via svnmerge from 18 years ago
sha1.h
slinfactory.h Put my slinfactory changes back in. 18 years ago
smdi.h Merged revisions 104119 via svnmerge from 18 years ago
speech.h
srv.h
stringfields.h
strings.h Add an extra check in ast_strlen_zero, and make ast_assert() not print the 18 years ago
taskprocessor.h A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed. 18 years ago
tcptls.h Rename ast_tcptls_server_instance to session_instance, since this pertains to 18 years ago
tdd.h
term.h
threadstorage.h
time.h Fix up some doxygen issues. 18 years ago
timing.h clarify documentation on how timer intervals should be specified 18 years ago
transcap.h
translate.h Merged revisions 99081 via svnmerge from 18 years ago
udptl.h Add the "config reload <conffile>" command, which allows you to tell Asterisk 18 years ago
ulaw.h
unaligned.h
utils.h Merge another change from team/russell/events ... 18 years ago