(closes issue #16515)
Reported by: ManChicken
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@236667
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (sscanf(val, "%30d", &x) == 1) {
vmminsecs = x;
if (maxsilence / 1000 >= vmminsecs) {
- ast_log(AST_LOG_WARNING, "maxsilence should be less than minmessage or you may get empty messages\n");
+ ast_log(AST_LOG_WARNING, "maxsilence should be less than minsecs or you may get empty messages\n");
}
} else {
ast_log(AST_LOG_WARNING, "Invalid min message time length\n");