summaryrefslogtreecommitdiff
path: root/asterisk.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-12-21 08:44:51 +0000
committerRussell Bryant <russell@russellbryant.com>2005-12-21 08:44:51 +0000
commit5039373b9940c257b4f2a458b0d237e1b0af9c22 (patch)
tree7bfb8832295c9a1911bd51f7c44bc825219f4b90 /asterisk.c
parent1187d236bc4ba9b68262b8f8a65ffbbcfc1ef7c1 (diff)
- change the default value of the global priority jumping option to 'off'
- update the UPGRADE.txt file to reflect this change - remove old information from UPGRADE.txt git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7568 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'asterisk.c')
-rw-r--r--asterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asterisk.c b/asterisk.c
index 025b5aeea..82c8466fe 100644
--- a/asterisk.c
+++ b/asterisk.c
@@ -137,7 +137,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
*/
/*! @{ */
-struct ast_flags ast_options = { AST_OPT_FLAG_TRANSCODE_VIA_SLIN | AST_OPT_FLAG_PRIORITY_JUMPING };
+struct ast_flags ast_options = { AST_OPT_FLAG_TRANSCODE_VIA_SLIN };
int option_verbose = 0; /*!< Verbosity level */
int option_debug = 0; /*!< Debug level */