[Asterisk-cvs] asterisk/apps app_system.c,1.17,1.18

russell russell
Thu Oct 13 18:49:09 CDT 2005


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

Modified Files:
	app_system.c 
Log Message:
update docs to reflect that priority jumping only occurs when the global
option is enabled


Index: app_system.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_system.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- app_system.c	14 Sep 2005 20:46:49 -0000	1.17
+++ app_system.c	13 Oct 2005 22:43:46 -0000	1.18
@@ -61,9 +61,11 @@
 "   SUCCESS	Specified command successfully executed\n"
 "\n"
 "Old behaviour:\n"
-"If  the command itself executes but is in error, and if there exists\n"
+"If the command itself executes but is in error, and if there exists\n"
 "a priority n + 101, where 'n' is the priority of the current instance,\n"
-"then  the  channel  will  be  setup  to continue at that priority level.\n"
+"then  the  channel  will  be  setup to continue at that priority level.\n"
+"Note that this jump functionality has been deprecated and will only occur\n"
+"if the global priority jumping option is enabled in extensions.conf.\n"
 " Otherwise, System returns 0.\n";
 
 static char *descrip2 =




More information about the svn-commits mailing list