aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-05 21:22:45 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-05 21:22:45 +0000
commite5a27552d2a9da703d00c9e1bc276d8d2e367a8e (patch)
treef7ab2247f86871401b8eb1392ecc6eefa4fcdb2d /configs/queues.conf.sample
parentdfaf45ecc89b3f06fe1348350f06bdb63253d355 (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: http://svn.digium.com/svn/asterisk/trunk@25056 f38db490-d61c-443f-a65b-d21fe96a405b
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)