From 2263ced9dd27312c3c5c967833702c961f079dd7 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Tue, 3 Nov 2009 21:16:14 +0000 Subject: Add support for using a hint when configuring a state interface using the format hint:@. (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 --- configs/queues.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/queues.conf.sample') 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:@. 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 -- cgit v1.2.3