]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 89540 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Sat, 24 Nov 2007 06:24:46 +0000 (06:24 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sat, 24 Nov 2007 06:24:46 +0000 (06:24 +0000)
commitb0d83789106a52ff1b75b6b14c2d16711ac10d77
tree61862754b1a4a8ccce61c0fb81e8c48e5ee82d37
parenteac58d0fb3ea9fa5b6c379fb244b073c97a588f0
Merged revisions 89540 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r89540 | tilghman | 2007-11-24 00:19:23 -0600 (Sat, 24 Nov 2007) | 9 lines

Currently, zero-length voicemail messages cause a hangup in VoicemailMain.
This change fixes the problem, with a multi-faceted approach.  First, we
do our best to avoid these messages from being created in the first place,
and second, if that fails, we detect when the voicemail message is
zero-length and avoid exiting at that point.
Reported by: dtyoo
Patch by: gkloepfer,tilghman
(Closes issue #11083)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89541 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c
main/app.c