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).
This commit is contained in:
committed by
asterisk-org-access-app[bot]
parent
ec22c1dd4d
commit
174006fcaa
@@ -148,7 +148,9 @@
|
||||
</configOption>
|
||||
</configObject>
|
||||
<configObject name="resource_list">
|
||||
<since><version>13.0.0</version></since>
|
||||
<since>
|
||||
<version>13.0.0</version>
|
||||
</since>
|
||||
<synopsis>Resource list configuration parameters.</synopsis>
|
||||
<description>
|
||||
<para>This configuration object allows for RFC 4662 resource list subscriptions
|
||||
@@ -161,11 +163,15 @@
|
||||
</note>
|
||||
</description>
|
||||
<configOption name="type">
|
||||
<since><version>13.0.0</version></since>
|
||||
<since>
|
||||
<version>13.0.0</version>
|
||||
</since>
|
||||
<synopsis>Must be of type 'resource_list'</synopsis>
|
||||
</configOption>
|
||||
<configOption name="event">
|
||||
<since><version>13.0.0</version></since>
|
||||
<since>
|
||||
<version>13.0.0</version>
|
||||
</since>
|
||||
<synopsis>The SIP event package that the list resource belong to.</synopsis>
|
||||
<description><para>
|
||||
The SIP event package describes the types of resources that Asterisk reports
|
||||
@@ -185,7 +191,9 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="list_item">
|
||||
<since><version>13.0.0</version></since>
|
||||
<since>
|
||||
<version>13.0.0</version>
|
||||
</since>
|
||||
<synopsis>The name of a resource to report state on</synopsis>
|
||||
<description>
|
||||
<para>In general Asterisk looks up list items in the following way:</para>
|
||||
@@ -200,7 +208,9 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="full_state" default="no">
|
||||
<since><version>13.0.0</version></since>
|
||||
<since>
|
||||
<version>13.0.0</version>
|
||||
</since>
|
||||
<synopsis>Indicates if the entire list's state should be sent out.</synopsis>
|
||||
<description>
|
||||
<para>If this option is enabled, and a resource changes state, then Asterisk will construct
|
||||
@@ -216,7 +226,9 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="notification_batch_interval" default="0">
|
||||
<since><version>13.0.0</version></since>
|
||||
<since>
|
||||
<version>13.0.0</version>
|
||||
</since>
|
||||
<synopsis>Time Asterisk should wait, in milliseconds, before sending notifications.</synopsis>
|
||||
<description>
|
||||
<para>When a resource's state changes, it may be desired to wait a certain amount before Asterisk
|
||||
@@ -226,7 +238,11 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="resource_display_name" default="no">
|
||||
<since><version>16.25.0</version><version>18.11.0</version><version>19.3.0</version></since>
|
||||
<since>
|
||||
<version>16.25.0</version>
|
||||
<version>18.11.0</version>
|
||||
<version>19.3.0</version>
|
||||
</since>
|
||||
<synopsis>Indicates whether display name of resource or the resource name being reported.</synopsis>
|
||||
<description>
|
||||
<para>If this option is enabled, the Display Name will be reported as resource name.
|
||||
@@ -237,14 +253,20 @@
|
||||
</configOption>
|
||||
</configObject>
|
||||
<configObject name="inbound-publication">
|
||||
<since><version>13.0.0</version></since>
|
||||
<since>
|
||||
<version>13.0.0</version>
|
||||
</since>
|
||||
<synopsis>The configuration for inbound publications</synopsis>
|
||||
<configOption name="endpoint" default="">
|
||||
<since><version>13.0.0</version></since>
|
||||
<since>
|
||||
<version>13.0.0</version>
|
||||
</since>
|
||||
<synopsis>Optional name of an endpoint that is only allowed to publish to this resource</synopsis>
|
||||
</configOption>
|
||||
<configOption name="type">
|
||||
<since><version>13.0.0</version></since>
|
||||
<since>
|
||||
<version>13.0.0</version>
|
||||
</since>
|
||||
<synopsis>Must be of type 'inbound-publication'.</synopsis>
|
||||
</configOption>
|
||||
</configObject>
|
||||
|
Reference in New Issue
Block a user