summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2011-04-13 15:49:33 +0000
committerLeif Madsen <leif@leifmadsen.com>2011-04-13 15:49:33 +0000
commitb8b1d085db3c741adf2500161ee869f4f0f910cf (patch)
treed8bb043bd8348e7e55e3d46cb4d81c50f4b4ea78 /CHANGES
parent11852af23a3583bee6de39d87da15d8d6a1b9530 (diff)
Add 'description' field for CLI and Manager output
(closes issue #19076) Reported by: lmadsen Patches: __20110408-channel-description.txt uploaded by lmadsen (license 10) Tested by: lmadsen Review: https://reviewboard.asterisk.org/r/1163/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@313528 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1d0e7827d..1a511502a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,9 @@ Asterisk Manager Interface
for chan_dahdi ISDN channels.
* Added new action MeetmeListRooms to list active conferences (shows same
data as "meetme list" at the CLI).
+ * DAHDIShowChannels, SIPshowpeer, SIPpeers, and IAXpeers now contains a
+ Description field that is set by 'description' in the channel configuration
+ file.
Asterisk HTTP Server
--------------------------
@@ -41,6 +44,9 @@ CLI Changes
alternate configuration file to use.
* 'dialplan add extension' command will now automatically create a context if
the specified context does not exist with a message indicated it did so.
+ * 'sip show peers', 'iax show peers', and 'dahdi show peers' now contains a
+ Description field which can be populated with 'description' in the channel
+ configuration files (sip.conf, iax2.conf, and chan_dahdi.conf).
CDR
--------------------------