dect
/
asterisk
Archived
13
0
Fork 0

It's been long enough -- make the behavior introduced in 1.6 the default.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@239000 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2010-01-10 06:56:36 +00:00
parent 070bfb9327
commit b7ec076367
2 changed files with 5 additions and 5 deletions

View File

@ -745,10 +745,10 @@ samples: adsi
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"; \

View File

@ -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_compat = { 0 };
struct ast_flags ast_compat = { 0x07 };
int option_verbose; /*!< Verbosity level */
int option_debug; /*!< Debug level */