[asterisk-bugs] [Asterisk 0018143]: [regression] DeadAGI sends signal and closes AGI I/O when a caller hangs up.
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Oct 14 16:29:03 CDT 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=18143
======================================================================
Reported By: asackheim
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18143
Category: Resources/res_agi
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.36
JIRA:
Regression: Yes
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 134480
Request Review:
======================================================================
Date Submitted: 2010-10-14 08:49 CDT
Last Modified: 2010-10-14 16:29 CDT
======================================================================
Summary: [regression] DeadAGI sends signal and closes AGI I/O
when a caller hangs up.
Description:
In previous versions of Asterisk, (for example 1.4.21.2), when a caller
would hangup when running a script in deadAGI mode, the result of the AGI
call would be -1 and the script could continue to do post call processing
on that AGI connection until the code exited.
A change was made which causes a signal to be sent to the AGI script which
kills that process. Even if the kill is turned off by parameter, the I/O
Channel from the script back to Asterisk is closed.
For example a STREAM FILE command is running and the user hangs up...
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0013199 Channel var AGISTATUS is not set for ma...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-10-14 16:29 lmadsen Regression No => Yes
2010-10-14 16:29 lmadsen Summary DeadAGI sends signal
and closes AGI I/O when a caller hangs up. => [regression] DeadAGI sends signal
and closes AGI I/O when a caller hangs up.
======================================================================
More information about the asterisk-bugs
mailing list