From 3da537ba8959ebbbe2dbe3ad737485732837efe2 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Mon, 2 Nov 2009 18:12:08 +0000 Subject: [PATCH] Merged revisions 226890 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r226890 | file | 2009-11-02 14:08:54 -0400 (Mon, 02 Nov 2009) | 18 lines 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/branches/1.6.2@226893 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/apps/app_dial.c b/apps/app_dial.c index 5ccded663f..5c54d7e5b9 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -253,6 +253,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Macro()