From bcb449e56b3b11795bb2c4eb3aef4b3751476ad4 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 13 Oct 2005 22:43:46 +0000 Subject: update docs to reflect that priority jumping only occurs when the global option is enabled git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6769 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_system.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/app_system.c') 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 = -- cgit v1.2.3