mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@41714 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1780,7 +1780,9 @@ int ast_waitfordigit_full(struct ast_channel *c, int ms, int audiofd, int cmdfd)
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ast_log(LOG_WARNING, "Unexpected control subclass '%d'\n", f->subclass);
|
ast_log(LOG_WARNING, "Unexpected control subclass '%d'\n", f->subclass);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case AST_FRAME_VOICE:
|
case AST_FRAME_VOICE:
|
||||||
/* Write audio if appropriate */
|
/* Write audio if appropriate */
|
||||||
if (audiofd > -1)
|
if (audiofd > -1)
|
||||||
|
Reference in New Issue
Block a user