mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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 67e89b3e77
)
This commit is contained in:
committed by
Asterisk Development Team
parent
a0db68c190
commit
8a3a2958c1
@@ -183,7 +183,9 @@
|
||||
|
||||
/*** DOCUMENTATION
|
||||
<application name="MinivmRecord" language="en_US">
|
||||
<since><version>1.6.1.0</version></since>
|
||||
<since>
|
||||
<version>1.6.1.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Receive Mini-Voicemail and forward via e-mail.
|
||||
</synopsis>
|
||||
@@ -234,7 +236,9 @@
|
||||
</description>
|
||||
</application>
|
||||
<application name="MinivmGreet" language="en_US">
|
||||
<since><version>1.6.1.0</version></since>
|
||||
<since>
|
||||
<version>1.6.1.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Play Mini-Voicemail prompts.
|
||||
</synopsis>
|
||||
@@ -277,7 +281,9 @@
|
||||
</description>
|
||||
</application>
|
||||
<application name="MinivmNotify" language="en_US">
|
||||
<since><version>1.6.1.0</version></since>
|
||||
<since>
|
||||
<version>1.6.1.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Notify voicemail owner about new messages.
|
||||
</synopsis>
|
||||
@@ -317,7 +323,9 @@
|
||||
</description>
|
||||
</application>
|
||||
<application name="MinivmDelete" language="en_US">
|
||||
<since><version>1.6.1.0</version></since>
|
||||
<since>
|
||||
<version>1.6.1.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Delete Mini-Voicemail voicemail messages.
|
||||
</synopsis>
|
||||
@@ -340,7 +348,9 @@
|
||||
</application>
|
||||
|
||||
<application name="MinivmAccMess" language="en_US">
|
||||
<since><version>1.6.1.0</version></since>
|
||||
<since>
|
||||
<version>1.6.1.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Record account specific messages.
|
||||
</synopsis>
|
||||
@@ -386,7 +396,9 @@
|
||||
</description>
|
||||
</application>
|
||||
<application name="MinivmMWI" language="en_US">
|
||||
<since><version>1.6.1.0</version></since>
|
||||
<since>
|
||||
<version>1.6.1.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Send Message Waiting Notification to subscriber(s) of mailbox.
|
||||
</synopsis>
|
||||
@@ -416,7 +428,9 @@
|
||||
</description>
|
||||
</application>
|
||||
<function name="MINIVMCOUNTER" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.6.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Reads or sets counters for MiniVoicemail message.
|
||||
</synopsis>
|
||||
@@ -451,7 +465,9 @@
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="MINIVMACCOUNT" language="en_US">
|
||||
<since><version>1.6.2.0</version></since>
|
||||
<since>
|
||||
<version>1.6.0</version>
|
||||
</since>
|
||||
<synopsis>
|
||||
Gets MiniVoicemail account information.
|
||||
</synopsis>
|
||||
@@ -511,7 +527,9 @@
|
||||
</function>
|
||||
<managerEvent language="en_US" name="MiniVoiceMail">
|
||||
<managerEventInstance class="EVENT_FLAG_CALL">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Raised when a notification is sent out by a MiniVoiceMail application</synopsis>
|
||||
<syntax>
|
||||
<channel_snapshot/>
|
||||
|
Reference in New Issue
Block a user