[asterisk-bugs] [Asterisk 0017459]: Peer does not hang up when caller hangup while app_dial is executing - Deadagi
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jun 23 09:10:45 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17459
======================================================================
Reported By: mn3250
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17459
Category: Applications/app_dial
Reproducibility: always
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: 1.4.32
JIRA: SWP-1669
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-06-03 17:04 CDT
Last Modified: 2010-06-23 09:10 CDT
======================================================================
Summary: Peer does not hang up when caller hangup while
app_dial is executing - Deadagi
Description:
Looks like * does not hang up the dialed outgoing call even when an agi
hang up is issued.
======================================================================
----------------------------------------------------------------------
(0123747) lifeweaver (reporter) - 2010-06-23 09:10
https://issues.asterisk.org/view.php?id=17459#c123747
----------------------------------------------------------------------
I'm so sorry, I just see the email.
Here is my code:
[php]
include_once ("lib/phpagi.php");
// Signal Processing
declare(ticks = 1);
pcntl_signal (SIGHUP, 'sigHandler');
function sigHandler($r_signal)
(
// Write the code to be executed before the hang.
)
[/php]
Issue History
Date Modified Username Field Change
======================================================================
2010-06-23 09:10 lifeweaver Note Added: 0123747
======================================================================
More information about the asterisk-bugs
mailing list