[asterisk-bugs] [Asterisk 0013199]: Channel var AGISTATUS is not set for many AGI/DeadAGI failure conditions
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jul 30 13:35:31 CDT 2008
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=13199
======================================================================
Reported By: smw1218
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13199
Category: Resources/res_agi
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.6.0-beta9
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 134414
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-07-30 13:16 CDT
Last Modified: 2008-07-30 13:35 CDT
======================================================================
Summary: Channel var AGISTATUS is not set for many
AGI/DeadAGI failure conditions
Description:
Under any network failure for FastAGI (and possibly many other failure
conditions) AGI does not set the AGISTATUS channel variable. This make
dial plan recovery code much more difficult. This is trivial to reproduce:
exten => 150,1,Answer()
exten => 150,n,AGI(agi://dummyhost/dummyapp/dummy)
exten => 150,n,NoOp(${AGISTATUS})
exten => 150,n,HangUp()
Since "dummyhost" does not exist, AGI will fail to connect but not set the
AGISTATUS to "FAILURE"
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-07-30 13:35 Corydon76 Additional Information Updated
======================================================================
More information about the asterisk-bugs
mailing list