aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-09 18:22:43 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-09 18:22:43 +0000
commit05f21062e6c4018a46fb3e07229dc9d8966f5a87 (patch)
tree9e898c57a245fd82e9fe2854a0177dc2bcf6cf1c /CHANGES
parent719e02cdc19aa017b5bc0b03e2bd93b0fe7a9fb5 (diff)
use "ChannelType" in events to indicate which channel driver that generates the event. This replaces
"ChannelDriver" and "Channel", previously used to indicate channel driver. ChannelType is more in line with "core show channeltypes" git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60987 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f0aeab7d5..014fc228a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -78,6 +78,9 @@ AMI - The manager (TCP/TLS/HTTP)
Asterisk configuration file in JSON format. This is intended to help
improve the performance of AJAX applications using the manager interface
over HTTP.
+ * SIP and IAX manager events now use "ChannelType" in all cases where we
+ indicate channel driver. Previously, we used a mixture of "Channel"
+ and "ChannelDriver" headers.
Dialplan functions
------------------