summaryrefslogtreecommitdiff
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorBJ Weschke <bweschke@btwtech.com>2006-05-05 21:22:45 +0000
committerBJ Weschke <bweschke@btwtech.com>2006-05-05 21:22:45 +0000
commit85e0c889e42b2130e28c90701aa64782d0625a45 (patch)
treef7ab2247f86871401b8eb1392ecc6eefa4fcdb2d /configs/queues.conf.sample
parent4fe3960478a0c1098bb7e7ed5a701c4fe2998ac9 (diff)
Allow for the execution of an AGI to the caller's channel right before they get bridged with the queue member that is going to take their call. Add the option to set a MEMBERINTERFACE variable on the caller's channel that will contain the interface of the queue member that is going to/did take the call. #6843
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25056 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/queues.conf.sample')
-rw-r--r--configs/queues.conf.sample8
1 files changed, 7 insertions, 1 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 31aa24514..f1cdeba4b 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -98,7 +98,7 @@ autofill = yes
;
;autofill=yes
;
-; Autopause will pause a queue member if the y fail to answer a call
+; Autopause will pause a queue member if they fail to answer a call
;
;autopause=yes
;
@@ -106,6 +106,12 @@ autofill = yes
;
;maxlen = 0
;
+; If set to yes, just prior to the caller being bridged with a queue member
+; the MEMBERINTERFACE variable will be set with the interface name (eg. Agent/1234)
+; of the queue member that was chosen and is now connected to be bridged with
+; the caller
+;
+;setinterfacevar=no
;
; How often to announce queue position and/or estimated
; holdtime to caller (0=off)