summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-07-02 22:01:23 +0000
committerJason Parker <jparker@digium.com>2013-07-02 22:01:23 +0000
commit85ba0633298e42e723ce136e867780c115c7fb6e (patch)
treef47439f907e11e855792ea7ba3d5ba3d04791f80 /CHANGES
parenta3c91e955aa533a8b7262e2a05d81096b0713533 (diff)
Add a SystemName field to all AMI events.
This only gets sent out if configured in asterisk.conf (closes issue ASTERISK-21494) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 04f7d807c..e6da22224 100644
--- a/CHANGES
+++ b/CHANGES
@@ -196,8 +196,8 @@ AMI (Asterisk Manager Interface)
event, the various ChanVariable fields will contain a suffix that specifies
which channel they correspond to.
-* The NewPeerAccount AMI event is no longer raised. The NewAccountCode AMI
- event always conveys the AMI event for a particular channel.
+ * The NewPeerAccount AMI event is no longer raised. The NewAccountCode AMI
+ event always conveys the AMI event for a particular channel.
* All "Reload" events have been consolidated into a single event type. This
event will always contain a Module field specifying the name of the module
@@ -252,6 +252,8 @@ AMI (Asterisk Manager Interface)
* "ChannelUpdate" events have been removed.
+ * AMI events now contain a SystemName field, if available.
+
AGI (Asterisk Gateway Interface)
------------------
* The manager event AGIExec has been split into AGIExecStart and AGIExecEnd.