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:
Sean Bright
2025-01-23 16:35:58 -05:00
committed by asterisk-org-access-app[bot]
parent 32e6a30952
commit 82bef2ed90
210 changed files with 4020 additions and 1208 deletions

View File

@@ -2,7 +2,11 @@
<!DOCTYPE docs SYSTEM "appdocsxml.dtd">
<docs xmlns:xi="http://www.w3.org/2001/XInclude">
<application name="PJSIPHangup" language="en_US">
<since><version>18.21.0</version><version>20.6.0</version><version>21.1.0</version></since>
<since>
<version>18.21.0</version>
<version>20.6.0</version>
<version>21.1.0</version>
</since>
<synopsis>
Hangup an incoming PJSIP channel with a SIP response code
</synopsis>
@@ -57,7 +61,11 @@
</application>
<application name="PJSIPNotify" language="en_US">
<since><version>18.25.0</version><version>20.10.0</version><version>21.5.0</version></since>
<since>
<version>18.25.0</version>
<version>20.10.0</version>
<version>21.5.0</version>
</since>
<synopsis>
Send a NOTIFY to either an arbitrary URI, or inside a SIP dialog.
</synopsis>
@@ -149,7 +157,9 @@
</manager>
<function name="PJSIP_DIAL_CONTACTS" language="en_US">
<since><version>12.0.0</version></since>
<since>
<version>12.0.0</version>
</since>
<synopsis>
Return a dial string for dialing all contacts on an AOR.
</synopsis>
@@ -169,7 +179,9 @@
</description>
</function>
<function name="PJSIP_MEDIA_OFFER" language="en_US">
<since><version>12.0.0</version></since>
<since>
<version>12.0.0</version>
</since>
<synopsis>
Media and codec offerings to be set on an outbound SIP channel prior to dialing.
</synopsis>
@@ -214,7 +226,11 @@
</description>
</function>
<function name="PJSIP_MOH_PASSTHROUGH" language="en_US">
<since><version>13.30.0</version><version>16.7.0</version><version>17.1.0</version></since>
<since>
<version>13.30.0</version>
<version>16.7.0</version>
<version>17.1.0</version>
</since>
<synopsis>
Get or change the on-hold behavior for a SIP call.
</synopsis>