Skip to content

Commit fa41458

Browse files
InterLinked1Friendly Automation
authored and
Friendly Automation
committed
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
1 parent 1245e33 commit fa41458

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

apps/app_queue.c

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

0 commit comments

Comments
 (0)