app_queue: Fix minor xmldoc duplication and vagueness.

The F option in the xmldocs for the Queue application
was erroneously duplicated, causing it to display
twice on the wiki. The two sections are now merged into one.

Additionally, the description for the d option was quite
vague. Some more details are added to provide context
as to what this actually does.

ASTERISK-30486 #close

Change-Id: I6706cea708b5cc781f59f8652c2cb377e55aed7e
This commit is contained in:
Naveen Albert 2023-04-03 14:16:59 +00:00 committed by Friendly Automation
parent a346fa54a5
commit 1ed147ffc1
1 changed files with 4 additions and 7 deletions

View File

@ -161,7 +161,10 @@
<para>Continue in the dialplan if the callee hangs up.</para>
</option>
<option name="d">
<para>data-quality (modem) call (minimum delay).</para>
<para>Data-quality (modem) call (minimum delay).</para>
<para>This option only applies to DAHDI channels. By default,
DTMF is verified by muting audio TX/RX to verify the tone
is still present. This option disables that behavior.</para>
</option>
<option name="F" argsep="^">
<argument name="context" required="false" />
@ -171,12 +174,6 @@
to the specified destination and <emphasis>start</emphasis> execution at that location.</para>
<para>NOTE: Any channel variables you want the called channel to inherit from the caller channel must be
prefixed with one or two underbars ('_').</para>
</option>
<option name="F">
<para>When the caller hangs up, transfer the <emphasis>called member</emphasis> to the next priority of
the current extension and <emphasis>start</emphasis> execution at that location.</para>
<para>NOTE: Any channel variables you want the called channel to inherit from the caller channel must be
prefixed with one or two underbars ('_').</para>
<para>NOTE: Using this option from a Macro() or GoSub() might not make sense as there would be no return points.</para>
</option>
<option name="h">