mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +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 b4156fecf0
)
This commit is contained in:
committed by
Asterisk Development Team
parent
6d37b56fee
commit
3f15501335
@@ -57,10 +57,14 @@
|
||||
</para></description>
|
||||
<configFile name="pjsip.conf">
|
||||
<configObject name="acl">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Access Control List</synopsis>
|
||||
<configOption name="acl">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>List of IP ACL section names in acl.conf</synopsis>
|
||||
<description><para>
|
||||
This matches sections configured in <literal>acl.conf</literal>. The value is
|
||||
@@ -68,7 +72,9 @@
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="contact_acl">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>List of Contact ACL section names in acl.conf</synopsis>
|
||||
<description><para>
|
||||
This matches sections configured in <literal>acl.conf</literal>. The value is
|
||||
@@ -76,7 +82,9 @@
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="contact_deny">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>List of Contact header addresses to deny</synopsis>
|
||||
<description><para>
|
||||
The value is a comma-delimited list of IP addresses. IP addresses may
|
||||
@@ -86,7 +94,9 @@
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="contact_permit">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>List of Contact header addresses to permit</synopsis>
|
||||
<description><para>
|
||||
The value is a comma-delimited list of IP addresses. IP addresses may
|
||||
@@ -96,7 +106,9 @@
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="deny">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>List of IP addresses to deny access from</synopsis>
|
||||
<description><para>
|
||||
The value is a comma-delimited list of IP addresses. IP addresses may
|
||||
@@ -106,7 +118,9 @@
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="permit">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>List of IP addresses to permit access from</synopsis>
|
||||
<description><para>
|
||||
The value is a comma-delimited list of IP addresses. IP addresses may
|
||||
@@ -116,7 +130,9 @@
|
||||
</para></description>
|
||||
</configOption>
|
||||
<configOption name="type">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Must be of type 'acl'.</synopsis>
|
||||
</configOption>
|
||||
</configObject>
|
||||
|
Reference in New Issue
Block a user