]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: VoiceMailPlayMsg did not play database stored messages 33/4933/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:58:28 +0000 (12:58 -0600)
commit2b245b12d920e319bdb8112c00c76cc54b0485a4
treeca02735bb1d642a7e53479f4dd87db5acbf4e70b
parent84a232ffb32d517f25b1603ee749f96efbd8daa4
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