Finish up the last commit (was worse then originally reported)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@41691 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Joshua Colp 19 years ago
parent a5641b46de
commit c42a8d9b99

@ -1782,6 +1782,7 @@ int ast_waitfordigit_full(struct ast_channel *c, int ms, int audiofd, int cmdfd)
ast_log(LOG_WARNING, "Unexpected control subclass '%d'\n", f->subclass);
break;
}
break;
case AST_FRAME_VOICE:
/* Write audio if appropriate */
if (audiofd > -1)

Loading…
Cancel
Save