mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +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:
@@ -91,9 +91,15 @@
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Examples:</para>
|
||||
<para>exten => 1,1,Set(FRAME_DROP(TX)=DTMF_BEGIN,DTMF_END); drop only DTMF frames towards this channel.</para>
|
||||
<para>exten => 1,1,Set(FRAME_DROP(TX)=ANSWER); drop only ANSWER CONTROL frames towards this channel.</para>
|
||||
<para>exten => 1,1,Set(FRAME_DROP(RX)=DTMF_BEGIN,DTMF_END); drop only DTMF frames received on this channel.</para>
|
||||
<example title="Drop only DTMF frames towards this channel">
|
||||
exten => 1,1,Set(FRAME_DROP(TX)=DTMF_BEGIN,DTMF_END)
|
||||
</example>
|
||||
<example title="Drop only Answer control frames towards this channel">
|
||||
exten => 1,1,Set(FRAME_DROP(TX)=ANSWER)
|
||||
</example>
|
||||
<example title="Drop only DTMF frames received on this channel">
|
||||
exten => 1,1,Set(FRAME_DROP(RX)=DTMF_BEGIN,DTMF_END)
|
||||
</example>
|
||||
</description>
|
||||
</function>
|
||||
***/
|
||||
|
Reference in New Issue
Block a user