mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Use recommended option, not deprecated option.
(closes issue #16515) Reported by: ManChicken git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@236667 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10965,7 +10965,7 @@ static int load_config(int reload)
|
||||
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");
|
||||
|
Reference in New Issue
Block a user