aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-03 01:42:37 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-03 01:42:37 +0000
commitf79a9b227be7de6e293cca58a8edecacbcaebae8 (patch)
tree11a829e4d58f34f351d629d5643e29f1f29329e9 /configs/queues.conf.sample
parentbe7c21bde0bc530a307bee9d84cef9eb99dd71e6 (diff)
Fix formatting etc in queues (bug #3159)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4640 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/queues.conf.sample')
-rwxr-xr-xconfigs/queues.conf.sample9
1 files changed, 4 insertions, 5 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 254e1b692..7d80c2cc1 100755
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -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.