[asterisk-bugs] [Asterisk 0015331]: [patch] Log message does not match conditional check
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jun 26 15:03:44 CDT 2009
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=15331
======================================================================
Reported By: markd
Assigned To: dbrooks
======================================================================
Project: Asterisk
Issue ID: 15331
Category: Applications/app_voicemail
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.4.25
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-06-15 07:48 CDT
Last Modified: 2009-06-26 15:03 CDT
======================================================================
Summary: [patch] Log message does not match conditional check
Description:
I beleive the following lines to be incorrect. The comparitor should be
">=" and not "<=" or the log message should be reworded.
if (maxsilence <= vmminsecs)
ast_log(AST_LOG_WARNING, "maxsilence should be less than minmessage
or you may get empty messages\n");
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-06-26 15:03 svnbot Status assigned => resolved
2009-06-26 15:03 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list