mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-17 02:02:22 +00:00
Make app_queue AMI events more consistent. Give Join/Leave more useful names.
This also removes the eventwhencalled and eventmemberstatus configuration options. These events can just be filtered via manager.conf blacklists. (closes issue ASTERISK-21469) Review: https://reviewboard.asterisk.org/r/2586/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
10
CHANGES
10
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
|
||||
|
Reference in New Issue
Block a user