summaryrefslogtreecommitdiff
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2009-11-03 21:16:14 +0000
committerJoshua Colp <jcolp@digium.com>2009-11-03 21:16:14 +0000
commit2263ced9dd27312c3c5c967833702c961f079dd7 (patch)
treebca2c7c40e6cbcfd9f54d87ba5d7deb5c2ced0ae /configs/queues.conf.sample
parent85e2c6d7fb671287dc61463617ccf43ee0d03f20 (diff)
Add support for using a hint when configuring a state interface using the format hint:<extension>@<context>.
(closes issue #15168) Reported by: p_lindheimer Patches: queue_extenstate5_1.4.svn.patch uploaded by GameGamer43 (license 894) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@227424 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/queues.conf.sample')
-rw-r--r--configs/queues.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 244ee085e..6752bbffd 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -474,6 +474,10 @@ shared_lastcall=no
; state notifications, even though the first interface specified is the one
; that is actually called.
;
+; A hint can also be used in place of the state interface using the format
+; hint:<extension>@<context>. If no context is specified then 'default' will
+; be used.
+;
; It is important to ensure that channel drivers used for members are loaded
; before app_queue.so itself or they may be marked invalid until reload. This
; can be accomplished by explicitly listing them in modules.conf before