mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +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:
@@ -66,9 +66,10 @@
|
||||
analog lines, but could be useful for other channels as well. The target volume
|
||||
is set with a number between <literal>1-32768</literal>. The larger the number
|
||||
the louder (more gain) the channel will receive.</para>
|
||||
<para>Examples:</para>
|
||||
<para>exten => 1,1,Set(AGC(rx)=8000)</para>
|
||||
<para>exten => 1,2,Set(AGC(tx)=off)</para>
|
||||
<example title="Apply automatic gain control">
|
||||
exten => 1,1,Set(AGC(rx)=8000)
|
||||
exten => 1,2,Set(AGC(tx)=off)
|
||||
</example>
|
||||
</description>
|
||||
</function>
|
||||
<function name="DENOISE" language="en_US">
|
||||
@@ -87,9 +88,10 @@
|
||||
that it is executed on. It is very useful for noisy analog lines, especially
|
||||
when adjusting gains or using AGC. Use <literal>rx</literal> for audio received from the channel
|
||||
and <literal>tx</literal> to apply the filter to the audio being sent to the channel.</para>
|
||||
<para>Examples:</para>
|
||||
<para>exten => 1,1,Set(DENOISE(rx)=on)</para>
|
||||
<para>exten => 1,2,Set(DENOISE(tx)=off)</para>
|
||||
<example title="Apply noise reduction">
|
||||
exten => 1,1,Set(DENOISE(rx)=on)
|
||||
exten => 1,2,Set(DENOISE(tx)=off)
|
||||
</example>
|
||||
</description>
|
||||
</function>
|
||||
***/
|
||||
|
Reference in New Issue
Block a user