From 17afebc1a66f6cb114abfbd0a0490f7e45b3bdc6 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sun, 16 Dec 2007 10:51:53 +0000 Subject: HUGE improvements to QoS/CoS handling by IgorG - Refer to the proper documentation - Implement separate signalling/media QoS/CoS in many channels using RTP - Improve warnings and verbose messages - Deprecate some old settings Minor modifications by me, a big effort from IgorG. Thanks! Reported by: IgorG Patches: qoscleanup-89394-4-trunk.patch uploaded by IgorG (license 20) Tested by: IgorG (closes issue #11145) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93163 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/mgcp.conf.sample | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configs/mgcp.conf.sample') diff --git a/configs/mgcp.conf.sample b/configs/mgcp.conf.sample index c4b5cba59..104891e8a 100644 --- a/configs/mgcp.conf.sample +++ b/configs/mgcp.conf.sample @@ -5,8 +5,11 @@ ;port = 2427 ;bindaddr = 0.0.0.0 -; See doc/qos.tex for a description of the tos parameters. -;tos=ef +; See qos.tex or Quality of Service section of asterisk.pdf for a description of these parameters. +;tos=cs3 ; Sets TOS for signaling packets. +;tos_audio=ef ; Sets TOS for RTP audio packets. +;cos=3 ; Sets 802.1p priority for signaling packets. +;cos_audio=5 ; Sets 802.1p priority for RTP audio packets. ;------------------------------ JITTER BUFFER CONFIGURATION -------------------------- ; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a -- cgit v1.2.3