aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-03 21:16:14 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-03 21:16:14 +0000
commit930620c029c038931bd88ec390f525b49e1f74ae (patch)
treebca2c7c40e6cbcfd9f54d87ba5d7deb5c2ced0ae /configs/queues.conf.sample
parent51cf1efae724586ba176855f4d368806d814fad4 (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: http://svn.digium.com/svn/asterisk/trunk@227424 f38db490-d61c-443f-a65b-d21fe96a405b
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