[svn-commits] jpeeler: branch 1.6.2 r187494 - /branches/1.6.2/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Apr 9 14:11:05 CDT 2009
Author: jpeeler
Date: Thu Apr 9 14:11:01 2009
New Revision: 187494
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=187494
Log:
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 #12381)
Reported by: michael-fig
........
Modified:
branches/1.6.2/ (props changed)
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
--- trunk-blocked (original)
+++ trunk-blocked Thu Apr 9 14:11:01 2009
@@ -1,1 +1,1 @@
-/trunk:182362,182521,182762,182960,183124,183148,183196,183239,183553-183555,184986,185299,185532,185581,185704,185741,185777,186078,186382,186525,186563,186566,186620,186624,186653,186687,186953,186957,187105,187138,187179,187211,187269
+/trunk:182362,182521,182762,182960,183124,183148,183196,183239,183553-183555,184986,185299,185532,185581,185704,185741,185777,186078,186382,186525,186563,186566,186620,186624,186653,186687,186953,186957,187105,187138,187179,187211,187269,187491
More information about the svn-commits
mailing list