[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:55:38 CDT 2008


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=13199 
====================================================================== 
Reported By:                smw1218
Assigned To:                svnbot
====================================================================== 
Project:                    Asterisk
Issue ID:                   13199
Category:                   Resources/res_agi
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
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:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2008-07-30 13:16 CDT
Last Modified:              2008-07-30 13:55 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:55 svnbot         Status                   new => resolved     
2008-07-30 13:55 svnbot         Resolution               open => fixed       
2008-07-30 13:55 svnbot         Assigned To               => svnbot          
======================================================================




More information about the asterisk-bugs mailing list