summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-04-28 14:40:21 +0000
committerMark Michelson <mmichelson@digium.com>2014-04-28 14:40:21 +0000
commit7dd64ff993261da54d96a320ea261c32b622d9b1 (patch)
tree5a897f7e65ca76a17e6ade40a491e0b620041591 /CHANGES
parentd3433771c9b736b4f06c8c637e679b7b8ab9bd03 (diff)
Add DeviceStateChanged and PresenceStateChanged AMI events.
These events are controlled by two new modules, res_manager_devicestate and res_manager_presencestate. Review: https://reviewboard.asterisk.org/r/3417 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@413060 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2071879a2..f8c698fd5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,14 @@
--- Functionality changes from Asterisk 12 to Asterisk 13 --------------------
------------------------------------------------------------------------------
+AMI
+------------------
+ * New DeviceStateChanged and PresenceStateChanged AMI events have been added.
+ These events are emitted whenever a device state or presence state change
+ occurs. The events are controlled by res_manager_device_state.so and
+ res_manager_presence_state.so. If the high frequency of these events is
+ problematic for you, do not load these modules.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 12.2.0 to Asterisk 12.3.0 ------------
------------------------------------------------------------------------------