add a global option to disable priority jumping in applications (when they get updated), settable in extensions.conf

change app_dial to use 'j' to _ENABLE_ priority jumping if it has been globally disabled


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-07-26 16:29:56 +00:00
parent a657d3a7fa
commit 5cc0413c54
5 changed files with 23 additions and 14 deletions

View File

@@ -100,6 +100,7 @@ int option_reconnect = 0;
int option_transcode_slin = 1;
int option_maxcalls = 0;
int option_dontwarn = 0;
int option_priority_jumping = 1;
int fully_booted = 0;
char record_cache_dir[AST_CACHE_DIR_LEN] = AST_TMP_DIR;
char debug_filename[AST_FILENAME_MAX] = "";