mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
docs: Indent <since> tags.
Also updates the 'since' of applications/functions that existed before
XML documentation was introduced (1.6.2.0).
(cherry picked from commit 67e89b3e77
)
This commit is contained in:
committed by
Asterisk Development Team
parent
a0db68c190
commit
8a3a2958c1
36
main/udptl.c
36
main/udptl.c
@@ -81,38 +81,56 @@
|
||||
<configInfo name="udptl" language="en_US">
|
||||
<configFile name="udptl.conf">
|
||||
<configObject name="global">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Global options for configuring UDPTL</synopsis>
|
||||
<configOption name="udptlstart">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>The start of the UDPTL port range</synopsis>
|
||||
</configOption>
|
||||
<configOption name="udptlend">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>The end of the UDPTL port range</synopsis>
|
||||
</configOption>
|
||||
<configOption name="udptlchecksums">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>Whether to enable or disable UDP checksums on UDPTL traffic</synopsis>
|
||||
</configOption>
|
||||
<configOption name="udptlfecentries">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>The number of error correction entries in a UDPTL packet</synopsis>
|
||||
</configOption>
|
||||
<configOption name="udptlfecspan">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>The span over which parity is calculated for FEC in a UDPTL packet</synopsis>
|
||||
</configOption>
|
||||
<configOption name="use_even_ports">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>Whether to only use even-numbered UDPTL ports</synopsis>
|
||||
</configOption>
|
||||
<configOption name="t38faxudpec">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>Removed</synopsis>
|
||||
</configOption>
|
||||
<configOption name="t38faxmaxdatagram">
|
||||
<since><version>11.0.0</version></since>
|
||||
<since>
|
||||
<version>11.0.0</version>
|
||||
</since>
|
||||
<synopsis>Removed</synopsis>
|
||||
</configOption>
|
||||
</configObject>
|
||||
|
Reference in New Issue
Block a user