]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a bug where the recorded privacy introduction file would not get removed if the...
authorJoshua Colp <jcolp@digium.com>
Mon, 2 Nov 2009 18:08:11 +0000 (18:08 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 2 Nov 2009 18:08:11 +0000 (18:08 +0000)
commited413ec76cf50e63de2fb3f46c6831388516e089
tree643c362e7d1936bc249b8715c532a25fe7db37f6
parent717c3e17892c1c22062346db518e4626c4f05fd3
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.4@226889 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dial.c