clarify which global options are enabled by default

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-03-14 16:57:35 +00:00
parent 4e6af293f9
commit 4279bf18f8
2 changed files with 4 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
*/
/*! @{ */
struct ast_flags ast_options = { AST_OPT_FLAG_TRANSCODE_VIA_SLIN };
struct ast_flags ast_options = { AST_DEFAULT_OPTIONS };
int option_verbose = 0; /*!< Verbosity level */
int option_debug = 0; /*!< Debug level */