From de4af72f9f3bb2a8697c18345239a777bcbc40ca Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Thu, 9 Apr 2009 19:10:02 +0000 Subject: 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/trunk@187491 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'apps/app_dial.c') diff --git a/apps/app_dial.c b/apps/app_dial.c index f2cea75d2..8a2e152d6 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -133,6 +133,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") When the caller hangs up, transfer the called party to the specified destination and continue execution at that location. +