mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
add a command-line flag and option to force forking, even with -v or -d
rename a flag to have the proper name git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
cdr.c
2
cdr.c
@@ -1087,7 +1087,7 @@ static int do_reload(void)
|
||||
batchtime = cfg_time;
|
||||
}
|
||||
if ((end_before_h_value = ast_variable_retrieve(config, "general", "endbeforehexten")))
|
||||
ast_set2_flag(&ast_options, ast_true(end_before_h_value), AST_OPT_END_CDR_BEFORE_H_EXTEN);
|
||||
ast_set2_flag(&ast_options, ast_true(end_before_h_value), AST_OPT_FLAG_END_CDR_BEFORE_H_EXTEN);
|
||||
}
|
||||
|
||||
if (enabled && !batchmode) {
|
||||
|
Reference in New Issue
Block a user