]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
app_queue: Fix minor xmldoc duplication and vagueness.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 3 Apr 2023 14:16:59 +0000 (14:16 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 8 May 2023 17:55:17 +0000 (17:55 +0000)
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 1ed147ffc11e7a3ed3a93dff0312cead1cc60ab9)

apps/app_queue.c

index d2de993c59e43b58d96a032efc2dc53c913440ec..df563fffbc0945da8c31d7fc5b6c4667464fe33c 100644 (file)
                                                <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" />
                                                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">