From 62e5fa400e12be2b23cea4799491309d91906b78 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Sat, 11 Jan 2020 08:29:46 -0500 Subject: [PATCH] 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 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index a0cb1f7a7f..5f95660568 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1146,7 +1146,7 @@ - The reason a member was paused. + This has been deprecated in favor of the PausedReason field. -- 2.47.2