mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 13:09:00 +00:00
app_queue: (Breaking change) shared_lastcall and autofill default to no
If your queues.conf had _no_ [general] section, they would default to
'yes'. Now, they always default to 'no'.
(Actually, commit ed615afb7e
already
partially fixed it for shared_lastcall.)
ASTERISK-28951
Change-Id: Ic39d8a0202906bc454194368bbfbae62990fe5f6
This commit is contained in:
committed by
Joshua Colp
parent
9bd1d686a1
commit
312c23b0e1
@@ -23,7 +23,7 @@ persistentmembers = yes
|
||||
; no more available members or no more waiting callers. This is
|
||||
; probably more along the lines of how a queue should work and
|
||||
; in most cases, you will want to enable this behavior. If you
|
||||
; do not specify or comment out this option, it will default to yes.
|
||||
; do not specify or comment out this option, it will default to no.
|
||||
;
|
||||
;autofill = no
|
||||
;
|
||||
|
Reference in New Issue
Block a user