From b50e372394bf0950ebbc96793d9594de97282749 Mon Sep 17 00:00:00 2001 From: Matt Jordan Date: Thu, 3 Sep 2015 21:19:21 -0500 Subject: ARI: Add events for Contact and Peer Status changes This patch adds support for receiving events regarding Peer status changes and Contact status changes. This is particularly useful in scenarios where we are subscribed to all endpoints and channels, where we often want to know more about the state of channel technology specific items than a single endpoint's state. ASTERISK-24870 Change-Id: I6137459cdc25ce27efc134ad58abf065653da4e9 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0c467a803..9b28edaa8 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,11 @@ Dialplan Functions ARI ------------------ + * Two new endpoint related events are now available: PeerStatusChange and + ContactStatusChange. In particular, these events are useful when subscribing + to all event sources, as they provide additional endpoint related + information beyond the addition/removal of channels from an endpoint. + * Added the ability to subscribe to all ARI events in Asterisk, regardless of whether the application 'controls' the resource. This is useful for scenarios where an ARI application merely wants to observe the system, -- cgit v1.2.3