[asterisk-bugs] [JIRA] (ASTERISK-27935) Voicemail emailbody per user can't contain commas
Sébastien Duthil (JIRA)
noreply at issues.asterisk.org
Fri Jun 22 14:41:54 CDT 2018
Sébastien Duthil created ASTERISK-27935:
-------------------------------------------
Summary: 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