summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-09-24 22:53:23 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-09-24 22:53:23 +0000
commit17180120bf31f782bb2fccd3278cd9d17a43fa91 (patch)
treec72052d77d344dbbe86cb0e366266db47f41f8b2 /main
parent90746d26f3711dc3f4a022de28b0af38c92fc89e (diff)
Change the default behavior of Set, AGI, and pbx_realtime to 1.6 behavior by default (starting in 1.6.3).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@220417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/asterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index dbf479314..53e785803 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -167,7 +167,7 @@ int daemon(int, int); /* defined in libresolv of all places */
/*! @{ */
struct ast_flags ast_options = { AST_DEFAULT_OPTIONS };
-struct ast_flags ast_compat = { 7 };
+struct ast_flags ast_compat = { 0 };
int option_verbose; /*!< Verbosity level */
int option_debug; /*!< Debug level */