diff --git a/configs/samples/dundi.conf.sample b/configs/samples/dundi.conf.sample
index 2f28f453bb..cc2d82ae12 100644
--- a/configs/samples/dundi.conf.sample
+++ b/configs/samples/dundi.conf.sample
@@ -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
diff --git a/configs/samples/iax.conf.sample b/configs/samples/iax.conf.sample
index 96705ac1b0..2f774c4895 100644
--- a/configs/samples/iax.conf.sample
+++ b/configs/samples/iax.conf.sample
@@ -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
;
diff --git a/configs/samples/iaxprov.conf.sample b/configs/samples/iaxprov.conf.sample
index 8b7d8e092e..5217428602 100644
--- a/configs/samples/iaxprov.conf.sample
+++ b/configs/samples/iaxprov.conf.sample
@@ -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
diff --git a/configs/samples/unistim.conf.sample b/configs/samples/unistim.conf.sample
index a096427964..ca46fcfaee 100644
--- a/configs/samples/unistim.conf.sample
+++ b/configs/samples/unistim.conf.sample
@@ -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.
diff --git a/res/res_pjsip/pjsip_config.xml b/res/res_pjsip/pjsip_config.xml
index 0f4079a1f8..5c64f0282d 100644
--- a/res/res_pjsip/pjsip_config.xml
+++ b/res/res_pjsip/pjsip_config.xml
@@ -984,25 +984,25 @@
DSCP TOS bits for audio streams
- 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
DSCP TOS bits for video streams
- 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
Priority for audio streams
- 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
Priority for video streams
- 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
@@ -1810,7 +1810,7 @@
Enable TOS for the signalling sent over this transport
- See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service
+ See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service
for more information on this parameter.
This option does not apply to the ws
or the wss protocols.
@@ -1819,7 +1819,7 @@
Enable COS for the signalling sent over this transport
- See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service
+ See https://docs.asterisk.org/Configuration/Channel-Drivers/IP-Quality-of-Service
for more information on this parameter.
This option does not apply to the ws
or the wss protocols.