aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_system.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-13 22:43:46 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-13 22:43:46 +0000
commitde92818c5a5635c9bb076121f1efcf3c6a0bc6a9 (patch)
tree6505df83b8d97d443e85dc2589fe50170d19cc6a /apps/app_system.c
parentc2bf316746a16aa47c20bd5a8fd945cf82de05e0 (diff)
update docs to reflect that priority jumping only occurs when the global
option is enabled git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6769 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_system.c')
-rwxr-xr-xapps/app_system.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/app_system.c b/apps/app_system.c
index 6ee88cdd6..1e332a0cf 100755
--- a/apps/app_system.c
+++ b/apps/app_system.c
@@ -61,9 +61,11 @@ static char *descrip =
" 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 =