summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7aa3cb2a2..f3d420bc8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -106,6 +106,11 @@ AMI (Asterisk Manager Interface)
core, and is now two events: Hold and Unhold. The status field has been
removed.
+ * The AMI events in app_queue have been made more consistent with each other.
+ Events that reference channels (QueueCaller* and Agent*) will show
+ information about each channel. The (infamous) "Join" and "Leave" AMI
+ events have been changed to "QueueCallerJoin" and "QueueCallerLeave".
+
AGI (Asterisk Gateway Interface)
------------------
* The manager event AGIExec has been split into AGIExecStart and AGIExecEnd.
@@ -243,6 +248,11 @@ Queue
Reports 'InUse' for no logged in agents or no free agents.
Reports 'Idle' when an agent is free.
+ * The configuration options eventwhencalled and eventmemberstatus have been
+ removed. As a result, the AMI events QueueMemberStatus, AgentCalled,
+ AgentConnect, AgentComplete, AgentDump, and AgentRingNoAnswer will always be
+ sent. The "Variable" fields will also no longer exist on the Agent* events.
+
Core
------------------
* Redirecting reasons can now be set to arbitrary strings. This means