aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 61cdf114a..d8e25e642 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -66,16 +66,16 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; and multiline formatted headers for strict
; SIP compatibility (defaults to "no")
-; See doc/qos.tex for a description of these parameters.
+; See qos.tex or Quality of Service section of asterisk.pdf for a description of these parameters.
;tos_sip=cs3 ; Sets TOS for SIP packets.
;tos_audio=ef ; Sets TOS for RTP audio packets.
;tos_video=af41 ; Sets TOS for RTP video packets.
;tos_text=af41 ; Sets TOS for RTP text packets.
-;cos_sip=4 ; Sets CoS for SIP packets.
-;cos_audio=6 ; Sets CoS for RTP audio packets.
-;cos_video=5 ; Sets CoS for RTP video packets.
-;cos_text=0 ; Sets CoS for RTP text packets.
+;cos_sip=3 ; Sets 802.1p priority for SIP packets.
+;cos_audio=5 ; Sets 802.1p priority for RTP audio packets.
+;cos_video=4 ; Sets 802.1p priority for RTP video packets.
+;cos_text=3 ; Sets 802.1p priority for RTP text packets.
;maxexpiry=3600 ; Maximum allowed time of incoming registrations
; and subscriptions (seconds)