Fix formatting etc in queues (bug #3159)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-01-03 01:42:37 +00:00
parent 4b5e3caa7d
commit 4430b896fa
3 changed files with 67 additions and 53 deletions

View File

@@ -14,11 +14,6 @@ persistentmembers = yes
; Queue(queuename|[options]|[optionalurl]|[announceoverride]|[timeout])
; example: Queue(dave|t|||45)
[default]
;
; Default settings for queues (currently unused)
;
;[markq]
;
; A sample call queue
@@ -47,6 +42,10 @@ persistentmembers = yes
;
;strategy = ringall
;
; Second settings for service level (default 0)
; Used for service level statistics (calls completed within service level time frame)
;servicelevel = 60
;
; A context may be specified, in which if the user types a SINGLE
; digit extension while they are in the queue, they will be taken out
; of the queue and sent to that extension in this context.