[asterisk-commits] tilghman: branch 1.4 r92933 - /branches/1.4/res/res_agi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Dec 14 09:01:11 CST 2007


Author: tilghman
Date: Fri Dec 14 09:01:10 2007
New Revision: 92933

URL: http://svn.digium.com/view/asterisk?view=rev&rev=92933
Log:
Change help documentation to match actual behavior (FAILURE vs FAILED).
Reported by: angeloxx-sir
Patch by: tilghman
(Closes issue #11548)

Modified:
    branches/1.4/res/res_agi.c

Modified: branches/1.4/res/res_agi.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_agi.c?view=diff&rev=92933&r1=92932&r2=92933
==============================================================================
--- branches/1.4/res/res_agi.c (original)
+++ branches/1.4/res/res_agi.c Fri Dec 14 09:01:10 2007
@@ -100,7 +100,7 @@
 "  Use the CLI command 'agi show' to list available agi commands\n"
 "  This application sets the following channel variable upon completion:\n"
 "     AGISTATUS      The status of the attempt to the run the AGI script\n"
-"                    text string, one of SUCCESS | FAILED | HANGUP\n";
+"                    text string, one of SUCCESS | FAILURE | HANGUP\n";
 
 static int agidebug = 0;
 




More information about the asterisk-commits mailing list