From: Jeff Peeler Date: Thu, 9 Apr 2009 19:10:41 +0000 (+0000) Subject: Blocked revisions 187491 via svnmerge X-Git-Tag: 1.6.1.0-rc5~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3b92aa75802a86075bc126804fe30e6a266786;p=thirdparty%2Fasterisk.git 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 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@187493 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---