summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRodrigo Ramírez Norambuena <a@rodrigoramirez.com>2017-12-06 23:35:40 -0300
committerRichard Mudgett <rmudgett@digium.com>2017-12-18 17:29:21 -0600
commit5335ad117d1fa9e606041665b1be634bc75c59e8 (patch)
treede240aae6f21484ccc1fbffff83560e8cca2581c /CHANGES
parent7b127e2d20a59850c0ef080afd38c2ade6a34422 (diff)
app_queue: Add feature to set wrapuptime on the queue member
This patch adds the ability to set the wrapuptime on the queue member config. When the option is set the wrapuptime on the queue member is used instead of the queue's wrapuptime. ASTERISK-27483 #close Change-Id: I11c85809537f974eb44dc5bbf82bcedd8a458902
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bd1ca67a7..bd11c6c58 100644
--- a/CHANGES
+++ b/CHANGES
@@ -37,6 +37,12 @@ ARI
* The ContactInfo event's contact_status field is now set to "NonQualified"
when a contact exists but has not been qualified.
+app_queue
+------------------
+ * Added the ability to set the wrapuptime in the configuration of member.
+ When set the wrapuptime on the member is used instead of the wrapuptime
+ defined for the queue itself.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 15.1.0 to Asterisk 15.2.0 ------------
------------------------------------------------------------------------------