From: Joshua Colp Date: Mon, 2 Nov 2009 18:08:54 +0000 (+0000) Subject: Merged revisions 226889 via svnmerge from X-Git-Tag: 11.0.0-beta1~3952 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a17d87740ecaa3039029cdc21d8b65f54b42d21;p=thirdparty%2Fasterisk.git Merged revisions 226889 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r226889 | file | 2009-11-02 14:08:11 -0400 (Mon, 02 Nov 2009) | 11 lines Fix a bug where the recorded privacy introduction file would not get removed if the caller hung up while the called party had not yet answered. This was fixed by introducing an argument to the 'n' option which, when enabled, removes the introduction file under all scenarios. This was done to preserve the behavior that has existed for quite some time. (closes issue #14674) Reported by: ulogic Patches: bug14674.patch uploaded by jpeeler (license 325) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@226890 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index 82dbb974e8..910143d30d 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -264,6 +264,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Macro()