mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25: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
Joshua Colp
parent
c1611e7d1b
commit
4f3c774246
@@ -69,16 +69,13 @@
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description>
|
||||
<para>The MUTEAUDIO function can be used to mute inbound (to the PBX) or outbound audio in a call.
|
||||
</para>
|
||||
<para>Examples:
|
||||
</para>
|
||||
<para>
|
||||
MUTEAUDIO(in)=on
|
||||
</para>
|
||||
<para>
|
||||
MUTEAUDIO(in)=off
|
||||
</para>
|
||||
<para>The MUTEAUDIO function can be used to mute inbound (to the PBX) or outbound audio in a call.</para>
|
||||
<example title="Mute incoming audio">
|
||||
exten => s,1,Set(MUTEAUDIO(in)=on)
|
||||
</example>
|
||||
<example title="Do not mute incoming audio">
|
||||
exten => s,1,Set(MUTEAUDIO(in)=off)
|
||||
</example>
|
||||
</description>
|
||||
</function>
|
||||
<manager name="MuteAudio" language="en_US">
|
||||
|
Reference in New Issue
Block a user