Merge "app_queue: Set correct value by default for shared_lastcall"

This commit is contained in:
Friendly Automation
2019-04-30 16:45:48 -05:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -1478,7 +1478,7 @@ static int autofill_default = 1;
static int montype_default = 0;
/*! \brief queues.conf [general] option */
static int shared_lastcall = 1;
static int shared_lastcall = 0;
/*! \brief queuesrules.conf [general] option */
static int realtime_rules = 0;

View File

@@ -59,7 +59,7 @@ monitor-type = MixMonitor
; respect the wrapuptime of another queue for a shared member.
; The default value is no.
;
;shared_lastcall=no
;shared_lastcall=yes
;
; Negative_penalty_invalid will treat members with a negative penalty as logged off
;