]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Err, oops, it was already the way I intended.
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 15 Jan 2010 23:50:47 +0000 (23:50 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 15 Jan 2010 23:50:47 +0000 (23:50 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@240629 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile
main/asterisk.c

index 04c698693bcd50ca071db38ff31412b1e9c336e0..e0b2f4afbaa2092b595b49b592e39bb36ddd2958 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -748,10 +748,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"; \
index 427ddf6aa3b41ab1f8ced5f4e833fd0d7f8965e3..5ccfd200b2ece112cb1531288db0774b3542cef9 100644 (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 = { 0x07 };
+struct ast_flags ast_compat = { 0 };
 
 int option_verbose;                            /*!< Verbosity level */
 int option_debug;                              /*!< Debug level */