func_scramble: Add example to XML documentation.

The previous lack of an example made it ambiguous if the arguments went
inside the function arguments or were part of the right-hand value.

Resolves: #1485
releases/20
Naveen Albert 4 months ago committed by Asterisk Development Team
parent 86f1995622
commit 883cc61b67

@ -52,6 +52,9 @@
This is not intended to be used for securely scrambling
audio. It merely renders obfuscates audio on a channel
to render it unintelligible, as a privacy enhancement.</para>
<example title="Scramble speech in both directions">
same => n,Set(SCRAMBLE()=both)
</example>
</description>
<see-also>
<ref type="application">ChanSpy</ref>

Loading…
Cancel
Save