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

Modified Files:
        extensions.conf.sample 
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: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- extensions.conf.sample      12 Jul 2005 03:23:31 -0000      1.44
+++ extensions.conf.sample      26 Jul 2005 16:29:55 -0000      1.45
@@ -44,6 +44,14 @@
 ;
 clearglobalvars=no
 ;
+; If priorityjumping is set to 'yes', then applications that support
+; 'jumping' to a different priority based on the result of their operations
+; will do so (this is backwards compatible behavior with pre-1.2 releases
+; of Asterisk). Individual applications can also be requested to do this
+; by passing a 'j' option in their arguments.
+;
+priorityjumping=no
+;
 ; You can include other config files, use the #include command (without the 
';')
 ; Note that this is different from the "include" command that includes 
contexts within 
 ; other contexts. The #include command works in all asterisk configuration 
files.

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to