[asterisk-bugs] [Asterisk 0016005]: [patch] Call does not drop when caller hangs up
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Nov 4 15:21:18 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16005
======================================================================
Reported By: falves11
Assigned To: mnicholson
======================================================================
Project: Asterisk
Issue ID: 16005
Category: Applications/app_dial
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA: SWP-232
Regression: No
Reviewboard Link: https://reviewboard.asterisk.org/r/407/
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 219720
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-10-01 09:02 CDT
Last Modified: 2009-11-04 15:21 CST
======================================================================
Summary: [patch] Call does not drop when caller hangs up
Description:
The patch created by Nicholson for issue 15936 goes only half way, I mean,
it is not enough. It records the moment when the callee picks up the phone,
and that is wonderful, but if the caller, the originator, drops the call,
the call continues on for the callee, even if the caller is long gone
several minutes ago. If the callee drops the call, then the call correctly
stops and gets billed.
The correct way to solve this is to stop the call if either leg sends BYE,
and stop the billing right there. If you need to see a live example please
contact me via the information in Digium's ticket system for ticket
FDI-431113
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0015936 [patch] Billsec is zero when playing a ...
======================================================================
----------------------------------------------------------------------
(0113149) svnbot (reporter) - 2009-11-04 15:21
https://issues.asterisk.org/view.php?id=16005#c113149
----------------------------------------------------------------------
Repository: asterisk
Revision: 227833
_U branches/1.6.0/
U branches/1.6.0/apps/app_dial.c
------------------------------------------------------------------------
r227833 | mnicholson | 2009-11-04 15:21:17 -0600 (Wed, 04 Nov 2009) | 24
lines
Merged revisions 227829 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r227829 | mnicholson | 2009-11-04 15:03:33 -0600 (Wed, 04 Nov 2009) | 17
lines
Merged revisions 227827 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r227827 | mnicholson | 2009-11-04 14:52:27 -0600 (Wed, 04 Nov 2009) |
10 lines
This patch modifies the Dial application to monitor the calling
channel for hangups while playing back announcements.
(closes issue https://issues.asterisk.org/view.php?id=16005)
Reported by: falves11
Patches:
dial-announce-hangup-fix1.diff uploaded by mnicholson (license
96)
Tested by: mnicholson, falves11
Review: https://reviewboard.asterisk.org/r/407/
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=227833
Issue History
Date Modified Username Field Change
======================================================================
2009-11-04 15:21 svnbot Checkin
2009-11-04 15:21 svnbot Note Added: 0113149
======================================================================
More information about the asterisk-bugs
mailing list