dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/include/asterisk
file 4e5ba01e6a Make app_fax compatible with newer versions of spandsp. This remains backwards compatible with earlier versions though so do not fret.
(closes issue #14073)
Reported by: seandarcy


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@164257 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-15 15:41:22 +00:00
..
_private.h Introduce CLI permissions. 2008-12-01 18:52:14 +00:00
abstract_jb.h Merged revisions 135841,135847,135850 via svnmerge from 2008-08-06 00:30:53 +00:00
acl.h start using asterisk/network.h for network related headers. 2007-11-17 14:11:53 +00:00
adsi.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
ael_structs.h Merged revisions 136726 via svnmerge from 2008-08-08 00:48:35 +00:00
aes.h Fix a regression in Asterisk 1.6 related to the use of AES encryption. 2008-02-15 23:14:32 +00:00
aes_internal.h use the OpenSSL AES implementation if it's available (unless configured not to) 2007-05-24 22:07:50 +00:00
agi.h improve handling of API calls provided by loaded modules through use of some GCC features; this makes app_stack's usage of AGI APIs even cleaner, and will allow it to work 'as expected' either with or without res_agi being loaded 2008-11-26 21:20:50 +00:00
alaw.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
app.h Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
ast_expr.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
ast_version.h Rename version.h to ast_version.h. Next, I will be re-adding version.h as an 2008-02-26 20:02:14 +00:00
astdb.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
astmm.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
astobj.h Merged revisions 129970 via svnmerge from 2008-07-11 14:22:44 +00:00
astobj2.h Merged revisions 161426 via svnmerge from 2008-12-05 21:08:43 +00:00
astosp.h 1. Re-format the code. 2006-11-15 20:55:17 +00:00
audiohook.h Merged revisions 149204 via svnmerge from 2008-10-14 23:04:44 +00:00
autoconfig.h.in Make app_fax compatible with newer versions of spandsp. This remains backwards compatible with earlier versions though so do not fret. 2008-12-15 15:41:22 +00:00
buildinfo.h try to get this committed before the buildbot complains about a broken tree 2008-10-30 16:53:11 +00:00
callerid.h Merge in a few more changes. This time the include/ directory. 2008-08-07 14:36:59 +00:00
causes.h Merged revisions 129149 via svnmerge from 2008-07-08 20:30:29 +00:00
cdr.h Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
channel.h Merged revisions 163448 via svnmerge from 2008-12-12 13:55:30 +00:00
chanvars.h Add additional memory debugging to several core APIs, and fix several memory 2008-10-14 22:38:06 +00:00
cli.h Introduce CLI permissions. 2008-12-01 18:52:14 +00:00
compat.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
compiler.h instead of trying to forcibly load res_agi when app_stack is loaded (even if the administrator didn't want it loaded), use GCC weak symbols to determine whether it was loaded already or not; if it was loaded, then use it. 2008-11-02 23:34:39 +00:00
config.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
crypto.h Merge a bunch of doxygen updates to header files. This includes changes to 2007-07-16 02:51:56 +00:00
datastore.h datastore inheritance is a channel feature, so move this definition back 2008-08-05 17:05:34 +00:00
devicestate.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
dial.h * Fixed timeout logic in the dialing API as setting timeouts 2008-10-31 20:05:46 +00:00
dlinkedlists.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
dns.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
dnsmgr.h Fix a bunch of places where \arg was used instead of \param. Using \arg 2008-07-02 14:50:45 +00:00
doxyref.h Add some additional Asterisk project developer documentation. 2008-12-09 22:38:41 +00:00
dsp.h Add an option, waitfordialtone, for UK analog lines which do not end a call 2008-11-25 22:45:59 +00:00
dundi.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
endian.h only include this for OpenBSD. At least FreeBSD is borked when including it 2008-10-09 17:48:53 +00:00
enum.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
event.h Merge some more changes from team/russell/events 2008-06-10 14:53:40 +00:00
event_defs.h Merge some more changes from team/russell/events 2008-06-10 14:53:40 +00:00
extconf.h Merge changes from team/group/appdocsxml 2008-11-01 21:10:07 +00:00
features.h Merged revisions 153651 via svnmerge from 2008-11-02 20:06:03 +00:00
file.h Merged revisions 158072 via svnmerge from 2008-11-20 18:20:00 +00:00
frame.h Merged revisions 158072 via svnmerge from 2008-11-20 18:20:00 +00:00
fskmodem.h (Step 2 of 2) 2008-07-21 21:00:47 +00:00
fskmodem_float.h Optionally build integer-based routines for FSK tone decoding (but default 2008-07-21 20:59:03 +00:00
fskmodem_int.h Optionally build integer-based routines for FSK tone decoding (but default 2008-07-21 20:59:03 +00:00
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. 2008-03-01 01:30:37 +00:00
hashtab.h Add additional memory debugging to several core APIs, and fix several memory 2008-10-14 22:38:06 +00:00
http.h HTTP module memory leaks 2008-08-04 16:34:04 +00:00
image.h formatting cleanup on the header, 2007-11-23 09:03:33 +00:00
indications.h Convert open-coded linked list in indications to the AST_LIST_* macros. This 2008-11-07 16:18:52 +00:00
inline_api.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
io.h A lot of doxygen updates 2007-12-11 14:17:29 +00:00
jabber.h Fix a compile time error that occurs if OpenSSL is not installed. Reported by Noel Morais on the users mailing list 2008-06-27 07:28:17 +00:00
jingle.h Changed to temporary namespaces to match with latest XEPs. As soon as 2008-05-28 14:10:48 +00:00
linkedlists.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
localtime.h Add schedule extensions to app_meetme. In addition, the reporter found a 2008-10-01 23:02:25 +00:00
lock.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
logger.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
manager.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
md5.h Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
mod_format.h Use a 32k file buffer on recordings, which increases the efficiency of file recording. 2008-04-03 07:49:05 +00:00
module.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
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) 2007-07-10 15:07:25 +00:00
musiconhold.h Merge a bunch of doxygen updates to header files. This includes changes to 2007-07-16 02:51:56 +00:00
netsock.h Remove astobj.h from some places where it wasn't needed 2008-03-20 17:45:29 +00:00
network.h Get default entity ID determination working on Linux again 2008-06-12 17:38:27 +00:00
optional_api.h improve handling of API calls provided by loaded modules through use of some GCC features; this makes app_stack's usage of AGI APIs even cleaner, and will allow it to work 'as expected' either with or without res_agi being loaded 2008-11-26 21:20:50 +00:00
options.h Allow people to select the old console behavior of white text on a black 2008-10-07 17:44:32 +00:00
paths.h modify http://svn.digium.com/view/asterisk?view=rev&rev=93603 2007-12-20 09:55:05 +00:00
pbx.h Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
plc.h Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
poll-compat.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
privacy.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
pval.h Merged revisions 162013 via svnmerge from 2008-12-09 17:18:03 +00:00
res_odbc.h incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
rtp.h Add new SIP cli command "sip show channelstats" that displays some QoS data (if we have RTCP reports 2008-07-05 19:27:42 +00:00
say.h Merge a bunch of doxygen updates to header files. This includes changes to 2007-07-16 02:51:56 +00:00
sched.h Fix a bug in AST_SCHED_REPLACE_UNREF(). The reference count of the object 2008-10-30 19:28:06 +00:00
sha1.h Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
slin.h Merge codec_consistency branch. This should make sample usage much happier. 2008-10-17 21:35:23 +00:00
slinfactory.h Fix a bunch of places where \arg was used instead of \param. Using \arg 2008-07-02 14:50:45 +00:00
smdi.h Merged revisions 104119 via svnmerge from 2008-02-26 00:31:40 +00:00
speech.h Merged revisions 79334 via svnmerge from 2007-08-13 21:59:15 +00:00
srv.h Merged revisions 88862 via svnmerge from 2007-11-06 02:53:13 +00:00
stringfields.h it does help if the compiler attribute syntax is correct 2008-12-09 23:41:02 +00:00
strings.h Don't pass a negative to an unsigned type and expect things to work correctly. 2008-12-14 18:16:28 +00:00
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. 2008-05-03 03:40:32 +00:00
tcptls.h Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
tdd.h Additional TDD changes (preparing for SIP changes - adding TDD support to SIP) 2007-11-06 19:10:26 +00:00
term.h Move all the XML documentation API from pbx.c to xmldoc.c. 2008-11-10 13:53:23 +00:00
threadstorage.h Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
time.h Fix a bunch of places where \arg was used instead of \param. Using \arg 2008-07-02 14:50:45 +00:00
timing.h Add a todo for a new timing API implementation that would work for Linux systems 2008-10-30 20:46:17 +00:00
transcap.h Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
translate.h Convert casts to unions, to fix alignment issues on Solaris 2008-06-26 17:06:17 +00:00
udptl.h Add the "config reload <conffile>" command, which allows you to tell Asterisk 2008-03-26 18:39:06 +00:00
ulaw.h Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
unaligned.h * In unaligned.h, remove some unnecessary casts and mark the arg of the 2007-12-11 16:29:29 +00:00
utils.h Merged revisions 162413 via svnmerge from 2008-12-09 22:25:06 +00:00
xml.h Remove trailing whitespaces 2008-11-13 13:08:34 +00:00
xmldoc.h Remove trailing whitespaces 2008-11-13 13:08:34 +00:00