aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-21 08:44:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-21 08:44:51 +0000
commitd16d5b54631dea8dfb25c4650222cc1de4af8347 (patch)
tree7bfb8832295c9a1911bd51f7c44bc825219f4b90 /asterisk.c
parent4035176765fb6ad9f4a1c6fe87daaf1b71d012b8 (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: http://svn.digium.com/svn/asterisk/trunk@7568 f38db490-d61c-443f-a65b-d21fe96a405b
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 */