[asterisk-bugs] [JIRA] (ASTERISK-27935) app_voicemail: emailbody per user can't contain commas
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Mon Jun 25 16:58:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp updated ASTERISK-27935:
-----------------------------------
Summary: app_voicemail: emailbody per user can't contain commas (was: Voicemail emailbody per user can't contain commas)
> 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