mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
app_queue.c: Remove dead 'updatecdr' code.
Also removed the sample documentation, and some oddly-placed documentation about the timeout argument to the Queue() application itself. There is a large section on the timeout behavior below. ASTERISK-26614 #close Change-Id: I8f84e8304b50305b7c4cba2d9787a5d77c3a6217
This commit is contained in:
@@ -41,19 +41,6 @@ persistentmembers = 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])
|
||||
; example: Queue(dave,t,,,45)
|
||||
|
||||
; shared_lastcall will make the lastcall and calls received be the same in
|
||||
; members logged in more than one queue. This is useful to make the queue
|
||||
; respect the wrapuptime of another queue for a shared member.
|
||||
|
||||
Reference in New Issue
Block a user