mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 04:58:48 +00:00
(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
This commit is contained in:
@@ -46,6 +46,14 @@ autofill = yes
|
||||
; compatibility.
|
||||
;
|
||||
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:
|
||||
|
Reference in New Issue
Block a user