summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-02-18 04:43:33 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-02-18 04:43:33 +0000
commit26755e3882612cc81247e53c2ca73b432ac90f6a (patch)
tree1f70ab1c1a8d010ade37a053edebff107ad9fcc9 /CHANGES
parent62ac882f8c18d7769ec96b7c14a6a1fe76e03a90 (diff)
Context tracing for channels
(closes issue #11268) Reported by: moy Patches: chantrace-datastored-encapsulated-rev94934.patch uploaded by moy (license 222) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103754 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1b0926a5d..4fab6ef36 100644
--- a/CHANGES
+++ b/CHANGES
@@ -513,3 +513,6 @@ Miscellaneous
do not come from the remote party.
* Added the 'n' option to the SpeechBackground application to tell it to not
answer the channel if it has not already been answered.
+ * Added a compiler flag, CHANNEL_TRACE, which permits channel tracing to be
+ turned on, via the CHANNEL(trace) dialplan function. Could be useful for
+ dialplan debugging.