projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe475c
)
fix a sample since we now required , and not | for the arguments separator
author
Claude Patry
<cpatry@gmail.com>
Sat, 10 May 2008 03:30:59 +0000
(
03:30
+0000)
committer
Claude Patry
<cpatry@gmail.com>
Sat, 10 May 2008 03:30:59 +0000
(
03:30
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115595
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
configs/queues.conf.sample
patch
|
blob
|
history
diff --git
a/configs/queues.conf.sample
b/configs/queues.conf.sample
index
3d826ce
..
343b28f
100644
(file)
--- 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.