]> 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:33 +0000 (13:51 -0600)
commit5fded77e7f7c1a62a02d9e99054fc5e95f385d0e
tree65ae44996557f9307a5f07869e2ae980abdb1d8e
parent448124b17c4b41a50e2005c0b1d1564b58b3029a
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