aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-16 09:25:48 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-16 09:25:48 +0000
commit884f6d5489131ce6ae1ee0ed6a909092cfaca49f (patch)
tree76d2d0948c8fb4c4da141f0a1b2213d0cd69d211 /CHANGES
parent87c28faab41d45cb63d534c908f733679f3e1ac6 (diff)
Add a dialplan function to check if a queue exists: QUEUE_EXISTS
Review: https://reviewboard.asterisk.org/r/777/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@276950 f38db490-d61c-443f-a65b-d21fe96a405b
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
----------------------------------------