]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: VoiceMailPlayMsg did not play database stored messages 17/4817/2
authorrrittgarn <rrittgarn@techpro.com>
Wed, 25 Jan 2017 22:25:21 +0000 (16:25 -0600)
committerKevin Harwell <kharwell@digium.com>
Tue, 14 Feb 2017 18:57:55 +0000 (12:57 -0600)
commit9d34df9a5e5632f03ad53cbc4c6eb58c597cbba1
tree585f6eacf6ebcd9688cc21df0b1d7c34708f6ce7
parent3410000948f406a2e4bba33842345c40eb9bee20
app_voicemail: VoiceMailPlayMsg did not play database stored messages

When attempting to use VoiceMailPlayMsg with a realtime data backend
the message is located, but never retrieved. This patch adds the
required RETRIEVE and DISPOSE calls that will fetch the message from
the database (and IMAP storage as well for that matter).

Also, removed extraneous make_file call.

ASTERISK-26723 #close

Change-Id: I1e122dd53c0f3d7faa10f3c2b7e7e76a47d51b8c
apps/app_voicemail.c