mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 19:20:35 +00:00
xmldocs: Improve examples.
Use example tags instead of regular para tags where possible. ASTERISK-30090 Change-Id: Iada8bbfda08f30b118cedf2d040bbb21e4966ec5
This commit is contained in:
committed by
Friendly Automation
parent
e92f047e5f
commit
7f892d03a5
@@ -57,7 +57,9 @@
|
||||
<description>
|
||||
<para>Count the number of voicemails in a specified mailbox, you could also specify
|
||||
the mailbox <replaceable>folder</replaceable>.</para>
|
||||
<para>Example: <literal>exten => s,1,Set(foo=${VMCOUNT(125@default)})</literal></para>
|
||||
<example title="Mailbox folder count">
|
||||
exten => s,1,Set(foo=${VMCOUNT(125@default)})
|
||||
</example>
|
||||
<para>An ampersand-separated list of mailboxes may be specified to count voicemails in
|
||||
multiple mailboxes. If a folder is specified, this will apply to all mailboxes specified.</para>
|
||||
<example title="Multiple mailbox inbox count">
|
||||
|
Reference in New Issue
Block a user