[asterisk-bugs] [JIRA] (ASTERISK-26045) [patch]app_voicemail: fix bugs, imap mm_status log change to debug
Anthony Messina (JIRA)
noreply at issues.asterisk.org
Sat Jun 18 14:27:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231070#comment-231070 ]
Anthony Messina commented on ASTERISK-26045:
--------------------------------------------
Unfortunately after https://github.com/asterisk/asterisk/commit/b3142e99e4a03c5137a72d87f31f525f0a817f8f, I am unable to build with IMAP_STORAGE any longer:
{code}
app_voicemail.c: In function 'mm_status':
app_voicemail.c:3266:50: error: 'MAX_OBJECT_FIELD' undeclared (first use in this function)
if (!DEBUG_ATLEAST(5) || !(str = ast_str_create(MAX_OBJECT_FIELD))) {
^
app_voicemail.c:3266:50: note: each undeclared identifier is reported only once for each function it appears in
{code}
> [patch]app_voicemail: fix bugs, imap mm_status log change to debug
> ------------------------------------------------------------------
>
> Key: ASTERISK-26045
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26045
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_voicemail, Applications/app_voicemail/IMAP
> Affects Versions: 13.9.0
> Reporter: Alexei Gradinari
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list