aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 14:47:59 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 14:47:59 +0000
commit96e43c825ca6c091b2eb6d2a22e86ed8eb48e0c5 (patch)
tree12936279bd6d27c80e1c87209cc71f74bb053947 /configs
parentca106ed3015f7522f597a161c8741ac4eff78983 (diff)
Document member name logging functionality.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43327 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 537277235..c3fdaf3f6 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -291,10 +291,14 @@ monitor-type = MixMonitor
; Each member of this call queue is listed on a separate line in
; the form technology/dialstring. "member" means a normal member of a
; queue. An optional penalty may be specified after a comma, such that
-; entries with higher penalties are considered last.
+; entries with higher penalties are considered last. An optional member
+; name may also be specified after a second comma, which is used in log
+; messages as a "friendly name". Multiple interfaces may share a single
+; member name.
;
;member => Zap/1
-;member => Zap/2
+;member => Zap/2,10
+;member => Zap/3,10,Bob Johnson
;member => Agent/1001
;member => Agent/1002