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
This commit is contained in:
Rodrigo Ramírez Norambuena
2017-12-06 23:35:40 -03:00
committed by Richard Mudgett
parent 7b127e2d20
commit 5335ad117d
4 changed files with 88 additions and 8 deletions

View File

@@ -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 ------------
------------------------------------------------------------------------------