summaryrefslogtreecommitdiff
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-09-18 16:16:36 +0000
committerJason Parker <jparker@digium.com>2007-09-18 16:16:36 +0000
commit9a5f7c5764d0487d7bff0a7f61e7f71507708291 (patch)
tree04debe6523ecfdf2cb9e9c94a21c2c12c0797e17 /configs/queues.conf.sample
parent384aea62574c99c1c446ff3ae322b45ba1620d1d (diff)
(closes issue #10755)
Reported by: snar Patches: app-queue-cdr-trunk.patch uploaded by snar (license 245) queues.conf.patch uploaded by snar (license 245) Add an updatecdr option to queues.conf, so that if a "member name" is specified, the cdr record will be updated with that, rather than the channel. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82800 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/queues.conf.sample')
-rw-r--r--configs/queues.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 4915ee04f..052ca79ba 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -47,6 +47,14 @@ autofill = yes
;
monitor-type = MixMonitor
;
+; UpdateCDR behavior.
+; This option is implemented to mimic chan_agents behavior of populating
+; CDR dstchannel field of a call with an agent name, which you can set
+; at the login time with AddQueueMember membername parameter.
+;
+; updatecdr = no
+
+;
; 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])