@ -1486,9 +1486,6 @@ static int realtime_rules = 0;
/*! \brief Subscription to device state change messages */
/*! \brief Subscription to device state change messages */
static struct stasis_subscription * device_state_sub ;
static struct stasis_subscription * device_state_sub ;
/*! \brief queues.conf [general] option */
static int update_cdr = 0 ;
/*! \brief queues.conf [general] option */
/*! \brief queues.conf [general] option */
static int negative_penalty_invalid = 0 ;
static int negative_penalty_invalid = 0 ;
@ -9218,10 +9215,6 @@ static void queue_set_global_params(struct ast_config *cfg)
if ( ! strcasecmp ( general_val , " mixmonitor " ) )
if ( ! strcasecmp ( general_val , " mixmonitor " ) )
montype_default = 1 ;
montype_default = 1 ;
}
}
update_cdr = 0 ;
if ( ( general_val = ast_variable_retrieve ( cfg , " general " , " updatecdr " ) ) ) {
update_cdr = ast_true ( general_val ) ;
}
shared_lastcall = 0 ;
shared_lastcall = 0 ;
if ( ( general_val = ast_variable_retrieve ( cfg , " general " , " shared_lastcall " ) ) ) {
if ( ( general_val = ast_variable_retrieve ( cfg , " general " , " shared_lastcall " ) ) ) {
shared_lastcall = ast_true ( general_val ) ;
shared_lastcall = ast_true ( general_val ) ;