asterisk/include/asterisk
Mark Spencer f2a6636210 Allow updates to match specific lines, allow specification of object or
no when appending.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-07-29 22:02:37 +00:00
..
abstract_jb.h Fix a few doxygen warnings. 2006-07-19 22:40:36 +00:00
acl.h improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus modifications) 2006-03-28 03:28:52 +00:00
adsi.h constification and code simplifications 2006-04-14 22:02:19 +00:00
ael_structs.h merge changes from team/murf/AEL-trunk-fixesonly 2006-06-18 21:36:24 +00:00
aes.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
agi.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
alaw.h yet another massive performance and memory savings improvement 2006-06-05 18:05:53 +00:00
app.h Add the ability to retrieve the exit code of the forked AGI process. If there 2006-05-25 18:31:19 +00:00
ast_expr.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
astdb.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
astmm.h fix the build with astmm enabled 2006-06-07 19:53:03 +00:00
astobj.h Commiting bugfix 5310. added functions to astobj 2006-01-08 17:24:54 +00:00
astosp.h Updates from transnexus to osplookup, removes res_osp 2006-06-30 15:12:35 +00:00
autoconfig.h.in actually do proper searching for c-client and output the results so app_voicemail can be built against it 2006-07-07 02:20:04 +00:00
callerid.h remove the WITH_SMDI define 2006-06-07 18:28:29 +00:00
causes.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
cdr.h document that ast_cdr_answer is happy with a NULL argument 2006-05-03 17:37:47 +00:00
channel.h add ExtenSpy variant of ChanSpy 2006-07-28 23:36:06 +00:00
chanspy.h Merged revisions 33724 via svnmerge from 2006-06-12 21:37:29 +00:00
chanvars.h Bug 5858 - Make the chanvars.c functions return a 'const char *' 2005-12-03 19:25:33 +00:00
cli.h removal of trailing whitespace and useless 'extern' 2006-03-31 10:29:50 +00:00
compat.h always include inttypes.h and sys/types.h in asterisk/compat.h to fix a build 2006-06-08 20:49:59 +00:00
compiler.h the pure attribute was not implemented before gcc 2.96. Since we have this 2006-07-28 23:30:18 +00:00
config.h Allow updates to match specific lines, allow specification of object or 2006-07-29 22:02:37 +00:00
crypto.h removal of trailing whitespace and useless 'extern' 2006-03-31 10:29:50 +00:00
devicestate.h Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state 2006-07-08 02:24:07 +00:00
dlfcn-compat.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
dns.h fix various pointer signedness issues 2006-07-07 06:55:48 +00:00
dnsmgr.h add an updated patch that adds dnsmgr support for outgoing iax2 registrations 2006-06-07 17:44:36 +00:00
doxyref.h Doxygen updates 2006-06-08 18:03:08 +00:00
dsp.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
dundi.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
endian.h various minor portability fixes (mostly from tholo for OpenBSD) 2006-06-09 20:26:25 +00:00
enum.h removal of trailing whitespace and useless 'extern' 2006-03-31 10:29:50 +00:00
features.h remove useless 'extern' in function declarations. 2006-03-31 00:11:45 +00:00
file.h yet another massive performance and memory savings improvement 2006-06-05 18:05:53 +00:00
frame.h move slinfactory structure definition back to header... it's just easier to use this way 2006-07-28 18:59:59 +00:00
fskmodem.h trailing whitespace/ useless extern removal 2006-03-31 15:02:52 +00:00
http.h - Doxygen additions 2006-04-03 18:38:28 +00:00
image.h removal of trailing whitespace and useless 'extern' 2006-03-31 10:29:50 +00:00
indications.h do not export the tzlock and the list head, and introduce a new method, 2006-03-30 17:10:11 +00:00
inline_api.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
io.h removal of trailing whitespace and useless 'extern' 2006-03-31 10:29:50 +00:00
jabber.h convert one of my linked lists to ast_linklist 2006-06-09 16:08:33 +00:00
jingle.h asterisk-xmpp merge in 2006-05-22 21:12:30 +00:00
linkedlists.h Merged revisions 31738 via svnmerge from 2006-06-03 14:49:52 +00:00
localtime.h more trailing whitespace and extern removal 2006-03-31 10:35:25 +00:00
lock.h fix the condition for including the header for osx atomics 2006-06-30 16:02:05 +00:00
logger.h Fix various problems in the addition of the ability to mute log/verbose 2006-05-26 21:47:52 +00:00
manager.h First pass at in-place file manipulation via manager 2006-07-19 13:28:38 +00:00
md5.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
module.h various doxygen fixes 2006-05-09 16:24:07 +00:00
monitor.h added feature for pausing and unpausing the 2006-01-14 00:32:30 +00:00
musiconhold.h merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be) 2006-07-19 20:44:39 +00:00
netsock.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
options.h As discussed and decided on the asterisk-dev mailing list ... 2006-07-28 19:17:56 +00:00
pbx.h Support hold/unhold in Zap, update IAX2 parser to know about modern commands, forward hold/unhold in dial, add hold device state 2006-07-08 02:24:07 +00:00
plc.h Merged revisions 34087 via svnmerge from 2006-06-14 14:12:56 +00:00
poll-compat.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
privacy.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
res_odbc.h update res_odbc to support pooled connections 2006-04-18 18:16:32 +00:00
rtp.h allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has been requested (Sipura/Grandstream ATAs and others will need this) 2006-07-13 01:38:47 +00:00
say.h move to a different file (channel.c for the time being) the 2006-04-19 07:23:22 +00:00
sched.h removal of trailing whitespace and useless 'extern' 2006-03-31 10:29:50 +00:00
sha1.h merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found 2006-02-22 22:53:49 +00:00
slinfactory.h move slinfactory structure definition back to header... it's just easier to use this way 2006-07-28 18:59:59 +00:00
smdi.h clean up SMDI support commit: 2006-02-10 23:55:47 +00:00
speech.h Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available 2006-07-18 16:22:26 +00:00
srv.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
stringfields.h various minor portability fixes (mostly from tholo for OpenBSD) 2006-06-09 20:26:25 +00:00
strings.h Fixed. Done. Good. Make ast_join work like it used to. 2006-07-10 19:58:33 +00:00
tdd.h trailing whitespace/ useless extern removal 2006-03-31 15:02:52 +00:00
term.h removal of trailing whitespace and useless 'extern' 2006-03-31 10:29:50 +00:00
time.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
transcap.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
translate.h The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>) 2006-06-24 19:43:31 +00:00
udptl.h Merged revisions 34087 via svnmerge from 2006-06-14 14:12:56 +00:00
ulaw.h yet another massive performance and memory savings improvement 2006-06-05 18:05:53 +00:00
unaligned.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
utils.h Merge a new implementation of ast_inet_ntoa, our thread safe replacement for 2006-07-21 17:31:28 +00:00