asterisk/include/asterisk
Luigi Rizzo 0bf4235ff1 add a new cli/manager.conf option "debug" to enable/disable
debugging code in the manager.
At the moment the debugging code is very lightweight, if the option
is enabled manager messages also carry a sequence number and
the info where they have been generated e.g.

SequenceNumber: 10
File: chan_sip.c
Line: 11927
Func: handle_response_register

It is not worthwhile having this as a compile time option
right now, because the extra work involved at runtime is
just checking one variable.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47132 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-11-03 18:53:26 +00:00
..
abstract_jb.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
acl.h And some deprecated APIs and modifications to documentation 2006-09-21 22:23:49 +00:00
adsi.h move ADSI functionality into ast_ namespace 2006-09-20 04:34:51 +00:00
ael_structs.h The contents of branch teams/murf/bug_7598 are being folded in here. 2006-08-07 12:59:47 +00:00
aes.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
agi.h move more API into the ast_ namespace 2006-09-20 04:45:45 +00:00
alaw.h yet another massive performance and memory savings improvement 2006-06-05 18:05:53 +00:00
app.h Add details about flash and wait to doxygen about DTMF. 2006-07-30 15:02:34 +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 Sure enough, some of the uses of astobj are doing recursive locking. This 2006-11-02 18:34:50 +00:00
astosp.h Updates from transnexus to osplookup, removes res_osp 2006-06-30 15:12:35 +00:00
autoconfig.h.in I'm crazy so I will add this... pthread rwlock wrappers, along with autoconf stuff that detects the presence of the initializer and the ability to set the kind of lock (in our case we rather like writer preferred locks so writer starvation doesn't occur... but on something like Darwin we don't get that) 2006-11-02 16:28:13 +00:00
callerid.h Extend CALLERID() function for "pres" and "ton" values 2006-10-07 14:45:49 +00:00
causes.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
cdr.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
channel.h Issue 8246 Doxygen updates (kshumard) 2006-10-30 16:33:02 +00:00
chanspy.h Make the difference clear about what the responsibilities of the core and a spy are when it comes to spying on a channel. The core is responsible for adding a spy to a channel, feeding frames into the spy, removing the spy from the channel, and notifying the spy that is has been detached. The spy is responsible for reading frames in, and cleaning itself up. Each side will not try to do the other's job. 2006-09-03 23:30:37 +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 merge qwell's CLI verbification work 2006-09-18 19:54:18 +00:00
compat.h Avoid errors when compiling out of tree modules like asterisk-addons. 2006-09-20 18:50:10 +00:00
compiler.h Merged revisions 43861-43862 via svnmerge from 2006-09-28 13:02:30 +00:00
config.h Constify the result of a config retrieval function, to avoid mutilation (issue 7983). 2006-09-20 20:40:39 +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 merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +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 Issue 8246 Doxygen updates (kshumard) 2006-10-30 16:33:02 +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 Issue #80898 - Restoring func_enum (otmar) 2006-10-31 11:01:06 +00:00
features.h add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services) 2006-08-29 21:20:43 +00:00
file.h Issue 8246 Doxygen updates (kshumard) 2006-10-30 16:33:02 +00:00
frame.h Issue 8246 Doxygen updates (kshumard) 2006-10-30 16:33:02 +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 merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +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 44240 same as but without the removing of chan_jingle and such, as I hope to finish jingle support for 1.6 2006-10-03 00:07:45 +00:00
jingle.h asterisk-xmpp merge in 2006-05-22 21:12:30 +00:00
linkedlists.h Add AST_RWLIST_* set of macros which implement linked lists using read/write locks, the actual list manipulation is still done via the old macros. 2006-11-02 17:56:33 +00:00
localtime.h more trailing whitespace and extern removal 2006-03-31 10:35:25 +00:00
lock.h Set the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INIT_VALUE if it is available, that way outside stuff can determine whether to use a constructor or deconstructor for initialization instead of using the init value. 2006-11-02 16:51:27 +00:00
logger.h Merged revisions 43933 via svnmerge from 2006-09-28 18:09:01 +00:00
manager.h add a new cli/manager.conf option "debug" to enable/disable 2006-11-03 18:53:26 +00:00
md5.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
module.h Adding dialplan function IFMODULE, so you can create dialplans that handle 2006-10-30 21:48:41 +00:00
monitor.h these functions never should have been non-static or in a header file 2006-09-20 05:01:03 +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
paths.h Fixing a comment 2006-08-23 21:19:21 +00:00
pbx.h Let's make application/function/hint lists read/write lists... just for kicks 2006-11-02 21:40:53 +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 move ODBC API into ast_ namespace 2006-09-20 04:57:20 +00:00
rtp.h SS7 marked the start of an open season for trunk again but here's something minor - abstract early bridging into the technology so that we don't always assume they use RTP and try it. 2006-09-21 19:27:26 +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 Merge team/russell/frame_caching 2006-08-29 20:50:36 +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 merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
stringfields.h Merged revisions 45408 via svnmerge from 2006-10-17 22:24:45 +00:00
strings.h Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.c 2006-09-15 17:16:00 +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
threadstorage.h restore freeing of threadstorage objects without custom cleanup functions 2006-10-19 02:16:34 +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 Merged revisions 46714 via svnmerge from 2006-10-31 22:19:08 +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 Merged revisions 44956 via svnmerge from 2006-10-12 18:43:52 +00:00