]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: VoiceMailPlayMsg did not play database stored messages 34/4934/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:15 +0000 (12:58 -0600)
commit9296a728a97a90cd0631a83e846868a91128e0d7
treecbd21e45b418e77d235717c661c730083d41b348
parent6743541540e50dee996f19f6579e493538ad9d28
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