From c82fd9020f2d3922c53a254a214092e005500785 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 30 Apr 2007 21:54:13 +0000 Subject: [PATCH] Add a note to CHANGES about the new support for 802.1p. Thanks IgorG! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62480 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 162a04e5c0..e2295376c1 100644 --- a/CHANGES +++ b/CHANGES @@ -172,4 +172,8 @@ Miscellaneous * Added a new CDR module, cdr_sqlite3_custom. * Added a new realtime configuration module, res_config_sqlite * Added a new dialplan application, Bridge, which allows you to bridge the - calling channel to any other active channel on the system. + calling channel to any other active channel on the system. + * Added support for setting the CoS for VLAN traffic (802.1p). See the sample + configuration files for the IP channel drivers. The new option is "cos". + This information is also documented in doc/qos.tex, or the IP Quality of Service + section of asterisk.pdf.