mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28: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 b4156fecf0
)
This commit is contained in:
committed by
Asterisk Development Team
parent
6d37b56fee
commit
3f15501335
@@ -38,22 +38,37 @@
|
||||
<synopsis>Asterisk External Application Protocol (AEAP) module for Asterisk</synopsis>
|
||||
<configFile name="aeap.conf">
|
||||
<configObject name="client">
|
||||
<since><version>18.12.0</version><version>19.4.0</version></since>
|
||||
<since>
|
||||
<version>18.12.0</version>
|
||||
<version>19.4.0</version>
|
||||
</since>
|
||||
<synopsis>AEAP client options</synopsis>
|
||||
<configOption name="type">
|
||||
<since><version>18.12.0</version><version>19.4.0</version></since>
|
||||
<since>
|
||||
<version>18.12.0</version>
|
||||
<version>19.4.0</version>
|
||||
</since>
|
||||
<synopsis>Must be of type 'client'.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="url">
|
||||
<since><version>18.12.0</version><version>19.4.0</version></since>
|
||||
<since>
|
||||
<version>18.12.0</version>
|
||||
<version>19.4.0</version>
|
||||
</since>
|
||||
<synopsis>The URL of the server to connect to.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="protocol">
|
||||
<since><version>18.12.0</version><version>19.4.0</version></since>
|
||||
<since>
|
||||
<version>18.12.0</version>
|
||||
<version>19.4.0</version>
|
||||
</since>
|
||||
<synopsis>The application protocol.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="codecs">
|
||||
<since><version>18.12.0</version><version>19.4.0</version></since>
|
||||
<since>
|
||||
<version>18.12.0</version>
|
||||
<version>19.4.0</version>
|
||||
</since>
|
||||
<synopsis>Optional media codec(s)</synopsis>
|
||||
<description><para>
|
||||
If this is specified, Asterisk will use this for codec related negotiations
|
||||
|
Reference in New Issue
Block a user