]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: fix bugs, imap mm_status log change to debug 83/2883/5
authorAlexei Gradinari <alex2grad@gmail.com>
Fri, 20 May 2016 18:56:30 +0000 (14:56 -0400)
committerAlexei Gradinari <alex2grad@gmail.com>
Thu, 26 May 2016 14:20:57 +0000 (10:20 -0400)
commit859bbec09b24541b7a789adc5b815bf4406c2eb6
tree9774a683319c9963eb08e1530322269a5c204459
parentddcf983e392c6eeeb925109961697992f341e5d5
app_voicemail: fix bugs, imap mm_status log change to debug

Fixed some bugs:
- create dirpath when save downloading message from IMAP storage.
- create IMAP folder if not exists when saving to IMAP storage
- check if file successfully opened before write to it
- some IMAP checks
- remove non-standard flag 'Unseen'
etc

Change to debug IMAP mm_status log instead of verbose.

Remove unused X-Asterisk-VM-Caller-channel message header
for security reason. The clients should not know name of peer/endpoint.

ASTERISK-26045 #close

Change-Id: I7f83d88b69b36934e2539c114b9fb612deed971b
apps/app_voicemail.c