From 36e31d864af5c8383600b304368c1e8af5a8edde Mon Sep 17 00:00:00 2001 From: Tilghman Lesher <tilghman@meg.abyt.es> Date: Sat, 27 May 2006 18:45:15 +0000 Subject: [PATCH] Notate that QUEUEAGENTCOUNT is deprecated, so it can be removed post-1.4 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30654 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADE.txt b/UPGRADE.txt index 86751ad8b2..eb96d653ff 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -215,6 +215,9 @@ Functions: completely with the version 1.6 release so please take the time between releases to make any necessary changes +* The QUEUEAGENTCOUNT() function has been deprecated in favor of + QUEUE_MEMBER_COUNT(). + The IAX2 channel: * The "mailboxdetail" option has been deprecated. Previously, if this option -- GitLab