[asterisk-bugs] [Asterisk 0017814]: AGI Hangup does not hangup channel on FastAGI
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Aug 20 15:44:17 CDT 2010
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=17814
======================================================================
Reported By: abeed
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17814
Category: Resources/res_agi
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.6.2.10
JIRA: SWP-2025
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2
SVN Revision (number only!): 281051
Request Review:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 2010-08-08 22:30 CDT
Last Modified: 2010-08-20 15:44 CDT
======================================================================
Summary: AGI Hangup does not hangup channel on FastAGI
Description:
Hi,
Channel only gets hungup when the FastAGI server terminates the
connection. Following commands don't hangup the channel:
agi: hangup
agi: hangup <channel>
exec: channel request hangup <channel>
======================================================================
----------------------------------------------------------------------
(0126204) espiceland (administrator) - 2010-08-20 15:44
https://issues.asterisk.org/view.php?id=17814#c126204
----------------------------------------------------------------------
After a softhangup, Asterisk notifies the FastAGI server that the channel
is hung up and then does nothing. The expected behavior here is that the
channel will stay up until the FastAGI server disconnects, after which the
channel is destroyed. In the case of an AGI script, Asterisk does send
SIGHUP to the process, but a FastAGI server should handle the disconnection
when it receives HANGUP.
Issue History
Date Modified Username Field Change
======================================================================
2010-08-20 15:44 espiceland Note Added: 0126204
2010-08-20 15:44 espiceland Status acknowledged =>
resolved
2010-08-20 15:44 espiceland Resolution open => no change
required
2010-08-20 15:44 espiceland Description Updated
======================================================================
More information about the asterisk-bugs
mailing list