mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 03:02:15 +00:00
Merge "app_queue: Set correct value by default for shared_lastcall"
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user