mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Clarify documentation (bug #3495)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
config.c
2
config.c
@@ -466,7 +466,7 @@ static int process_text_line(struct ast_config *cfg, struct ast_category **cat,
|
|||||||
else
|
else
|
||||||
do_exec = 0;
|
do_exec = 0;
|
||||||
if (do_exec && !option_exec_includes) {
|
if (do_exec && !option_exec_includes) {
|
||||||
ast_log(LOG_WARNING, "Cannot perform #exec unless exec_includes option is enabled in asterisk.conf!\n");
|
ast_log(LOG_WARNING, "Cannot perform #exec unless execincludes option is enabled in asterisk.conf (options section)!\n");
|
||||||
do_exec = 0;
|
do_exec = 0;
|
||||||
}
|
}
|
||||||
if (do_include || do_exec) {
|
if (do_include || do_exec) {
|
||||||
|
|||||||
Reference in New Issue
Block a user