]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merge "app_queue: Added reason pause of member"
authorMatt Jordan <mjordan@digium.com>
Mon, 2 Nov 2015 13:59:18 +0000 (07:59 -0600)
committerGerrit Code Review <gerrit2@gerrit.digium.api>
Mon, 2 Nov 2015 13:59:18 +0000 (07:59 -0600)
1  2 
CHANGES

diff --cc CHANGES
index 1dff2046bc4bfe9ea3829f6847398ac70cd80562,4cf104347b97c51a965db2afffebea43590b6f9f..78d5e6b97bb08e86aafea5ea55d46248585b571b
+++ b/CHANGES
@@@ -191,25 -184,11 +191,29 @@@ cdr_adaptive_odb
     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.6.0 to Asterisk 13.7.0 ------------
 +------------------------------------------------------------------------------
 +
 +Dialplan Functions
 +------------------
 + * The HOLD_INTERCEPT dialplan function now actually exists in the source tree.
 +   While support for the events was added in Asterisk 13.4.0, the function
 +   accidentally never made it in. That function is now present, and will cause
 +   the 'hold' raised by a channel to be intercepted and converted into an
 +   event instead.
 +
 +
 +res_pjsip
 +------------------
 + * The ability to use "like" has been added to the pjsip list and show
 +   CLI commands.  For instance: CLI> pjsip list endpoints like abc
 +
  ------------------------------------------------------------------------------
  --- Functionality changes from Asterisk 13.5.0 to Asterisk 13.6.0 ------------
  ------------------------------------------------------------------------------