summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2010-07-16 09:25:48 +0000
committerOlle Johansson <oej@edvina.net>2010-07-16 09:25:48 +0000
commit65203b12dd5a3185d02cb6601f91556d5fde4a54 (patch)
tree76d2d0948c8fb4c4da141f0a1b2213d0cd69d211 /CHANGES
parent7515e03c8bb2014ae45db398d210dad46f169be9 (diff)
Add a dialplan function to check if a queue exists: QUEUE_EXISTS
Review: https://reviewboard.asterisk.org/r/777/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a68e22597..2ec053455 100644
--- a/CHANGES
+++ b/CHANGES
@@ -267,6 +267,7 @@ Queue changes
result is that if a member becomes auto-paused, he will be paused in all
queues for which he is a member, not just the queue that failed to reach
the member.
+ * Added dialplan function QUEUE_EXISTS to check if a queue exists
mISDN channel driver (chan_misdn) changes
----------------------------------------