[asterisk-bugs] [Asterisk 0011548]: FAILURE status report
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Dec 14 08:55:17 CST 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11548
======================================================================
Reported By: angeloxx-sir
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 11548
Category: Resources/res_agi
Reproducibility: always
Severity: text
Priority: normal
Status: assigned
Asterisk Version: 1.4.15
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 84176
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 12-14-2007 03:02 CST
Last Modified: 12-14-2007 08:55 CST
======================================================================
Summary: FAILURE status report
Description:
Hi,
in res/res_agi.c help (line 101) says that:
This application sets the following channel variable upon completion:
AGISTATUS The status of the attempt to the run the AGI script
text string, one of SUCCESS | FAILED | HANGUP
but in source code the failure status is identified by FAILURE string
and not FAILED (line 2073):
case AGI_RESULT_FAILURE:
pbx_builtin_setvar_helper(chan, "AGISTATUS", "FAILURE");
break;
Can you correct the help?
Thanks
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
12-14-07 08:55 Corydon76 Status new => assigned
12-14-07 08:55 Corydon76 Assigned To => Corydon76
======================================================================
More information about the asterisk-bugs
mailing list