mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 12:12:48 +00:00
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
This commit is contained in:
committed by
github-actions[bot]
parent
a96d7fcfaf
commit
45646be97a
@@ -52,6 +52,9 @@
|
|||||||
This is not intended to be used for securely scrambling
|
This is not intended to be used for securely scrambling
|
||||||
audio. It merely renders obfuscates audio on a channel
|
audio. It merely renders obfuscates audio on a channel
|
||||||
to render it unintelligible, as a privacy enhancement.</para>
|
to render it unintelligible, as a privacy enhancement.</para>
|
||||||
|
<example title="Scramble speech in both directions">
|
||||||
|
same => n,Set(SCRAMBLE()=both)
|
||||||
|
</example>
|
||||||
</description>
|
</description>
|
||||||
<see-also>
|
<see-also>
|
||||||
<ref type="application">ChanSpy</ref>
|
<ref type="application">ChanSpy</ref>
|
||||||
|
Reference in New Issue
Block a user