From: Matt Jordan Date: Mon, 2 Nov 2015 13:59:18 +0000 (-0600) Subject: Merge "app_queue: Added reason pause of member" X-Git-Tag: 14.0.0-beta1~607 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ddd9ff2d942c9df404af709c99844b5b1446efa;p=thirdparty%2Fasterisk.git Merge "app_queue: Added reason pause of member" --- 2ddd9ff2d942c9df404af709c99844b5b1446efa diff --cc CHANGES index 1dff2046bc,4cf104347b..78d5e6b97b --- a/CHANGES +++ 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 ------------ ------------------------------------------------------------------------------