mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
It's been long enough -- make the behavior introduced in 1.6 the default.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
8
Makefile
8
Makefile
@@ -745,10 +745,10 @@ samples: adsi
|
|||||||
echo ";astctlgroup = apache" ; \
|
echo ";astctlgroup = apache" ; \
|
||||||
echo ";astctl = asterisk.ctl" ; \
|
echo ";astctl = asterisk.ctl" ; \
|
||||||
echo "" ; \
|
echo "" ; \
|
||||||
echo "[compat]" ; \
|
echo ";[compat]" ; \
|
||||||
echo "pbx_realtime=1.6" ; \
|
echo ";pbx_realtime=1.6" ; \
|
||||||
echo "res_agi=1.6" ; \
|
echo ";res_agi=1.6" ; \
|
||||||
echo "app_set=1.6" ; \
|
echo ";app_set=1.6" ; \
|
||||||
) > $(DESTDIR)$(ASTCONFPATH) ; \
|
) > $(DESTDIR)$(ASTCONFPATH) ; \
|
||||||
else \
|
else \
|
||||||
echo "Skipping asterisk.conf creation"; \
|
echo "Skipping asterisk.conf creation"; \
|
||||||
|
@@ -170,7 +170,7 @@ int daemon(int, int); /* defined in libresolv of all places */
|
|||||||
/*! @{ */
|
/*! @{ */
|
||||||
|
|
||||||
struct ast_flags ast_options = { AST_DEFAULT_OPTIONS };
|
struct ast_flags ast_options = { AST_DEFAULT_OPTIONS };
|
||||||
struct ast_flags ast_compat = { 0 };
|
struct ast_flags ast_compat = { 0x07 };
|
||||||
|
|
||||||
int option_verbose; /*!< Verbosity level */
|
int option_verbose; /*!< Verbosity level */
|
||||||
int option_debug; /*!< Debug level */
|
int option_debug; /*!< Debug level */
|
||||||
|
Reference in New Issue
Block a user