summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRodrigo Ramírez Norambuena <a@rodrigoramirez.com>2015-10-18 20:22:15 -0300
committerRodrigo Ramírez Norambuena <a@rodrigoramirez.com>2015-10-19 06:35:43 -0300
commit92fa8d1e0ec9bd65622e6302508c01cd71381f63 (patch)
tree7a257aa46c19933cd7669f018182f940d02ad379 /CHANGES
parent2581e460e3dee3240cc218b54b9a24ee151a4106 (diff)
app_queue: Added reason pause of member
In app_queue added value Paused Reason on QueueMemberStatus when a member on queue is paused and the reason was set. ASTERISK-25480 #close Reporte by: Rodrigo Ramírez Norambuena Change-Id: Ia5db503482f50764c15e2020196c785f59d4a68e
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 88743cc7b..4cf104347 100644
--- a/CHANGES
+++ b/CHANGES
@@ -184,6 +184,10 @@ cdr_adaptive_odbc
names. This setting is configurable for cdr_adaptive_odbc via the
quoted_identifiers in configuration file cdr_adaptive_odbc.conf.
+Queue
+-------------------
+ * Added field ReasonPause on QueueMemberStatus if set when paused, the reason
+ the queue member was paused.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.5.0 to Asterisk 13.6.0 ------------