summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6b1a94a8f..248b110d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,15 @@ AMI (Asterisk Manager Interface)
mechanisms (such as the Playback application), the audio can be stopped,
reversed, or skipped forward.
+ * Channel related events now contain a snapshot of channel state, adding new
+ fields to many of these events.
+
+ * The AMI event 'Newexten' field 'Extension' is deprecated, and may be removed
+ in a future release. Please use the common 'Exten' field instead.
+
+ * The AMI event 'UserEvent' from app_userevent now contains the channel state
+ fields. The channel state fields will come before the body fields.
+
Channel Drivers
------------------