[asterisk-bugs] [Asterisk 0014624]: 1.4.23.1 DeadAGI() in "h" extension

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Mar 10 00:35:09 CDT 2009


The following issue has been CLOSED 
====================================================================== 
http://bugs.digium.com/view.php?id=14624 
====================================================================== 
Reported By:                acunningham
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14624
Category:                   General
Reproducibility:            sometimes
Severity:                   minor
Priority:                   normal
Status:                     closed
Target Version:             1.4.25
Asterisk Version:           1.4.23 
Regression:                 Yes 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 no change required
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-03-08 19:22 CDT
Last Modified:              2009-03-10 00:35 CDT
====================================================================== 
Summary:                    1.4.23.1 DeadAGI() in "h" extension
Description: 
The following worked correctly on 1.4.21.1 and older:

exten => h, 1, DeadAGI(agi://127.0.0.1/end)

but on 1.4.23.1 sometimes gives:

    -- Executing [h at from-external:1] DeadAGI("SIP/1.2.3.4-406c3838",
"agi://127.0.0.1/end") in new stack
[Mar  8 20:17:20] WARNING[19208]: res_agi.c:2158 deadagi_exec: Running
DeadAGI on a live channel will cause problems, please use AGI

Changing to:

exten => h, 1, AGI(agi://127.0.0.1/end)

sometimes gives the converse warning about running AGI on a dead channel.
Is Asterisk sometimes calling the DeadAGI before really hanging up the
call?
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-03-10 00:35 tilghman       Status                   feedback => closed  
2009-03-10 00:35 tilghman       Resolution               open => no change
required
======================================================================




More information about the asterisk-bugs mailing list