doc: Update IP Quality of Service links.

Fixes #328

(cherry picked from commit e4eeda6502)
This commit is contained in:
Sean Bright
2023-11-07 08:39:09 -05:00
committed by Asterisk Development Team
parent c40496cb38
commit cbf1226829
5 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@
;bindaddr=0.0.0.0 ;bindaddr=0.0.0.0
;port=4520 ;port=4520
; ;
; See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for a description of the tos parameter. ; See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service for a description of the tos parameter.
;tos=ef ;tos=ef
; ;
; Our entity identifier. (It should generally be the MAC address of the ; Our entity identifier. (It should generally be the MAC address of the

View File

@@ -323,7 +323,7 @@ encryption=yes
; ;
;authdebug = yes ;authdebug = yes
; ;
; See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for a description of these parameters. ; See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service for a description of these parameters.
;tos=ef ;tos=ef
;cos=5 ;cos=5
; ;

View File

@@ -53,7 +53,7 @@ codec=ulaw
; ;
flags=register,heartbeat flags=register,heartbeat
; ;
; See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for a description of this parameter. ; See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service for a description of this parameter.
;tos=ef ;tos=ef
; ;
; Example iaxy provisioning ; Example iaxy provisioning

View File

@@ -5,7 +5,7 @@
[general] [general]
port=5000 ; UDP port port=5000 ; UDP port
; ;
; See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for a description of these parameters. ; See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service for a description of these parameters.
;tos=cs3 ; Sets TOS for signaling packets. ;tos=cs3 ; Sets TOS for signaling packets.
;tos_audio=ef ; Sets TOS for RTP audio packets. ;tos_audio=ef ; Sets TOS for RTP audio packets.
;cos=3 ; Sets 802.1p priority for signaling packets. ;cos=3 ; Sets 802.1p priority for signaling packets.

View File

@@ -984,25 +984,25 @@
<configOption name="tos_audio"> <configOption name="tos_audio">
<synopsis>DSCP TOS bits for audio streams</synopsis> <synopsis>DSCP TOS bits for audio streams</synopsis>
<description><para> <description><para>
See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for more information about QoS settings See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service for more information about QoS settings
</para></description> </para></description>
</configOption> </configOption>
<configOption name="tos_video"> <configOption name="tos_video">
<synopsis>DSCP TOS bits for video streams</synopsis> <synopsis>DSCP TOS bits for video streams</synopsis>
<description><para> <description><para>
See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for more information about QoS settings See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service for more information about QoS settings
</para></description> </para></description>
</configOption> </configOption>
<configOption name="cos_audio"> <configOption name="cos_audio">
<synopsis>Priority for audio streams</synopsis> <synopsis>Priority for audio streams</synopsis>
<description><para> <description><para>
See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for more information about QoS settings See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service for more information about QoS settings
</para></description> </para></description>
</configOption> </configOption>
<configOption name="cos_video"> <configOption name="cos_video">
<synopsis>Priority for video streams</synopsis> <synopsis>Priority for video streams</synopsis>
<description><para> <description><para>
See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for more information about QoS settings See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service for more information about QoS settings
</para></description> </para></description>
</configOption> </configOption>
<configOption name="allow_subscribe" default="yes"> <configOption name="allow_subscribe" default="yes">
@@ -1810,7 +1810,7 @@
<configOption name="tos" default="false"> <configOption name="tos" default="false">
<synopsis>Enable TOS for the signalling sent over this transport</synopsis> <synopsis>Enable TOS for the signalling sent over this transport</synopsis>
<description> <description>
<para>See <literal>https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service</literal> <para>See <literal>https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service</literal>
for more information on this parameter.</para> for more information on this parameter.</para>
<note><para>This option does not apply to the <replaceable>ws</replaceable> <note><para>This option does not apply to the <replaceable>ws</replaceable>
or the <replaceable>wss</replaceable> protocols.</para></note> or the <replaceable>wss</replaceable> protocols.</para></note>
@@ -1819,7 +1819,7 @@
<configOption name="cos" default="false"> <configOption name="cos" default="false">
<synopsis>Enable COS for the signalling sent over this transport</synopsis> <synopsis>Enable COS for the signalling sent over this transport</synopsis>
<description> <description>
<para>See <literal>https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service</literal> <para>See <literal>https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service</literal>
for more information on this parameter.</para> for more information on this parameter.</para>
<note><para>This option does not apply to the <replaceable>ws</replaceable> <note><para>This option does not apply to the <replaceable>ws</replaceable>
or the <replaceable>wss</replaceable> protocols.</para></note> or the <replaceable>wss</replaceable> protocols.</para></note>