mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
docs: Indent <since> tags.
Also updates the 'since' of applications/functions that existed before XML documentation was introduced (1.6.2.0).
This commit is contained in:
@@ -38,7 +38,10 @@
|
||||
<synopsis>Module that identifies endpoints</synopsis>
|
||||
<configFile name="pjsip.conf">
|
||||
<configObject name="identify">
|
||||
<since><version>13.14.0</version><version>14.3.0</version></since>
|
||||
<since>
|
||||
<version>13.14.0</version>
|
||||
<version>14.3.0</version>
|
||||
</since>
|
||||
<synopsis>Identifies endpoints via some criteria.</synopsis>
|
||||
<description>
|
||||
<para>This module provides alternatives to matching inbound requests to
|
||||
@@ -55,11 +58,15 @@
|
||||
<emphasis>any</emphasis> of the criteria.</para></note>
|
||||
</description>
|
||||
<configOption name="endpoint">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Name of endpoint identified</synopsis>
|
||||
</configOption>
|
||||
<configOption name="match">
|
||||
<since><version>12.2.0</version></since>
|
||||
<since>
|
||||
<version>12.2.0</version>
|
||||
</since>
|
||||
<synopsis>IP addresses or networks to match against.</synopsis>
|
||||
<description>
|
||||
<para>The value is a comma-delimited list of IP addresses or
|
||||
@@ -86,7 +93,10 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="srv_lookups" default="yes">
|
||||
<since><version>13.14.0</version><version>14.3.0</version></since>
|
||||
<since>
|
||||
<version>13.14.0</version>
|
||||
<version>14.3.0</version>
|
||||
</since>
|
||||
<synopsis>Perform SRV lookups for provided hostnames.</synopsis>
|
||||
<description>
|
||||
<para>When enabled, <replaceable>srv_lookups</replaceable> will
|
||||
@@ -97,7 +107,10 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="match_header">
|
||||
<since><version>13.15.0</version><version>14.4.0</version></since>
|
||||
<since>
|
||||
<version>13.15.0</version>
|
||||
<version>14.4.0</version>
|
||||
</since>
|
||||
<synopsis>Header/value pair to match against.</synopsis>
|
||||
<description>
|
||||
<para>A SIP header whose value is used to match against. SIP
|
||||
@@ -116,7 +129,11 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="match_request_uri">
|
||||
<since><version>18.23.0</version><version>20.8.0</version><version>21.3.0</version></since>
|
||||
<since>
|
||||
<version>18.23.0</version>
|
||||
<version>20.8.0</version>
|
||||
<version>21.3.0</version>
|
||||
</since>
|
||||
<synopsis>Request URI to match against.</synopsis>
|
||||
<description>
|
||||
<para>The SIP request URI is used to match against.
|
||||
@@ -131,7 +148,9 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="type">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Must be of type 'identify'.</synopsis>
|
||||
</configOption>
|
||||
</configObject>
|
||||
|
Reference in New Issue
Block a user