[Home]

Summary:ASTERISK-28593: Fix check on forwarded voicemail-to-email message body
Reporter:cmaj (cmaj)Labels:
Date Opened:2019-10-18 14:29:55Date Closed:
Priority:TrivialRegression?
Status:In Progress/In ProgressComponents:Applications/app_voicemail
Versions:GIT Frequency of
Occurrence
Related
Issues:
Environment:Devuan ascii & Debian stretch GNU/Linux.Attachments:
Description:When forwarding a voicemail to another user via option 8 from the individual voice message menu inside the VoiceMailMain() application, the generated email body was not correctly determining the forwarded message status.

However, this issue did not seem to affect another test configuration with ODBC voicemail backend storage. It was only broken when a file system storage method for voicemail was used (so, the Asterisk default.) No testing was done on IMAP storage.

The forthcoming patch will attempt to create the message meta text file a bit earlier in the process in order to determine if it is in fact a forwarded message and should have the "originally from..." text included in the message body, by looking at the original mailbox number.
Comments:By: Asterisk Team (asteriskteam) 2019-10-18 14:29:56.096-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

By: cmaj (cmaj) 2019-10-18 15:47:49.775-0500

One issue with the patch is that it assumes an (up to) 80 character original mailbox name. This needs to be verified.

By: Sean Bright (seanbright) 2022-04-04 15:31:37.121-0500

bq. However, this issue did not seem to affect another test configuration with ODBC voicemail backend storage.

I do not see how this would work at all, regardless of the backend type selected. There is no ODBC-backend specific code that would affect message forwarding as far as I can see,