mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Add queue member paused hints
This patch adds the ability in Queue to raise a hint when a member's paused state changes. The hint uses the form 'Queue:{queue_name}_pause_{member_name}', where {queue_name} and {member_name} are the name of the queue and the name of the member to subscribe to, respectively. For example: exten => 8501,hint,Queue:sales_pause_mark. Members will show as In Use when paused. Note that the format of the queue pause hint was changed slightly from what is on the issue to accomodate suggestion on the code review. Review: https://reviewboard.asterisk.org/r/2254 (closes issue ASTERISK-20842) Reported by: Philippe Lindheimer patches: qpause-10-378206.diff uploaded by Philippe Lindheimer (license 5519) qpause-11-378206.diff uploaded by Philippe Lindheimer (license 5519) qpause-trunk-378206.diff uploaded by Philippe Lindheimer (license 5519) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396010 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -98,6 +98,12 @@ Queue
|
||||
AgentConnect, AgentComplete, AgentDump, and AgentRingNoAnswer will always be
|
||||
sent. The "Variable" fields will also no longer exist on the Agent* events.
|
||||
|
||||
* Queues now support a hint for member paused state. The hint uses the form
|
||||
'Queue:{queue_name}_pause_{member_name}', where {queue_name} and {member_name}
|
||||
are the name of the queue and the name of the member to subscribe to,
|
||||
respectively. For example: exten => 8501,hint,Queue:sales_pause_mark.
|
||||
Members will show as In Use when paused.
|
||||
|
||||
ResetCDR
|
||||
------------------
|
||||
* The 'e' option has been deprecated. Use the CDR_PROP function to re-enable
|
||||
|
Reference in New Issue
Block a user