]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
app_queue: Deprecate the QueueMemberPause.Reason field
authorSean Bright <sean.bright@gmail.com>
Sat, 11 Jan 2020 13:29:46 +0000 (08:29 -0500)
committerSean Bright <sean.bright@gmail.com>
Tue, 14 Jan 2020 19:51:41 +0000 (13:51 -0600)
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

index a0cb1f7a7ffcffc0763ff61211f763d93e4a3b4a..5f95660568f6bfe06b948830d8c291c6f2ca0be5 100644 (file)
                        <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>