[Asterisk-cvs] asterisk/include/asterisk options.h,1.15,1.16
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Tue Jul 26 12:23:32 CDT 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv22791/include/asterisk
Modified Files:
options.h
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: options.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/options.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- options.h 19 May 2005 01:57:19 -0000 1.15
+++ options.h 26 Jul 2005 16:29:56 -0000 1.16
@@ -35,6 +35,7 @@
extern int option_transcode_slin;
extern int option_maxcalls;
extern int option_dontwarn;
+extern int option_priority_jumping;
extern char defaultlanguage[];
extern time_t ast_startuptime;
extern time_t ast_lastreloadtime;
More information about the svn-commits
mailing list