aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorjunky <junky@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-10 03:30:59 +0000
committerjunky <junky@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-10 03:30:59 +0000
commitdc664e4b9208c354a67eca202565f7e829605d23 (patch)
treed863afd7a3ded84af0c4583af3ccefca02103ebd /configs/queues.conf.sample
parent2939dd5f9d936b3cb8aa5c41a1d61821e01375f3 (diff)
fix a sample since we now required , and not | for the arguments separator
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115595 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/queues.conf.sample')
-rw-r--r--configs/queues.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 3d826ce7f..343b28f68 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -57,8 +57,8 @@ monitor-type = MixMonitor
;
; Note that a timeout to fail out of a queue may be passed as part of
; an application call from extensions.conf:
-; Queue(queuename|[options]|[optionalurl]|[announceoverride]|[timeout])
-; example: Queue(dave|t|||45)
+; Queue(queuename,[options],[optionalurl],[announceoverride],[timeout])
+; example: Queue(dave,t,,,45)
; shared_lastcall will make the lastcall and calls received be the same in
; members logged in more than one queue.