[asterisk-bugs] [Asterisk 0012381]: [patch] Allow called parties to continue after the caller has hung up
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 9 14:10:43 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12381
======================================================================
Reported By: michael-fig
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 12381
Category: Applications/NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: closed
Asterisk Version: 1.4.18
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-04-07 21:40 CDT
Last Modified: 2009-04-09 14:10 CDT
======================================================================
Summary: [patch] Allow called parties to continue after the
caller has hung up
Description:
The attached patch adds a 'c' flag to Dial application that allows the
called party to continue in the dialplan after the channel that initiated
the Dial has hung up. This can be useful if a Manager API program bounces
the callee into an IVR, and then the caller wishes to detach from that
session.
======================================================================
----------------------------------------------------------------------
(0103042) svnbot (reporter) - 2009-04-09 14:10
http://bugs.digium.com/view.php?id=12381#c103042
----------------------------------------------------------------------
Repository: asterisk
Revision: 187493
_U branches/1.6.1/
------------------------------------------------------------------------
r187493 | jpeeler | 2009-04-09 14:10:42 -0500 (Thu, 09 Apr 2009) | 20
lines
Blocked revisions 187491 via svnmerge
........
r187491 | jpeeler | 2009-04-09 14:10:02 -0500 (Thu, 09 Apr 2009) | 15
lines
Add ability for dialplan execution to continue when caller hangs up.
The F option to app_dial has been modified to accept no parameters and
perform
the above functionality. I don't see anywhere else that is doing
function
overloading, but this really is the best place for this operation
because:
- It makes it close to the 'g' option in the argument list which
provides
similar functionality.
- The existing code to support the current F option provides a very
convienient location to add this new feature.
(closes issue http://bugs.digium.com/view.php?id=12381)
Reported by: michael-fig
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=187493
Issue History
Date Modified Username Field Change
======================================================================
2009-04-09 14:10 svnbot Checkin
2009-04-09 14:10 svnbot Note Added: 0103042
======================================================================
More information about the asterisk-bugs
mailing list