From 4e25f678a71ca88f0cda3db833cfc25ea5e66116 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 16 Sep 2010 21:57:51 +0000 Subject: Set the default for "autofill" and "shared_lastcall" to "yes" in queues.conf. Review: https://reviewboard.asterisk.org/r/922/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@287193 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_queue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/app_queue.c') diff --git a/apps/app_queue.c b/apps/app_queue.c index 57cbc0b63..07161d558 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -760,13 +760,13 @@ static int queue_persistent_members = 0; static int use_weight = 0; /*! \brief queues.conf [general] option */ -static int autofill_default = 0; +static int autofill_default = 1; /*! \brief queues.conf [general] option */ static int montype_default = 0; /*! \brief queues.conf [general] option */ -static int shared_lastcall = 0; +static int shared_lastcall = 1; /*! \brief Subscription to device state change events */ static struct ast_event_sub *device_state_sub; -- cgit v1.2.3