]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix improper operator key acceptance and clean up temp recording files.
authorJeff Peeler <jpeeler@digium.com>
Mon, 18 Oct 2010 21:50:30 +0000 (21:50 +0000)
committerJeff Peeler <jpeeler@digium.com>
Mon, 18 Oct 2010 21:50:30 +0000 (21:50 +0000)
commitc7fd3b73d3ca4a6ec1a7029aa0bf597ffb14e51c
tree218d44f08c066539322302711a937f97e50869ca
parent3a0279572064a7a44343967a772d9899864f10e7
Fix improper operator key acceptance and clean up temp recording files.

This is a fix for when pressing the operator key after recording an unavailable,
busy, name, or temporary message in mailbox options. The operator key should not
be accepted here, but should be allowed during the message recording. If the
operator key is pressed during ensure the file is saved or deleted as
apporopriate.  Also, ensure removal of temporary recorded files after an early
hang up or when message acceptance confirmation times out.

ABE-2518

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@292223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c