aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/options.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-14 16:57:35 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-14 16:57:35 +0000
commit07881c38a110492364b7ac8ef0d46e01e4f58a6a (patch)
tree1ca039b36e0b307be5701337185ac2a0296b1fb4 /include/asterisk/options.h
parent9389382205fe3a7183fcb261d80cbedefbfb1404 (diff)
clarify which global options are enabled by default
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12897 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/options.h')
-rw-r--r--include/asterisk/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 73d98b275..03470d217 100644
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -74,6 +74,9 @@ enum ast_option_flags {
AST_OPT_END_CDR_BEFORE_H_EXTEN = (1 << 19)
};
+/*! These are the options that set by default when Asterisk starts */
+#define AST_DEFAULT_OPTIONS AST_OPT_FLAG_TRANSCODE_VIA_SLIN
+
#define ast_opt_exec_includes ast_test_flag(&ast_options, AST_OPT_FLAG_EXEC_INCLUDES)
#define ast_opt_no_fork ast_test_flag(&ast_options, AST_OPT_FLAG_NO_FORK)
#define ast_opt_quiet ast_test_flag(&ast_options, AST_OPT_FLAG_QUIET)