From 820e3345344787514056084b30701f87dc169e17 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 30 Dec 2025 12:13:41 +0200 Subject: [PATCH] MT#55283 Doc: Fix internal links Closes #2046 Change-Id: I5eaeac3f1dae52d26277f2f8423b558bff2f2840 (cherry picked from commit afb9f5bcee0fe4b4107148f004406564499ac4bb) --- docs/rtpengine.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/rtpengine.md b/docs/rtpengine.md index 0c0741a75..3caddfdc1 100644 --- a/docs/rtpengine.md +++ b/docs/rtpengine.md @@ -57,7 +57,7 @@ at the command line. See the __\-\-config-file__ option below for details. the command-line value overrides the value from the config file. Options that can be specified multiple times on the command line must be given only once in the config file, with the multiple values separated by - semicolons (see section [INTERFACES](https://metacpan.org/pod/INTERFACES) below for an example). + semicolons (see section [INTERFACES](#interfaces) below for an example). As a special value, __none__ can be passed here to suppress loading of the default config file `/etc/rtpengine/rtpengine.conf`. @@ -161,7 +161,7 @@ at the command line. See the __\-\-config-file__ option below for details. named signalling template, which can then be used by referencing it via the __template=...__ key in a signalling message to *rtpengine*. - See section *SIGNALLING TEMPLATES* below. + See section [SIGNALLING TEMPLATES](#signalling-templates) below. - __-S__, __\-\-save-interface-ports__ @@ -175,7 +175,7 @@ at the command line. See the __\-\-config-file__ option below for details. Specifies a local network interface for RTP. At least one must be given, but multiple can be specified. - See the section [INTERFACES](https://metacpan.org/pod/INTERFACES) just below for details. + See the section [INTERFACES](#interfaces) just below for details. - __-l__, __\-\-listen-tcp=__\[*IP*:\]*PORT* - __-u__, __\-\-listen-udp=__\[*IP46*:\]*PORT* @@ -1525,7 +1525,7 @@ call to inject-DTMF won't be sent to __\-\-dtmf-log-dest=__ or __\-\-listen-tcp- - __\-\-transcode-config=__*STR* Sets the prefix for sections in the config file to use for transcode - configurations. See section *TRANSCODE CONFIG* below. + configurations. See section [TRANSCODE CONFIG](#transcode-config) below. ## INTERFACES