[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:04 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:                     assigned
Asterisk Version:           1.4.18 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
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.

====================================================================== 

---------------------------------------------------------------------- 
 (0103040) svnbot (reporter) - 2009-04-09 14:10
 http://bugs.digium.com/view.php?id=12381#c103040 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 187491

U   trunk/CHANGES
U   trunk/apps/app_dial.c
U   trunk/include/asterisk/pbx.h
U   trunk/main/pbx.c

------------------------------------------------------------------------
r187491 | jpeeler | 2009-04-09 14:10:03 -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=187491 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-09 14:10 svnbot         Note Added: 0103040                          
======================================================================




More information about the asterisk-bugs mailing list