asterisk/include/asterisk
Mark Spencer 802dbe4677 Add Asterisk "object model" and update chan_sip to use it for peers/regs/users
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4554 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-25 22:15:32 +00:00
..
acl.h Add *preliminary* per-peer outbound proxy (bug #2859, new patch though) 2004-12-03 23:34:45 +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
astobj.h Add Asterisk "object model" and update chan_sip to use it for peers/regs/users 2004-12-25 22:15:32 +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 Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast_flag_moh... 2004-12-24 01:40:07 +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 Little variable optimizations 2004-11-01 15:48:42 +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 Build out "multi" version of realtime config (directory and realtime extensions will need this) 2004-11-23 17:58:59 +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 Expose tone state and threshold (bug #2830) 2004-11-17 05:55:26 +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 Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast_flag_moh... 2004-12-24 01:40:07 +00:00
frame.h Merge slimey's Solaris compatibility (with small mods) (bug #2740) 2004-12-14 23:36:30 +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 Document linked lists better (bug #3139) 2004-12-23 22:35:35 +00:00
localtime.h More cleanups and OSX fixes for 10.3 2003-10-27 20:00:41 +00:00
lock.h Merge slimey's Solaris compatibility (with small mods) (bug #2740) 2004-12-14 23:36:30 +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 Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast_flag_moh... 2004-12-24 01:40:07 +00:00
options.h Merge anthm's "-t" flag (with minor mods) (bug #2380) 2004-09-07 01:49:08 +00:00
pbx.h Fix AGI to know about "builtin" variables, too (bug #2737) 2004-12-23 02:47:01 +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 Updates from char * to const char * + german syntax + enumeration (bug #2780) 2004-11-13 16:13:07 +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 Add "ast_flags_all" mask (bug #3136) 2004-12-23 11:32:22 +00:00
vmodem.h Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00