]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail/IMAP: function 'save_to_folder' creates wrong folder 48/2548/3
authorAlexei Gradinari <alex2grad@gmail.com>
Thu, 7 Apr 2016 17:02:19 +0000 (13:02 -0400)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 12 Apr 2016 03:30:53 +0000 (22:30 -0500)
commitf89613646082c7abb48ed4415fc34fd3fc70e923
tree52865b3565f4fe0e5dd69b567c462f30af70185c
parent8207372e663bdaa44acbe8fd6a262eead5532ad8
app_voicemail/IMAP: function 'save_to_folder' creates wrong folder

If try to move message to Cust1 (number 5)
the function 'save_to_folder' tries to create Greeting folder instead of Cust1.

This patch fixed it by setting GREETINGS_FOLDER = -1

ASTERISK-24927 #close

Change-Id: I03d1a761894bcc2d130ec9b003bbcddc28e25c51
apps/app_voicemail.c