Skip to content
Snippets Groups Projects
Commit 485b1d9b authored by Claude Patry's avatar Claude Patry
Browse files

fix a sample since we now required , and not | for the arguments separator


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115595 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent dfe475cc
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,8 @@ monitor-type = MixMonitor ...@@ -57,8 +57,8 @@ monitor-type = MixMonitor
; ;
; Note that a timeout to fail out of a queue may be passed as part of ; Note that a timeout to fail out of a queue may be passed as part of
; an application call from extensions.conf: ; an application call from extensions.conf:
; Queue(queuename|[options]|[optionalurl]|[announceoverride]|[timeout]) ; Queue(queuename,[options],[optionalurl],[announceoverride],[timeout])
; example: Queue(dave|t|||45) ; example: Queue(dave,t,,,45)
; shared_lastcall will make the lastcall and calls received be the same in ; shared_lastcall will make the lastcall and calls received be the same in
; members logged in more than one queue. ; members logged in more than one queue.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment