aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-30 21:54:13 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-30 21:54:13 +0000
commitfcada9d3f2db631fe3ae474993f615a2cb2d8419 (patch)
tree972a3001988d2080f108e34234ef6a940b17a954
parentee91a916f3c21ca838c1101b4205ab36b340d90a (diff)
Add a note to CHANGES about the new support for 802.1p. Thanks IgorG!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62480 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 162a04e5c..e2295376c 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.