mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
docs: Add version information to application and function XML elements
* Do a git blame on the embedded XML application or function element. * From the commit hash, grab the summary line. * Do a git log --grep <summary> to find the cherry-pick commits in all branches that match. * Do a git patch-id to ensure the commits are all related and didn't get a false match on the summary. * Do a git tag --contains <commit> to find the tags that contain each commit. * Weed out all tags not ..0. * Sort and discard any .0.0 and following tags where the commit appeared in an earlier branch. * The result is a single tag for each branch where the application or function was defined. The applications and functions defined in the following files were done by hand because the XML was extracted from the C source file relatively recently. * channels/pjsip/dialplan_functions_doc.xml * main/logger_doc.xml * main/manager_doc.xml * res/res_geolocation/geoloc_doc.xml * res/res_stir_shaken/stir_shaken_doc.xml
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<!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>
|
||||
<synopsis>
|
||||
Hangup an incoming PJSIP channel with a SIP response code
|
||||
</synopsis>
|
||||
@@ -56,6 +57,7 @@
|
||||
</application>
|
||||
|
||||
<application name="PJSIPNotify" language="en_US">
|
||||
<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>
|
||||
@@ -147,6 +149,7 @@
|
||||
</manager>
|
||||
|
||||
<function name="PJSIP_DIAL_CONTACTS" language="en_US">
|
||||
<since><version>12.0.0</version></since>
|
||||
<synopsis>
|
||||
Return a dial string for dialing all contacts on an AOR.
|
||||
</synopsis>
|
||||
@@ -166,6 +169,7 @@
|
||||
</description>
|
||||
</function>
|
||||
<function name="PJSIP_MEDIA_OFFER" language="en_US">
|
||||
<since><version>12.0.0</version></since>
|
||||
<synopsis>
|
||||
Media and codec offerings to be set on an outbound SIP channel prior to dialing.
|
||||
</synopsis>
|
||||
@@ -197,7 +201,6 @@
|
||||
<version>13.18.0</version>
|
||||
<version>14.7.0</version>
|
||||
<version>15.1.0</version>
|
||||
<version>16.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Get or change the DTMF mode for a SIP call.
|
||||
@@ -211,6 +214,7 @@
|
||||
</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>
|
||||
<synopsis>
|
||||
Get or change the on-hold behavior for a SIP call.
|
||||
</synopsis>
|
||||
@@ -227,7 +231,6 @@
|
||||
<since>
|
||||
<version>13.12.0</version>
|
||||
<version>14.1.0</version>
|
||||
<version>15.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
W/O: Initiate a session refresh via an UPDATE or re-INVITE on an established media session
|
||||
@@ -273,7 +276,6 @@
|
||||
<since>
|
||||
<version>13.24.0</version>
|
||||
<version>16.1.0</version>
|
||||
<version>17.0.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Parse a URI and return a type part of the URI.
|
||||
|
Reference in New Issue
Block a user