]> git.ipfire.org Git - thirdparty/asterisk.git/commit
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:18 +0000 (13:51 -0600)
commit1a4fcaadb23f3800dfbb677a4af765a55b65f3e3
tree99164ca953c5d61a22891c97a72be95b0d0e958f
parent3e446508b478ab64ff3d507b53ab346ca5179ed3
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