git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@240629
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
echo ";astctlgroup = apache" ; \
echo ";astctl = asterisk.ctl" ; \
echo "" ; \
- echo ";[compat]" ; \
- echo ";pbx_realtime=1.6" ; \
- echo ";res_agi=1.6" ; \
- echo ";app_set=1.6" ; \
+ echo "[compat]" ; \
+ echo "pbx_realtime=1.6" ; \
+ echo "res_agi=1.6" ; \
+ echo "app_set=1.6" ; \
) > $(DESTDIR)$(ASTCONFPATH) ; \
else \
echo "Skipping asterisk.conf creation"; \
/*! @{ */
struct ast_flags ast_options = { AST_DEFAULT_OPTIONS };
-struct ast_flags ast_compat = { 0x07 };
+struct ast_flags ast_compat = { 0 };
int option_verbose; /*!< Verbosity level */
int option_debug; /*!< Debug level */