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 --- configs/mgcp.conf.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/mgcp.conf.sample') diff --git a/configs/mgcp.conf.sample b/configs/mgcp.conf.sample index 288065355..c4b5cba59 100644 --- a/configs/mgcp.conf.sample +++ b/configs/mgcp.conf.sample @@ -5,6 +5,9 @@ ;port = 2427 ;bindaddr = 0.0.0.0 +; See doc/qos.tex for a description of the tos parameters. +;tos=ef + ;------------------------------ JITTER BUFFER CONFIGURATION -------------------------- ; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a ; MGCP channel. Defaults to "no". An enabled jitterbuffer will -- cgit v1.2.3