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
markster adcf1fa4f7 Add structures for status reporting
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4121 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-28 19:55:18 +00:00
..
acl.h Add ACL copy routines (bug #1733) 2004-05-27 20:53:02 +00:00
adsi.h Revert back to 16 so keys are displayed properly (bug #2240) 2004-08-30 05:27:51 +00:00
aes.h Add AES support 2003-12-25 14:01:55 +00:00
agi.h Merge BSD stack size work (bug #2067) 2004-08-08 17:15:02 +00:00
alaw.h Version 0.1.10 from FTP 2001-12-09 00:41:43 +00:00
app.h Add ability to check voicemail from multiple folders (bug #2561) 2004-10-03 21:18:27 +00:00
ast_expr.h Version 0.2.0 from FTP 2002-07-26 15:44:05 +00:00
astdb.h Add ast_db_freetree and ast_db_gettree 2003-04-13 04:17:45 +00:00
astmm.h add a vasprintf replacement. Bug #839 2004-01-14 06:35:01 +00:00
astosp.h Add sample config file, implement verification 2004-06-25 05:52:55 +00:00
callerid.h Fix some callerid output 2004-10-22 19:45:39 +00:00
causes.h Pass concept of status back, permit "leaveempty" to work with static agents who are not loggedon (bug #2719) 2004-10-26 22:25:43 +00:00
cdr.h rollback stupid code 2004-10-27 03:33:14 +00:00
channel.h Pass concept of status back, permit "leaveempty" to work with static agents who are not loggedon (bug #2719) 2004-10-26 22:25:43 +00:00
channel_pvt.h First pass at making transfer work within agent (not tested, shouldn't break anything that currently worked) 2004-10-23 12:19:47 +00:00
chanvars.h Add "Loopback" switch 2004-10-24 02:53:24 +00:00
cli.h Remove size restiction on remote console command completion (bug 1360) 2004-04-06 07:42:01 +00:00
config.h Minor config updates, add module counts (bug #2593) 2004-10-08 18:20:49 +00:00
config_pvt.h Minor config updates, add module counts (bug #2593) 2004-10-08 18:20:49 +00:00
crypto.h Add extra checks for keys and convenience encrypt/decrypt functions 2004-09-18 03:59:51 +00:00
cvsid.h Ditch nested comment 2004-01-27 00:30:03 +00:00
dlfcn-compat.h Make it build and run on MacOS X 2003-10-26 18:50:49 +00:00
dns.h Add missing files 2003-09-27 00:37:07 +00:00
dsp.h Make faxdetect configurable and turn OFF by default 2004-06-07 23:38:39 +00:00
dundi.h Add structures for status reporting 2004-10-28 19:55:18 +00:00
enum.h Add ability to look up callerid name by txt (bug #1442) 2004-05-16 18:12:16 +00:00
features.h Oops, make that ast_features 2004-07-17 23:56:12 +00:00
file.h Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altserver support) 2004-06-30 03:22:29 +00:00
frame.h Repair offer/answer model (bug #2293), initial CNG work for new frametype 2004-08-26 04:56:26 +00:00
fskmodem.h Version 0.1.7 from FTP 2001-03-24 02:45:02 +00:00
image.h Version 0.1.10 from FTP 2001-10-31 17:05:44 +00:00
indications.h Totally revamp thread debugging to support locating and removing deadlocks 2003-08-13 15:25:16 +00:00
io.h Make it build and run on MacOS X 2003-10-26 18:50:49 +00:00
linkedlists.h Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 18:49:00 +00:00
localtime.h More cleanups and OSX fixes for 10.3 2003-10-27 20:00:41 +00:00
lock.h Fix initialization tiddly bit 2004-10-20 12:39:22 +00:00
logger.h Add queue logging and fix indications buglet 2004-02-12 22:11:02 +00:00
manager.h Back out accidental changes by anthm 2004-07-02 23:11:14 +00:00
md5.h Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the right info on freebsd and on linux inttypes.h includes stdint.h) (bug 1369) 2004-04-06 18:20:30 +00:00
module.h Provide module command completion (make twisted happy) 2004-10-16 21:14:05 +00:00
monitor.h Add recording agent's calls patch. Basically the call starts recording when the agent picks up and the file is stamped with the agent's id and the timestamp. Also optionally a URL link to that file may be inserted in the userfield of the CDR record. By default the recorded file will be mixed if soxmix is available. 2004-02-03 16:57:00 +00:00
musiconhold.h Don't use "class" keyword in music on hold (bug #2316) 2004-08-29 06:09:29 +00:00
options.h Merge anthm's "-t" flag (with minor mods) (bug #2380) 2004-09-07 01:49:08 +00:00
pbx.h Add "Loopback" switch 2004-10-24 02:53:24 +00:00
poll-compat.h Make it build and run on MacOS X 2003-10-26 18:50:49 +00:00
privacy.h Version 0.3.0 from FTP 2003-01-17 03:46:33 +00:00
res_odbc.h Major changes to res_config to support centralized config, eliminate configuration of res_config_odbc, update config examples, integrate with iax2, remove mysql friends from iax2, put on flame retardant vest... 2004-10-05 06:46:11 +00:00
rtp.h Repair offer/answer model (bug #2293), initial CNG work for new frametype 2004-08-26 04:56:26 +00:00
say.h Update coding guidelines, fix "say.c" compile on older compilers, update coding guidelines (includes bug #1631) 2004-05-15 15:34:31 +00:00
sched.h Version 0.1.10 from FTP 2001-11-06 17:34:13 +00:00
srv.h BSD portability enhancements (bug #234) 2003-09-08 16:48:07 +00:00
tdd.h Version 0.1.10 from FTP 2001-11-10 20:31:39 +00:00
term.h Merge Tilghman's color patches for the asterisk prompt (bug #1535) 2004-05-02 19:13:16 +00:00
translate.h Rename newp to newpvt (bug #2190), change hold music. 2004-08-01 14:19:04 +00:00
ulaw.h Version 0.1.10 from FTP 2001-12-07 22:57:34 +00:00
utils.h Thread fixes, vm fix (bug #2665) 2004-10-17 22:13:05 +00:00
vmodem.h Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00