mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
documentation: Adds versioning information.
Adds version information for applications, functions, and manager events/actions. This is not completely exhaustive by any means but covers most new things added that have release versioning information in the issue tracker. ASTERISK-29940 #close Change-Id: I506401e93c799715dbbe97c0a8ba18af2bf5e131
This commit is contained in:
committed by
Friendly Automation
parent
bce722e60d
commit
0c70d497bc
@@ -42,6 +42,11 @@
|
||||
|
||||
/*** DOCUMENTATION
|
||||
<application name="ReceiveSF" language="en_US">
|
||||
<since>
|
||||
<version>16.24.0</version>
|
||||
<version>18.10.0</version>
|
||||
<version>19.2.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Detects SF digits on a channel and saves them to a variable.
|
||||
</synopsis>
|
||||
@@ -107,6 +112,11 @@
|
||||
</see-also>
|
||||
</application>
|
||||
<application name="SendSF" language="en_US">
|
||||
<since>
|
||||
<version>16.24.0</version>
|
||||
<version>18.10.0</version>
|
||||
<version>19.2.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Sends arbitrary SF digits on the current or specified channel.
|
||||
</synopsis>
|
||||
|
Reference in New Issue
Block a user