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
(cherry picked from commit bad5bda08c)
This commit is contained in:
Naveen Albert 2023-04-03 14:16:59 +00:00 committed by Asterisk Development Team
parent d0ce6d4ee5
commit 5e7d21e5a5
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">