aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 00:00:38 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 00:00:38 +0000
commitf855ea037af6057fe5dd037a97af869c01936b03 (patch)
tree57138c9442f99ec315b8a475ca538f70137ea9cb /CHANGES
parentfa802a6e1d40e49e6ff9d6703f5294596dded953 (diff)
Print out the channel name as a prefix to the "agi debug" output. This makes
AGI debugging on busy systems much easier. (closes issue #10730) Reported by: junky Patches: agi_debug_chan.diff uploaded by junky (license 177) 20070923_10730.diff uploaded by mvanbaak (license 7) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89074 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f443f86ed..bde8bb60a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -317,3 +317,5 @@ Miscellaneous
* Added a new channel driver, chan_unistim. See doc/unistim.txt and
configs/unistim.conf.sample for details. This new channel driver allows
you to use Nortel i2002, i2004, and i2050 phones with Asterisk.
+ * Enhanced "agi debug" to print the channel name as a prefix to the debug
+ output to make debugging on busy systems much easier.