[Asterisk-cvs] asterisk asterisk.c,1.171,1.172

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue Jul 26 12:23:19 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv22791

Modified Files:
	asterisk.c 
Log Message:
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


Index: asterisk.c
===================================================================
RCS file: /usr/cvsroot/asterisk/asterisk.c,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- asterisk.c	25 Jul 2005 23:09:13 -0000	1.171
+++ asterisk.c	26 Jul 2005 16:29:55 -0000	1.172
@@ -100,6 +100,7 @@
 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] = "";




More information about the svn-commits mailing list