summaryrefslogtreecommitdiff
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2012-09-20 18:44:26 +0000
committerMatthew Jordan <mjordan@digium.com>2012-09-20 18:44:26 +0000
commitca0e96ae199ce5dd38887ee40114db81ab73a534 (patch)
tree2e5243c8e8956ab5f910c4ce065d157abe4d9691 /configs/extensions.conf.sample
parente8380afc8a147ee299c3881423b2e0b27c4cfc0d (diff)
Add queue monitoring hints
This patch adds support for hints on a queue. Hints can be added using the nomenclature 'Queue:name', where name is the name of the queue being monitored. This nifty feature was done by Alec Davis. Review: https://reviewboard.asterisk.org/r/1619 Reported by: Alec Davis Tested by: alecdavis patches: review1619.diff2 by alecdavis (license 585) ........ Merged revisions 373235 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373239 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/extensions.conf.sample')
-rw-r--r--configs/extensions.conf.sample8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index 683739a6b..df91223f0 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -708,12 +708,16 @@ include => demo
;exten => 6600,hint,park:701@parkedcalls
;exten => 6600,1,noop
;
-
;To subscribe to the availability of a free member in the 'markq' queue.
;Note: '_avail' is added to the QueueName
;exten => 8501,hint,Queue:markq_avail
;exten => 8501,1,Queue(markq)
-
+;
+; You can also monitor the status of a queue by providing a hint for a
+; particular queue name.
+;exten => 8502,hint,Queue:markq
+;exten => 8502,1,Queue(markq)
+;
; Some other handy things are an extension for checking voicemail via
; voicemailmain
;