[asterisk-bugs] [Asterisk 0018891]: [patch] app_voicemail creates "general" mailbox from users.conf
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Feb 25 11:34:10 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18891
======================================================================
Reported By: pdugas
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18891
Category: Applications/app_voicemail
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 308944
Request Review:
======================================================================
Date Submitted: 2011-02-25 11:30 CST
Last Modified: 2011-02-25 11:34 CST
======================================================================
Summary: [patch] app_voicemail creates "general" mailbox from
users.conf
Description:
I use users.conf to centralize my station configs and noticed today that
app_voicemail is creating a "general" mailbox. Looking through the current
"trunk" code, I find that app_voicemail is not skipping the [general]
section as other modules that scan users.conf seem to (I looked at chan_sip
specifically).
======================================================================
----------------------------------------------------------------------
(0132412) pdugas (reporter) - 2011-02-25 11:34
https://issues.asterisk.org/view.php?id=18891#c132412
----------------------------------------------------------------------
The attached app_voicemail-ignore-general.patch file contains the addition
of a
if (strcasecmp(cat, "general")) { ... }
block around the processing of user.conf sections. I have not tested this
as I'm not in a position to easily do so at this time.
I did not include the indentation of the enclosed block so as to clarify
the change.
Issue History
Date Modified Username Field Change
======================================================================
2011-02-25 11:34 pdugas Note Added: 0132412
======================================================================
More information about the asterisk-bugs
mailing list