]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
doc: Update IP Quality of Service links.
authorSean Bright <sean@seanbright.com>
Tue, 7 Nov 2023 13:39:09 +0000 (08:39 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:32:13 +0000 (18:32 +0000)
Fixes #328

(cherry picked from commit e4eeda650246f910b62096e5bf8c2ece5e327d5d)

configs/samples/dundi.conf.sample
configs/samples/iax.conf.sample
configs/samples/iaxprov.conf.sample
configs/samples/unistim.conf.sample
res/res_pjsip/pjsip_config.xml

index 2f28f453bba7ca901b5d4aa131518406fba222aa..cc2d82ae12e583e57864fc1534ca6cfb63886986 100644 (file)
@@ -29,7 +29,7 @@
 ;bindaddr=0.0.0.0
 ;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
 ;
 ; Our entity identifier.  (It should generally be the MAC address of the
index 96705ac1b0bec50f58e2c3c8013238b1eb2840df..2f774c489521a175d8f9696b620c6c971b4e57d8 100644 (file)
@@ -323,7 +323,7 @@ encryption=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
 ;cos=5
 ;
index 8b7d8e092e39e4e29b82cee63cabd8680581aa84..5217428602c40efa35853864d2992d2000791010 100644 (file)
@@ -53,7 +53,7 @@ codec=ulaw
 ;
 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
 ;
 ; Example iaxy provisioning
index a09642796410a064da4ba3845124b144814f4071..ca46fcfaee7985c28cafde5fcda089c79a1e88da 100644 (file)
@@ -5,7 +5,7 @@
 [general]
 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_audio=ef           ; Sets TOS for RTP audio packets.
 ;cos=3                  ; Sets 802.1p priority for signaling packets.
index 0f4079a1f80d39f7eac7af84a54d620520b382e2..5c64f0282d6f14f89daa46a6aa4844f286612cda 100644 (file)
                                <configOption name="tos_audio">
                                        <synopsis>DSCP TOS bits for audio streams</synopsis>
                                        <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>
                                </configOption>
                                <configOption name="tos_video">
                                        <synopsis>DSCP TOS bits for video streams</synopsis>
                                        <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>
                                </configOption>
                                <configOption name="cos_audio">
                                        <synopsis>Priority for audio streams</synopsis>
                                        <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>
                                </configOption>
                                <configOption name="cos_video">
                                        <synopsis>Priority for video streams</synopsis>
                                        <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>
                                </configOption>
                                <configOption name="allow_subscribe" default="yes">
                                <configOption name="tos" default="false">
                                        <synopsis>Enable TOS for the signalling sent over this transport</synopsis>
                                        <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>
                                        <note><para>This option does not apply to the <replaceable>ws</replaceable>
                                        or the <replaceable>wss</replaceable> protocols.</para></note>
                                <configOption name="cos" default="false">
                                        <synopsis>Enable COS for the signalling sent over this transport</synopsis>
                                        <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>
                                        <note><para>This option does not apply to the <replaceable>ws</replaceable>
                                        or the <replaceable>wss</replaceable> protocols.</para></note>