[asterisk-bugs] [JIRA] (ASTERISK-27935) app_voicemail: emailbody per user can't contain commas
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Tue Apr 16 11:40:47 CDT 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-27935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246925#comment-246925 ]
Friendly Automation commented on ASTERISK-27935:
------------------------------------------------
Change 11283 merged by Friendly Automation:
app_voicemail: Don't split mailbox options on comma
[https://gerrit.asterisk.org/c/asterisk/+/11283|https://gerrit.asterisk.org/c/asterisk/+/11283]
> app_voicemail: emailbody per user can't contain commas
> ------------------------------------------------------
>
> Key: ASTERISK-27935
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27935
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_voicemail
> Affects Versions: 15.2.2
> Environment: Debian 9 Stretch
> Reporter: Sébastien Duthil
> Severity: Minor
>
> Given the following config in voicemail.conf:
> {noformat}
> [default]
> 01234 => ,John Doe,john at example.com,,emailsubject=New message|emailbody=Hello, this is a message
> {noformat}
> When I receive a voice message on voicemail 01234
> Then I receive an email containing "Hello" as a body
> Expected: I receive an email containing "Hello, this is a message"
> I don't use any IMAP configuration.
> The voicemail options can't contain a comma without truncating the rest of the options. AFAIU, there can't be anything on the config line after the voicemail options, so there is no need to stop parsing after a comma in the options.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list