summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 5b4d967c9..affdeea8b 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -287,7 +287,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu
*to=-1;
return NULL;
}
- if (f && (f->frametype == AST_FRAME_DTMF) && allowdisconnect &&
+ if (f && (f->frametype == AST_FRAME_DTMF) && *allowdisconnect &&
(f->subclass == '*')) {
if (option_verbose > 3)
ast_verbose(VERBOSE_PREFIX_3 "User hit %c to disconnect call.\n", f->subclass);