mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 08:31:02 +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
@@ -69,9 +69,15 @@
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Examples:</para>
|
||||
<para>exten => 1,1,Set(FRAME_TRACE(white)=DTMF_BEGIN,DTMF_END); view only DTMF frames. </para>
|
||||
<para>exten => 1,1,Set(FRAME_TRACE()=DTMF_BEGIN,DTMF_END); view only DTMF frames. </para>
|
||||
<para>exten => 1,1,Set(FRAME_TRACE(black)=DTMF_BEGIN,DTMF_END); view everything except DTMF frames. </para>
|
||||
<example title="View only DTMF frames">
|
||||
exten => 1,1,Set(FRAME_TRACE(white)=DTMF_BEGIN,DTMF_END)
|
||||
</example>
|
||||
<example title="View only DTMF frames">
|
||||
exten => 1,1,Set(FRAME_TRACE()=DTMF_BEGIN,DTMF_END)
|
||||
</example>
|
||||
<example title="View everything except DTMF frames">
|
||||
exten => 1,1,Set(FRAME_TRACE(black)=DTMF_BEGIN,DTMF_END)
|
||||
</example>
|
||||
</description>
|
||||
</function>
|
||||
***/
|
||||
|
Reference in New Issue
Block a user