If it was enabled, this statement would've never been checked in the first place.
Issue #9552
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@61692
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_frfree(f);
return NULL;
}
- if ((f->frametype == AST_FRAME_DTMF) && (f->subclass != '*') && valid_exit(qe, f->subclass)) {
+ if ((f->frametype == AST_FRAME_DTMF) && valid_exit(qe, f->subclass)) {
if (option_verbose > 3)
ast_verbose(VERBOSE_PREFIX_3 "User pressed digit: %c\n", f->subclass);
*to=0;