aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-01 17:03:18 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-01 17:03:18 +0000
commitd9585becbd04a9bb1944a4efd305558f6e828752 (patch)
treee44e27d3ad2d7f4918a1ea6df18b94c8cd2d3a18 /channel.c
parent57e9d9a550c49a0870bb93ea4bf8d0bdaf8fc2c9 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@41714 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rw-r--r--channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index a55dcb383..5a751fca3 100644
--- a/channel.c
+++ b/channel.c
@@ -1780,7 +1780,9 @@ int ast_waitfordigit_full(struct ast_channel *c, int ms, int audiofd, int cmdfd)
break;
default:
ast_log(LOG_WARNING, "Unexpected control subclass '%d'\n", f->subclass);
+ break;
}
+ break;
case AST_FRAME_VOICE:
/* Write audio if appropriate */
if (audiofd > -1)