diff --git a/apps/app_queue.c b/apps/app_queue.c
index df7322605c..d4362ae28c 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -158,7 +158,10 @@
Continue in the dialplan if the callee hangs up.
- data-quality (modem) call (minimum delay).
+ Data-quality (modem) call (minimum delay).
+ 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.
@@ -168,12 +171,6 @@
to the specified destination and start execution at that location.
NOTE: Any channel variables you want the called channel to inherit from the caller channel must be
prefixed with one or two underbars ('_').
-
-
- When the caller hangs up, transfer the called member to the next priority of
- the current extension and start execution at that location.
- NOTE: Any channel variables you want the called channel to inherit from the caller channel must be
- prefixed with one or two underbars ('_').
NOTE: Using this option from a GoSub() might not make sense as there would be no return points.