From: Sean Bright Date: Sat, 11 Jan 2020 13:29:46 +0000 (-0500) Subject: app_queue: Deprecate the QueueMemberPause.Reason field X-Git-Tag: 13.31.0-rc1~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4fcaadb23f3800dfbb677a4af765a55b65f3e3;p=thirdparty%2Fasterisk.git app_queue: Deprecate the QueueMemberPause.Reason field The QueueMemberPause AMI event includes two fields that return the reason a member was paused. * In release branches, deprecate Reason in favor of PausedReason. * In master, remove the Reason field entirely. ASTERISK-28349 #close Reported by: Niksa Baldun Change-Id: I01da58f2b0ab927baeee754870f62b51b7b3d296 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index d67dbcf09c..fb489a543d 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1052,7 +1052,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - The reason a member was paused. + This has been deprecated in favor of the PausedReason field.