Skip to content
Snippets Groups Projects
Commit 82b01cca authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix minor typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@879 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9cb76197
Branches
Tags
No related merge requests found
...@@ -287,7 +287,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu ...@@ -287,7 +287,7 @@ static struct ast_channel *wait_for_answer(struct ast_channel *in, struct localu
*to=-1; *to=-1;
return NULL; return NULL;
} }
if (f && (f->frametype == AST_FRAME_DTMF) && allowdisconnect && if (f && (f->frametype == AST_FRAME_DTMF) && *allowdisconnect &&
(f->subclass == '*')) { (f->subclass == '*')) {
if (option_verbose > 3) if (option_verbose > 3)
ast_verbose(VERBOSE_PREFIX_3 "User hit %c to disconnect call.\n", f->subclass); ast_verbose(VERBOSE_PREFIX_3 "User hit %c to disconnect call.\n", f->subclass);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment