mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Minor typo fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1639 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5845,7 +5845,7 @@ static struct sip_peer *build_peer(char *name, struct ast_variable *v)
|
||||
} else if (!strcasecmp(v->value, "yes")) {
|
||||
peer->maxms = DEFAULT_MAXMS;
|
||||
} else if (sscanf(v->value, "%d", &peer->maxms) != 1) {
|
||||
ast_log(LOG_WARNING, "Qualification of peer '%s' should be 'yes', 'no', or a number of milliseconds at line %d of iax.conf\n", peer->name, v->lineno);
|
||||
ast_log(LOG_WARNING, "Qualification of peer '%s' should be 'yes', 'no', or a number of milliseconds at line %d of sip.conf\n", peer->name, v->lineno);
|
||||
peer->maxms = 0;
|
||||
}
|
||||
} //else if (strcasecmp(v->name,"type"))
|
||||
|
||||
Reference in New Issue
Block a user