From 3d2428efd418ec960c90725ad9588056ace5ec5c Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 30 Apr 2007 16:16:26 +0000 Subject: Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The file doc/qos.tex has been updated to document the new functionality. (issue #9540, patch submitted by IgorG) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62457 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/iax2-provision.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/iax2-provision.c') diff --git a/channels/iax2-provision.c b/channels/iax2-provision.c index 159d8686e..5a484fda5 100644 --- a/channels/iax2-provision.c +++ b/channels/iax2-provision.c @@ -332,7 +332,7 @@ static int iax_template_parse(struct iax_template *cur, struct ast_config *cfg, ast_log(LOG_WARNING, "Ignoring invalid codec '%s' for '%s' at line %d\n", v->value, s, v->lineno); } else if (!strcasecmp(v->name, "tos")) { if (ast_str2tos(v->value, &cur->tos)) - ast_log(LOG_WARNING, "Invalid tos value at line %d, see doc/ip-tos.txt for more information.\n", v->lineno); + ast_log(LOG_WARNING, "Invalid tos value at line %d, see doc/qos.tex for more information.\n", v->lineno); } else if (!strcasecmp(v->name, "user")) { strncpy(cur->user, v->value, sizeof(cur->user) - 1); if (strcmp(cur->user, v->value)) -- cgit v1.2.3