From b419fc1134c7cb0b0ba92428185d3546be98cf11 Mon Sep 17 00:00:00 2001 From: Russell Bryant 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: https://origsvn.digium.com/svn/asterisk/trunk@62457 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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