[Asterisk-code-review] app_queue: Deprecate the QueueMemberPause.Reason field (asterisk[13])

Sean Bright asteriskteam at digium.com
Sat Jan 11 07:32:37 CST 2020


Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/13590 )


Change subject: app_queue: Deprecate the QueueMemberPause.Reason field
......................................................................

app_queue: Deprecate the QueueMemberPause.Reason field

The QueueMemberPause AMI event includes two fields that return the
reason a member was paused.

* In reelase branches, deprecate Reason in favor of PausedReason.
* In master, remove the Reason field entirely.

ASTERISK-28349 #close
Reported by: Niksa Baldun

Change-Id: I01da58f2b0ab927baeee754870f62b51b7b3d296
---
M apps/app_queue.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/90/13590/1

diff --git a/apps/app_queue.c b/apps/app_queue.c
index d67dbcf..ed4abf1 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1052,7 +1052,7 @@
 			<syntax>
 				<xi:include xpointer="xpointer(/docs/managerEvent[@name='QueueMemberStatus']/managerEventInstance/syntax/parameter)" />
 				<parameter name="Reason">
-					<para>The reason a member was paused.</para>
+					<para>This has been deprecated in favor of the <literal>PausedReason</literal> field.</para<
 				</parameter>
 			</syntax>
 			<see-also>

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/13590
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: I01da58f2b0ab927baeee754870f62b51b7b3d296
Gerrit-Change-Number: 13590
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200111/211949bf/attachment.html>


More information about the asterisk-code-review mailing list