dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
junky 2008-05-10 03:30:59 +00:00
parent 2939dd5f9d
commit dc664e4b92
1 changed files with 2 additions and 2 deletions

View File

@ -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.